Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I've been using pandas as base for python SSE's
I've checked which part of the code takes longer times, so I might improve performance.
I came to case processing 510K rows x 4 Columns (https://www.kaggle.com/berkeleyearth/climate-change-earth-surface-temperature-data#GlobalLandTempera...) and processed the files attributing the mean value for a country when a value as null (fillna() method from dataframe)
When I measured more than 70% of time is consumed converting from request values to Pandas dataframe back and forth
I'm using this to convert from request to dataframe