VForWaTer / metacatalog

Modular metadata management platform for environmental data.
https://vforwater.github.io/metacatalog
GNU General Public License v3.0
3 stars 1 forks source link

Introduce alternative dataframe backends #217

Open AlexDo1 opened 1 year ago

AlexDo1 commented 1 year ago

At the moment, we only use pandas to handle dataframes.
It could become handy (especially with big data frames) to have different backends available for handling and processing dataframes.
These backends could be pandas, polars and dask.

Replacing pandas is especially important in the io extension, but there are many more places, where pandas is used.