Skip to content

Address Issue #19. - #20

Open
bdgregg wants to merge 2 commits into
masterfrom
19-remove-deprecated-pandas-option-no_silent_downcasting
Open

Address Issue #19.#20
bdgregg wants to merge 2 commits into
masterfrom
19-remove-deprecated-pandas-option-no_silent_downcasting

Conversation

@bdgregg

@bdgregg bdgregg commented Sep 11, 2026

Copy link
Copy Markdown
Contributor

Removed the reference to the deprecated line: "pd.set_option('future.no_silent_downcasting', True)"

@ctgraham ctgraham left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like you should also pin pandas to version 3 in requirements.txt when removing this.

@bdgregg

bdgregg commented Sep 11, 2026

Copy link
Copy Markdown
Contributor Author

@ctgraham , I updated the requirements.txt file to reflect the >= 3.0.0 for Pandas.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Pandas option 'future.no_silent_downcasting' as it is deprecated.

3 participants