Python Libraries#

Library

Description

Repo

Install

cenpy ๐Ÿ“„

Explore and download data from Census APIs

GitHub Repo stars

conda install -c conda-forge cenpy

diagrams ๐Ÿ“„

Diagram as Code (requires Graphviz)

GitHub Repo stars

pip install diagrams

fiona ๐Ÿ“„

Fiona reads and writes spatial data files

GitHub Repo stars

pip install fiona

geopandas ๐Ÿ“„

Geographic pandas extensions

GitHub Repo stars

conda install -c conda-forge geopandas

geoplot ๐Ÿ“„

High-level geospatial plotting for Python

GitHub Repo stars

conda install -c conda-forge geoplot

jupyter book ๐Ÿ“„

Create an online book with Jupyter Notebooks

GitHub Repo stars

conda install -c conda-forge jupyter-book

pandas ๐Ÿ“„

Powerful data structures for data analysis, time series, and statistics

GitHub Repo stars

conda install -c conda-forge pandas

seaborn ๐Ÿ“„

Statistical data visualization

GitHub Repo stars

conda install seaborn -c conda-forge

ydata-profiling ๐Ÿ“„

Generate profile report for pandas DataFrame

GitHub Repo stars

conda install -c conda-forge ydata-profiling