You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@stonefly There are a couple of related issues about this, eg see #17135, #16135, #16530
Can you see if you have additional issues that are not mentioned there?
If so, please be more specific: what files are giving trouble? What version of pandas are you using? (some things were fixed only in 0.20.2)
I have a question regarding the new is_file_like function and its usage in IO functions like read_csv
This new change in pandas 0.20 breaks many codes which previously assume that a file-like object is just an object possessing
read
orwrite
method.Is there any specific reason we have to enforce such conditions?
When making such changes why we have to break the previous behaviors?
The text was updated successfully, but these errors were encountered: