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
The method load_csv_to_pandas_generator now passes a file handle to pd.read_csv, but cannot de-compress content when file handles are provided.
Before submitting
Please check the following:
I have described the situation in which the bug arose, including what code was executed, information about my environment, and any applicable data others will need to reproduce the problem.
I have included available evidence of the unexpected behavior (including error messages, screenshots, and/or plots) as well as a descriprion of what I expected instead.
If I have a solution in mind, I have provided an explanation and/or pseudocode and/or task list.
The text was updated successfully, but these errors were encountered:
Bug report
The method
load_csv_to_pandas_generator
now passes a file handle topd.read_csv
, but cannot de-compress content when file handles are provided.Before submitting
Please check the following:
The text was updated successfully, but these errors were encountered: