neurogeriatricskiel / NGMT

Python based toolbox for processing motion data
https://neurogeriatricskiel.github.io/NGMT/
Other
6 stars 1 forks source link

Add pyarrow as dependency with an example #46

Closed JuliusWelzel closed 3 months ago

JuliusWelzel commented 4 months ago

It would make sense to include the option to load data from parquet or feather to the ngmt dataclass.

JuliusWelzel commented 4 months ago

pyarrow added in https://github.com/neurogeriatricskiel/NGMT/commit/22e401a5519cc9adde37b5c752a361a07d8166ac

JuliusWelzel commented 3 months ago

I added the dependency, but I see no need to have a dedicated example after a low-level import example is provided as pyarrow only holds arrays and no metadata