Skip to content

Commit 73ba93c

Browse files
authored
Update README.md
1 parent bf93ef5 commit 73ba93c

File tree

1 file changed

+82
-0
lines changed

1 file changed

+82
-0
lines changed

README.md

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,85 @@
22

33
## Vizualizations
44
#### Top 50 matplotlib Visualizations [https://www.machinelearningplus.com/plots/top-50-matplotlib-visualizations-the-master-plots-python/]
5+
6+
## Pandas open-source gems that will immensely supercharge your Pandas workflow (the moment you start using them).
7+
8+
Please find the full list here: https://bit.ly/pd-list.
9+
10+
1) Jupyter-Datatables: Enrich the default preview of a DataFrame.
11+
Link: https://bit.ly/jupy-dtable
12+
13+
2) SummaryTools: Supercharge the describe() method.
14+
Link: https://bit.ly/summ-tools
15+
16+
3) Sidetable: Supercharge the value_counts() method.
17+
Link: https://lnkd.in/dSqfbg-5
18+
19+
4) Sketch: Generate code/insights by asking questions in natural language.
20+
Link: https://bit.ly/py-sketch
21+
22+
5) Deepchecks: Generate a comprehensive data validation report.
23+
Link: https://bit.ly/deepchks
24+
25+
6) Pandas Flavor: Extend Pandas to attach methods to the dataframe object.
26+
Link: https://bit.ly/py-pdflavor
27+
28+
7) Pandarallel: Parallelize Pandas across all CPU cores.
29+
Link: https://bit.ly/pd-parallel
30+
31+
8) PandasML: Pandas, sklearn and matplotlib integrated.
32+
Link: https://bit.ly/pandasml
33+
34+
9) Geopandas: Work with Geospatial data in Pandas.
35+
Link: https://bit.ly/geo-pd
36+
37+
10) DuckDB: Run SQL queries on dataframes.
38+
Link: https://bit.ly/pd-sql
39+
40+
11) Modin: Boost Pandas' performance up to 70x by modifying the import.
41+
Link: https://bit.ly/py-modin
42+
43+
12) PivotTableJS: Create pivot tables by using drag and drop functionality.
44+
Link: https://bit.ly/PivotJS
45+
46+
13) Missingno: Visualize missing values in your dataset.
47+
Link: https://bit.ly/py-missing
48+
49+
14) Pandas Alive: Create animated charts for pandas dataframes.
50+
Link: https://bit.ly/pd-alive
51+
52+
15) Skimpy: Supercharge the describe() method.
53+
Link: https://bit.ly/py-skim
54+
55+
16) Pandas-log: Debug Pandas pipeline with step-by-step logging.
56+
Link: https://bit.ly/py-log
57+
58+
17) tsflex: Process time series and perform feature extraction.
59+
Link: https://bit.ly/tsflex
60+
61+
18) pandas-profiling: Generate EDA report of data in one-line.
62+
Link: https://lnkd.in/dQrS8KTA
63+
64+
19) Mars: A tensor-based framework for scaling numpy, pandas, scikit-learn, etc.
65+
Link: https://bit.ly/py-mars
66+
67+
20) nptyping: Apply type hints for Pandas dataframes.
68+
Link: https://bit.ly/nptyping
69+
70+
21) popmon: Profile your data to determine its stability.
71+
Link: https://bit.ly/py-popmon
72+
73+
22) Gspread-pandas: Interact with Google sheets using dataframes.
74+
Link: https://bit.ly/pd-gsheets
75+
76+
23) pdpipe: Create pandas pipeline easily and intuitively.
77+
Link: https://bit.ly/py-pdpipe
78+
79+
24) PrettyPandas: Prettify the dataframe when printed.
80+
Link: https://lnkd.in/deGXBryJ
81+
82+
25) Dora: An intuitive API for data cleaning, processing, feature selection, visualization, etc.
83+
Link: https://bit.ly/py-dora
84+
85+
26) Pandapy: The speed of NumPy combined with Pandas' elegance.
86+
Link: https://bit.ly/pandapy

0 commit comments

Comments
 (0)