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

ENH: set __module__ on read_* functions in readers.py #60265

Merged

Conversation

chanshing
Copy link
Contributor

@chanshing chanshing commented Nov 9, 2024

This decorates read_csv, read_table and read_fwf functions in readers.py with @set_module('pandas') (similar to #55171)

@simonjayhawkins simonjayhawkins added Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests labels Nov 9, 2024
@simonjayhawkins simonjayhawkins added this to the 3.0 milestone Nov 9, 2024
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

Thanks @chanshing

@jorisvandenbossche jorisvandenbossche changed the title decorate read_* functions in readers.py with @set_module('pandas') ENH: set __module__ on read_* functions in readers.py Nov 11, 2024
Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

Thanks @chanshing

@simonjayhawkins simonjayhawkins merged commit d770a80 into pandas-dev:main Nov 11, 2024
48 of 51 checks passed
@chanshing chanshing deleted the decorate-readers-set-module branch November 11, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Output-Formatting __repr__ of pandas objects, to_string Sprints Sprint Pull Requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants