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)
How to take the average of the values and make a dotted line graph, and change the polyline to a smooth curve? And add the legend?
I tried to take the average of SF_Plante_Verte and SF_Plante_Totale acccording to their Date_obs.
df<-structure(list(Pos_heliaphen = c("X47", "W17", "Z17", "X47&q...
Chouette
Votes: 0
Answers: 1
Spark Medium of values as column
I just starting to work with Spark and I have to create a column with values based on another data frame values. My first data frame has an Id and start date columns while my other one has a yield val...
LucasVaz97
Votes: 0
Answers: 0
How to create array by explode to get arithmetic mean
i have this string
04.01.2021|26,140 05.01.2021|26,225 06.01.2021|26,145 07.01.2021|26,145 08.01.2021|26,165 11.01.2021|26,240 12.01.2021|26,190
i have like these dates into december.
As you can se t...
user9055366
Votes: 0
Answers: 1
R: get the mean of responses only if previous response is of a a specific type
I have been puzzling over getting the mean of a response under conditions quite some time now and I would appreciate any help of a clear mind at the moment.
Trial <- c("1", "1&qu...
labgeek
Votes: 0
Answers: 2