I've searched though the node package manager (NPM) and I can't seem to find a working Parquet library that also supports version 2.
parquets
was the only working parser I could find and I got this error:
/workspace/_______/node_modules/parquets/lib/reader.js:109
throw new Error('invalid parquet version');
^
Error: invalid parquet version
at new ParquetReader (/workspace/_______/node_modules/parquets/lib/reader.js:109:19)
at ParquetReader.openFile (/workspace/_______/node_modules/parquets/lib/reader.js:126:20)
I need a Parquet parser so I can parse some datasets I downloaded from the internet.