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

DOC: Fixing EX01 - Added examples #54210

Merged
merged 5 commits into from
Jul 20, 2023
Merged

Conversation

DeaMariaLeon
Copy link
Member

Towards #37875

@DeaMariaLeon DeaMariaLeon added this to the 2.1 milestone Jul 20, 2023

Examples
--------
>>> df = pd.read_sas("sas_data.sas7bdat")
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
>>> df = pd.read_sas("sas_data.sas7bdat")
>>> df = pd.read_sas("sas_data.sas7bdat") # doctest: +SKIP

Copy link
Member Author

Choose a reason for hiding this comment

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

Thank you..

Comment on lines +31 to +32
>>> pd.test() # doctest: +SKIP
running: pytest...
Copy link
Member

Choose a reason for hiding this comment

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

definitely a good idea to skip this one 😄

@mroeschke
Copy link
Member

Error: /home/runner/work/pandas/pandas/pandas/core/frame.py:2739:EX01:pandas.DataFrame.to_feather:No examples section found

@mroeschke
Copy link
Member

Could you merge in main once more. I merged your earlier PR first

Copy link
Member

@MarcoGorelli MarcoGorelli left a comment

Choose a reason for hiding this comment

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

thanks @DeaMariaLeon !

@MarcoGorelli MarcoGorelli merged commit fcb3357 into pandas-dev:main Jul 20, 2023
30 of 32 checks passed
@DeaMariaLeon DeaMariaLeon deleted the Jul20-2 branch July 21, 2023 08:58
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.

3 participants