10 Little-Known Python Libraries for Working with Data

mahabub.devs3
Mahabubur Rahman
Published on Sep, 25 2024 1 min read 0 comments
Text Image

â€ĸ PyGWalker: PyGWalker simplifies the data analysis and visualization workflow in Jupyter Notebook by turning a pandas data frame (or polars data frame) into a Tableau-style UI for visual exploration.

â€ĸ SciencePlots: Create professional matplotlib plots for presentations, research papers, and more.

â€ĸ CleverCSV: Eliminate parsing errors when reading CSV files with Pandas.

â€ĸ Bottleneck: Speeds up NumPy methods by 25x. Especially when the array has NaN values.

â€ĸ Fastparquet: Speeds up pandas I/O by 5x.

â€ĸ Multipledispatch: Provides methods for overloading functions in Python.

â€ĸ Aquarel: Additional matplotlib plot styles.

â€ĸ Nbcommands: Helps easily search code in Jupyter notebooks instead of manually searching.

â€ĸ Modelstore: A machine learning model library for better tracking of model performance.

â€ĸ Pigeon: Helps annotate data with mouse clicks in a Jupyter notebook.

 

0 Comments