Closed
Description
In 02_api.ipynb, we read in the results of an API query about the 2020 election using the following code:
df = pd.read_pickle("../data/election2020_articles.pkl")
As per this issue on the pandas github, the pd.read_pickle function is not backwards compatible, so we will need workshop attendees to have pandas version 1.3.4 (or an earlier version). I'm not sure how best to require this?
Metadata
Metadata
Assignees
Labels
No labels