point-cloud-radar / bird-cloud-gnn

This package generates graph representations from point cloud data and fits graph neural networks for classification problem
Apache License 2.0
8 stars 2 forks source link

Should we add pyarrow as dependency #104

Open abelsiqueira opened 1 year ago

abelsiqueira commented 1 year ago

Suggested by @lyashevska. We only need pyarrow when the file is a parquet, and it looks like fastparquet is an alternative that would work as well. So instead of having as alternative, the user could install what they want, if they need it.