Skip to content

BUG: yaml.dump(DataFrame) #44137

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 3 commits into from
Oct 24, 2021
Merged

BUG: yaml.dump(DataFrame) #44137

merged 3 commits into from
Oct 24, 2021

Conversation

jbrockmendel
Copy link
Member

@jbrockmendel jbrockmendel commented Oct 21, 2021

Copy link
Member

@alimcmaster1 alimcmaster1 left a comment

Choose a reason for hiding this comment

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

LGTM!

@lithomas1
Copy link
Member

Looks good overall. I'm not sure if the test is being run in CI, though(I'm not seeing pyyaml in the CI dependencies).

Also, it would be nice to backport to 1.3.x, but its fine if it can't be.

@alimcmaster1
Copy link
Member

Looks good overall. I'm not sure if the test is being run in CI, though(I'm not seeing pyyaml in the CI dependencies).

Also, it would be nice to backport to 1.3.x, but its fine if it can't be.

Yeah agree, will be being run in the Data Manager Tests (since that just uses environment.yml) https://github.com/pandas-dev/pandas/runs/3969868404?check_suite_focus=true -> but might be better to move elsewhere since these are experimental..

@jreback jreback added the Compat pandas objects compatability with Numpy or Python functions label Oct 24, 2021
@jreback jreback added this to the 1.4 milestone Oct 24, 2021
@jreback jreback merged commit c8ad024 into pandas-dev:master Oct 24, 2021
@jreback
Copy link
Contributor

jreback commented Oct 24, 2021

thanks @jbrockmendel if you want to attempt to backport ok by me (would involve also moving the note in master).

@jbrockmendel jbrockmendel deleted the bug-42748 branch October 24, 2021 16:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Compat pandas objects compatability with Numpy or Python functions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: 1.2.5 -> 1.3.x breaks yaml.dump(DataFrameObject)
4 participants