aphp / eds-scikit

eds-scikit is a Python library providing tools to process and analyse OMOP data
https://aphp.github.io/eds-scikit
BSD 3-Clause "New" or "Revised" License
35 stars 5 forks source link

Feature request: Allowing tables_to_load and columns_to_load in HiveData #55

Open TheooJ opened 9 months ago

TheooJ commented 9 months ago

Description

Modification of HiveData to accept user-defined dicts of columns / tables to load because some OMOP extractions can be quite large, and users might not want to load everything I think the entrypoint to data is very important, as people will always start with loading data before anything else so it should be a premium feature