datapan
This is still a test bed. It is not useful
datapan
sifts through enormous files in parallelized Rust to only grab the data you want as quickly and memory-efficiently as possilbe.
```sh
pip install datapan ```
```python import datapan
some_dir = ""
test = datapan.hellorust(somedir)
print(test) ```
```sh curl https://sh.rustup.rs -sSf | sh
rustup update nightly ```
sh
pip install poetry
sh
make install
make test