-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: GH36928 Allow dict_keys to be used as column names by read_csv #36937
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
Conversation
a629a9d
to
5289000
Compare
Also can you add a v1.1.4 release note? |
Where do I do that? |
/doc/source/whatsnew/v1.1.4 in the regressions section |
…ion instead of is_list_like
Done. Thank you for your guidance throughout! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, small wording nit
Co-authored-by: Daniel Saxton <[email protected]>
ae527c7
to
89c9d51
Compare
@abmyii can you merge master again? I think CI failures are possibly due to upstream changes in isort that appear to be fixed now. |
How would I do that? |
Locally you can do
It should merge cleanly. |
Done, thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
minor comment. ping on green.
thanks @abmyii |
@meeseeksdev backport 1.1.x |
Owee, I'm MrMeeseeks, Look at me. There seem to be a conflict, please backport manually. Here are approximate instructions:
And apply the correct labels and milestones. Congratulation you did some good work ! Hopefully your backport PR will be tested by the continuous integration and merged soon! If these instruction are inaccurate, feel free to suggest an improvement. |
…_keys to be used as column names by read_csv
…e used as column names by read_csv (#37078) Co-authored-by: abmyii <[email protected]>
dict_keys
cannot be used aspd.read_csv
'snames
parameter #36928black pandas
git diff upstream/master -u -- "*.py" | flake8 --diff