EDA_miner
EDA_miner copied to clipboard
Additional visualizations
These should probably be implemented in one place and in an abstract manner so that they can be used anywhere within the app.
- More chart types (e.g. from plotly):
- [x] Scatter plots
- [x] Line plots / Time series
- [x] Histograms / Bar charts
- [x] Pie chars
- [x] Bubble charts
- [x] Filled area plots
- [x] Error bars & Confidence / prediction intervals
- [x] Heatmaps
- [x] 2D density plots
- [x] 3D charts
- [x] Pairplots
- [x] Graphs / Networks (e.g. cytoscape, networkX, visdcc)
- [x] Maps
- [ ] Tree maps
- [ ] Candlestick / OHLC charts
- [ ] Trees
- [ ] Dendrograms
- Add aggregations to plots:
- [ ] groupby
- [ ] filter
- [ ] count
- [ ] mean / median / min / max / sum