ToMansion
ToMansion
Ask for path if not specified, current directory by default

I will send it Monday, thanks for answering. But I will check my random data generation script Just to be sure. I'm not an expert in parquet, but if it...
@severo, here are some of the generated parquet files, they contain fake data. [test_data_1000_to_50000.zip](https://github.com/user-attachments/files/21576860/test_data_1000_to_50000.zip) I was able to open them with https://dataconverter.io/view/parquet, but I still have the `TextDecoder.decode: Argument 1...
Thank you for the reply. Using your link instead of the file didn't help. Writing this : ```js import { parquetRead, asyncBufferFromUrl, asyncBufferFromFile } from 'hyparquet' ``` Causes this error:...