-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
REG: Restore read_csv function for some file-likes #32577
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
REG: Restore read_csv function for some file-likes #32577
Conversation
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.
cd1c3a4
to
df83963
Compare
Restores behavior down to the fact that the Python engine cannot handle NamedTemporaryFile. Closes pandas-dev#31819 Credit to @sasanquaneuf for originating idea.
df83963
to
1bcaaba
Compare
Alrighty, everything is finally green! If people can take a look at and give feedback on this, that would be great so we can get this merged before tomorrow. |
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.
#32609) Co-authored-by: gfyoung <[email protected]>
Restores behavior down to the fact that the Python engine cannot handle NamedTemporaryFile. Closes pandas-dev#31819 Credit to @sasanquaneuf for originating idea.
Restore
read_csv
function for some file-likesRestores behavior down to the fact that the Python engine cannot handle NamedTemporaryFile.
Closes #31819
Credit to @sasanquaneuf for originating idea.