thomaseleff / assemblit

Assemblit is helping data analysts and scientists rapidly scale notebooks into analytics-as-a-service (AaaS) web-applications.
https://assemblit.org
MIT License
1 stars 0 forks source link

Add an argument to `assemblit.pages.data_ingestion` for a user-provided `pandera.DataFrame.Schema` #73

Open thomaseleff opened 1 month ago

thomaseleff commented 1 month ago

Currently, assemblit.pages.data_ingestion dynamically generates a dataframe schema that expects time-series data. However, this may not always be relevant to all analytics-as-a-service use-cases.

To Do: