python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
SYMFONY, API PLATFORM how to add edit and show links to the serialized object
I'm working with SYMFONY and API PLATFORM to create REST API.
I have a Project Entity as an API Resource :
class Project
{
/**
* @ORM\Id
* @ORM\GeneratedValue
* @ORM\Column(type=&qu...
Khaled Boussoffara
Votes: 0
Answers: 1
Normalizing the data using python
I have the below data
df1
Hema shiva Ishan
0 22 30 33
1 34 32 21
2 20 12 14
3 26 14 18
4 12 28 17
5 30 11 22
6 18 15 18
7 19 18 19
8 22 20 32
I wanted to ...
Hema
Votes: 0
Answers: 1
Delete numbers smaller then 3 digits in a list while amount of items stays the same
I want to normalize my list containing years. It is important that the amount of items in the list stay the same, because I'm going to convert the list to a dataframe and the rows need to allign with ...
Christina
Votes: 0
Answers: 1
R loop for Kruskal-wallis test with confounders?
I have a large dataframe 2000 subjects (into 3 groups) x 80 observations . I have multiple questions.
They are not normally distributed. Do I check normality for each observation group-wise or whole ...
Najeha Mohamed
Votes: 0
Answers: 0