![]() |
Statistical analysis of two dataframes - Printable Version +- Python Forum (https://python-forum.io) +-- Forum: Python Coding (https://python-forum.io/forum-7.html) +--- Forum: Data Science (https://python-forum.io/forum-44.html) +--- Thread: Statistical analysis of two dataframes (/thread-13389.html) |
Statistical analysis of two dataframes - zhl - Oct-12-2018 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. RE: Statistical analysis of two dataframes - Ecniv - Jun-11-2019 Wouldnt you do just make a new df with an if statement comparison... Compare dataframes Equals or different |