Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pandas 2.0 Migration #1099

Closed
8 tasks
loicdiridollou opened this issue Jan 15, 2025 · 1 comment · Fixed by #1100
Closed
8 tasks

Pandas 2.0 Migration #1099

loicdiridollou opened this issue Jan 15, 2025 · 1 comment · Fixed by #1100

Comments

@loicdiridollou
Copy link
Contributor

Describe the bug

  • Removed argument how from PeriodIndex.astype()

The following ones are either done or no action needed:

  • Removed deprecated Series.iteritems(), DataFrame.iteritems()
  • Removed deprecated Series.iteritems(), DataFrame.iteritems() and HDFStore.iteritems()
  • Removed deprecated DatetimeIndex.union_many()
  • Removed deprecated Styler.hide_index() and Styler.hide_columns()
  • Removed deprecated Styler.set_na_rep() and Styler.set_precision()
  • Removed deprecated Styler.where()
  • Removed deprecated Styler.render()
@Dr-Irv
Copy link
Collaborator

Dr-Irv commented Jan 15, 2025

The following ones are either done or no action needed:

thanks. I updated the master issue #624

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 a pull request may close this issue.

2 participants