Closed vinayakbhadage closed 2 years ago
It looks like you have nested data in your JSON which is not yet supported in cuDF. We should improve the error messaging here though.
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.
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.
Closing in favor of #8827
Describe the bug cudf failed to read json file.
Steps/Code to reproduce bug
got_df = cudf.read_json(path_df, orient=orient, compression=compression)