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
When I send an StringIO parameter to read_csv I get typing errors telling the result would be a TextFileReader.
But this feels completely wrong.
In all my work, it returns a DataFrame for example on an StringIO.
Thus I propose to change.
A corresponding pr would come in a few seconds.