Skip to content

GH1063 Remove deprecated methods #1064

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

Merged
merged 2 commits into from
Nov 30, 2024

Conversation

loicdiridollou
Copy link
Member

@loicdiridollou loicdiridollou commented Nov 30, 2024

Series/DataFrame pad/backfill did not exist in the stubs.
Int64Index, UInt64Index and Float64Index did not exist in the stubs.
pandas.io.sql.execute did not exist in the stubs.

  • Deprecated unused arguments *args and **kwargs in Resampler
  • Deprecated Series.pad()
  • Deprecated Series.backfill()
  • Deprecated DataFrame.pad()
  • Deprecated DataFrame.backfill()
  • Deprecated close(). Use StataReader as a context manager instead
  • Removed Int64Index, UInt64Index and Float64Index.''
  • Deprecated argument infer_datetime_format in to_datetime() and read_csv(), as a strict version of it is now the default
  • Deprecated pandas.io.sql.execute()

Copy link
Collaborator

@Dr-Irv Dr-Irv left a comment

Choose a reason for hiding this comment

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

@Dr-Irv Dr-Irv merged commit d3fcc64 into pandas-dev:main Nov 30, 2024
10 checks passed
@loicdiridollou loicdiridollou deleted the gh1063_deprecation_2p0 branch December 14, 2024 19:58
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.

Migration to 2.0 - Deprecation in Resample
2 participants