Data Analysis with Python Projects - Page View Time Series Visualizer

The test script is trying to measure df and it’s expecting 1 column, but there are multiple columns.

You can find a solution here:

You can read more about copying a dataframe here: https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.copy.html

1 Like