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
pandas.read_csv() expects a file object. For _read_obj() to have consistent behaviour between .xlsx and .csv, CSV data encoded as bytes strings should be readable.
pandas.read_csv()expects a file object. For_read_obj()to have consistent behaviour between .xlsx and .csv, CSV data encoded as bytes strings should be readable.