Python Forum

Full Version: Statistical analysis of two dataframes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have two pandas data frames, one empirical-derived daily data (rows are dates, columns are meteo stations), the other DF is model output of same info. I need to statistically compare the two to see if the model is doing a good job of predicting. Any help is much appreciated.
Wouldnt you do just make a new df with an if statement comparison...

Compare dataframes
Equals or different