Kyle Barron
Kyle Barron
https://github.com/danielfrg/mkdocs-jupyter allows you to execute notebooks when building docs. To be clear I'm not even a committer here at this point, so don't change just for me. But I've had...
Well my opinionated recommendation, which you can see in [lonboard](https://developmentseed.org/lonboard/latest/) and [obstore](https://developmentseed.org/obstore/latest/) (and every other Python docs site I've made in the last 5 years): - mkdocs for the core...
I don't think you should attempt to do this "manually" with the byte ranges. I think it would be better if we enabled reading specific columns in the `ParquetFile` abstraction...
I don't have time to do this right now, but here's the related implementation in Python: https://github.com/kylebarron/arro3/pull/313/files#diff-98bf9f5b19d99891eb43dab44044b99aaff134f8b08827c2f5be24bc240281d2R102 We'd - Have an options object that a JS user can pass in...
https://kylebarron.dev/parquet-wasm/classes/esm_parquet_wasm.ParquetFile.html#metadata ?
I'd be open to a PR that does the same thing as readSchema but for metadata: https://github.com/kylebarron/parquet-wasm/blob/dee41d81dc0ffe377af55db598c1113b5af8a4d6/src/wasm.rs#L79-L131
👋 Thanks for the issue. I'm not that familiar with JS bundling, and it seems like bundling best practices in the JS ecosystem change often. Is there a reason why...
Hmm. Does it work using the `parquet-wasm/esm` bundling? Perhaps we should document that `parquet-wasm/node` is intended for old-style `require` usage?
Thanks for looking into this. I don't know enough about JS bundling; is the solution just to take out the `"type": "module"`? I.e. we want that for the esm and...
Would you be able to try https://github.com/kylebarron/parquet-wasm/pull/807 ? You should be able to build it with `yarn build`, which will put it into the `pkg` directory. On Mac you may...