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
Traceback (most recent call last):
File "/workspaces/moana-cxx/tt.py", line 14, in <module>
y = df.read_json(fo, orient="table")
File "/root/miniforge3/envs/moana/lib/python3.8/site-packages/cudf/io/json.py", line 75, in read_json
path_or_buf, compression = ioutils.get_filepath_or_buffer(
File "/root/miniforge3/envs/moana/lib/python3.8/site-packages/cudf/utils/ioutils.py", line 1291, in get_filepath_or_buffer
_fsspec_data_transfer(
File "/root/miniforge3/envs/moana/lib/python3.8/site-packages/cudf/utils/ioutils.py", line 1545, in _fsspec_data_transfer
file_size = path_or_fob.size
AttributeError: 'GzipFile' object has no attribute 'size'
The text was updated successfully, but these errors were encountered:
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
Example:
Expected: print a data frame.
Actual:
The text was updated successfully, but these errors were encountered: