Open ntapsrigowri opened 1 year ago
Is there any solution for the above issue ? I encountered the same
happens to me whenever I try to read a file that has been saved with pandas
any workaround you did to overcome this ?
Yes and no, my workaround was:
yarn remove parquetjs
df.to_json(“./life/is/very-short.json”) # pandas to_json
Might not be what you anticipated.
Am 03.01.2024 um 08:24 schrieb Tanishq Saini @.***>:
any workaround you did to overcome this ?
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.
Unable to read a parquet file if it contains multiple lines using parquet reader results in
RangeError [ERR_OUT_OF_RANGE]: The value of "offset" is out of range. It must be >= 0 and <= 79. Received 604307758
(Error stack attached below) If the parquet file contains only 1 record, then it works fine."parquetjs": "^0.11.2", Node Version: v19.0.1 NPM version : 8.19.2 Attached parquet files with this thread
Archive.zip Test Script: