Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Pandas 2.0 fixes#77

Open
jeffkinnison wants to merge 3 commits into
Breakend:masterfrom
jeffkinnison:pandas-2.0-fixes
Open

Pandas 2.0 fixes#77
jeffkinnison wants to merge 3 commits into
Breakend:masterfrom
jeffkinnison:pandas-2.0-fixes

Conversation

@jeffkinnison
Copy link
Copy Markdown

Updating to Pandas 2.0 resulted in a few minor errors, and this PR should handle the issues I encountered. Fixes include

  • pandas.io.json.json_normalize is now located in pandas.json_normalize
  • pandas.set_option('display.max_colwidth', -1) does not accept negative values, updated to pass None instead
  • casting Series/DataFrame entries to float is deprecated, updated to use float(df.iloc[0])

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant