mirror of
https://github.com/asadbek064/hyparquet.git
synced 2025-12-06 06:51:54 +00:00
esm only (#36)
This commit is contained in:
parent
cb1e965e02
commit
4070c8b755
@ -61,6 +61,8 @@ await parquetRead({
|
||||
})
|
||||
```
|
||||
|
||||
The `hyparquet` package is an ES module and is not packaged as a CommonJS module. That's why you need to use a dynamic import to load the module in Node.js.
|
||||
|
||||
### Browser
|
||||
|
||||
Hyparquet supports asynchronous fetching of parquet files over a network.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user