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)
Calculate Simple Yearly Variability Pandas
i'm struggling on how to calculate the yearly variability of a panda df (df1) with yearly data and given a long-term yearly average in df2 for different features. The calculation is simply (df1/df2)-1...
user2100039
Votes: 0
Answers: 1
Adding lines to plot to show variation
I have created the following plot using the script:
merged_data.plot(x = "Ratio_IP1_Average_1", y = "Ratio_IP1_Average_2", kind = "scatter", color = "#830051") ...
user18545077
Votes: 0
Answers: 0
How to analyse seasonal variations within a data series recorded over a year with percentages?
I have a data set that I would like to analyse seasonal trends for. The data is percentages and has been measured daily for a year. I am aware of time series analysis but does this only give a graph? ...
user195586
Votes: 0
Answers: 1
How to select the best splitting criteria in decision trees with multiple best splits?
I wrote a decision tree regressor from scratch in python. It is outperformed by the sklearn algorithm. Both trees build exactly the same splits with the same leaf nodes. BUT when looking for the best ...
Gianluca Armeli
Votes: 0
Answers: 0