@@ -7,14 +7,22 @@ jupyter
77statsmodels
88scikit-learn
99
10+ # statistics
11+ pingouin: https://pingouin-stats.org/index.html
12+
1013# pandas related
1114pandas-profiling: https://github.com/pandas-profiling/pandas-profiling
12- dataprep (EDA) : https://github.com/sfu-db/dataprep
15+ sidetable : https://github.com/chris1610/sidetable
1316https://github.com/SauceCat/pydqc
1417Faster pandas apply: https://github.com/jmcarpenter2/swifter
1518framequery: https://github.com/chmp/framequery
1619Pandas dataframe viewer: https://github.com/man-group/dtale/blob/master/README.md
1720
21+ # Exploratory Data Analysis
22+ sweetviz: https://github.com/fbdesignpro/sweetviz
23+ dataprep: https://github.com/sfu-db/dataprep
24+ sidetable: https://github.com/chris1610/sidetable
25+
1826# Database profiling
1927https://github.com/darenasc/auto-eda
2028
@@ -34,6 +42,7 @@ fbprophet: time series forecasting (additive model) which performs best with hig
3442PmProphet: https://github.com/luke14free/pm-prophet
3543pyflux: time series library: https://github.com/RJT1990/pyflux
3644sktime: https://github.com/alan-turing-institute/sktime
45+ darts: https://github.com/unit8co/darts
3746
3847# For survival analysis, modeling churn and conversion rates
3948lifelines: survival analysis: https://github.com/CamDavidsonPilon/lifelines
@@ -82,6 +91,7 @@ animatplot: https://github.com/t-makaro/animatplot/
8291race bar chart using MATPLOTLIB: https://github.com/dexplo/bar_chart_race
8392pandas_live: https://github.com/JackMcKew/pandas_alive
8493https://jackmckew.dev/creating-animated-plots-with-pandas_alive.html
94+ gif maker: https://github.com/maxhumber/gif
8595
8696# Dashboarding libraries
8797dash: dashboard library from plotly
0 commit comments