Skip to content

Conversation

JuanCarlos3
Copy link

@JuanCarlos3 JuanCarlos3 commented Oct 7, 2025

  • closes #xxxx (Replace xxxx with the GitHub issue number)
  • Tests added and passed if fixing a bug or adding a new feature
  • All code checks passed.
  • Added type annotations to new arguments/methods/functions.
  • Added an entry in the latest doc/source/whatsnew/vX.X.X.rst file if fixing a bug or adding a new feature.

Removed @appender on the following functions:

pandas.io.stata.StataReader.read
pandas.io.stata.read_stata

@JuanCarlos3 JuanCarlos3 closed this Oct 7, 2025
@JuanCarlos3 JuanCarlos3 reopened this Oct 7, 2025
@JuanCarlos3 JuanCarlos3 closed this Oct 8, 2025
@JuanCarlos3 JuanCarlos3 reopened this Oct 8, 2025
size = self._chunksize
return self.read(nrows=size)

@Appender(_read_method_doc)
Copy link
Member

Choose a reason for hiding this comment

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

Can _read_method_doc (and any associated variables) be removed after this change?



@set_module("pandas")
@Appender(_read_stata_doc)
Copy link
Member

Choose a reason for hiding this comment

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

Can _read_stata_doc (and any associated variables) be removed after this change?

@mroeschke mroeschke added the Docs label Oct 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants