Integration with Workspace-Hub
Integration with Workspace-Hub
These skills power data analysis across the workspace-hub ecosystem:
workspace-hub/
├── data/
│ ├── pipelines/ # Uses: polars
│ │ ├── etl_pipeline.py
│ │ └── aggregations.py
│ ├── dashboards/ # Uses: streamlit, dash
│ │ ├── streamlit_app/
│ │ └── dash_app/
│ ├── reports/ # Uses: ydata-profiling, great-tables
│ │ ├── quality_reports/
│ │ └── summary_tables/
│ └── eda/ # Uses: autoviz, sweetviz
│ └── exploration/
├── output/
│ ├── reports/
│ └── exports/
└── config/
└── analysis_config.yaml