Skip to content

Specific pandas version required to read in pickled results #4

Closed
@Emmavt

Description

@Emmavt

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

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions