Open Johan-Christensen opened 4 years ago
Hi @Johan-Christensen, have you tried to reset the index of the final dataframe?
Hi! @jsr-p I used this code to reset the index of the final dataframe:
However, I still get the same assertion error.
Either you will have to store the dataframe that you apply the reset_index() method on in the same variable to save the modified dataframe or you can use the (inplace=True) option in the method call :)
That worked! Thank you
I have a question regarding 0.5.1. I have managed to code the function for loading the urls correctly, and created the variable list_of_dfs successfully. I have also (seemingly) managed to convert the list into a single dataframe named df_weather_period
However, I still get an assertion error when running the last line of code.
This is my code:
This is the assertion error I get: