This curated list contains 390 awesome open-source projects with a total of 1.5M stars grouped into 28 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an issue, submit a pull request, or directly edit the projects.yaml. Contributions are very welcome!
Contents
- Data Serialization 16 projects
- Data Containers & Dataframes 30 projects
- Data Structures 15 projects
- Data Validation 15 projects
- Algorithms & Design Patterns 4 projects
- Date & Time Utilities 9 projects
- File & Path Utilities 10 projects
- Compatiblity 7 projects
- Cryptography 7 projects
- Infrastructure & DevOps 19 projects
- Process Utilities 4 projects
- Asynchronous Programming 7 projects
- Configuration 9 projects
- CLI Development 18 projects
- Development Tools 1 projects
- Data Caching 6 projects
- GUI Development 10 projects
- Computer & Machine Vision 1 projects
- Machine Learning & Data Engineering 1 projects
- Text Data 12 projects
- Web Development 1 projects
- Database Clients 64 projects
- Data Loading & Extraction 30 projects
- Data Pipelines & Streaming 43 projects
- File Formats 3 projects
- Code Inspection 4 projects
- General Utilities 15 projects
- Python Implementations 6 projects
- Others 21 projects
Explanation
🥇 🥈 🥉 Combined project-quality score⭐️ Star count from GitHub🐣 New project (less than 6 months old)💤 Inactive project (6 months no activity)💀 Dead project (12 months no activity)📈 📉 Project is trending up or down➕ Project was recently added❗️ Warning (e.g. missing/risky license)👨💻 Contributors count from GitHub🔀 Fork count from GitHub📋 Issue count from GitHub⏱️ Last update timestamp on package manager📥 Download count from package manager📦 Number of dependent projectsPandas related project
Data Serialization
protobuf (🥇 49 · ⭐ 59K) - Protocol Buffers - Googles data interchange format. BSD-3
-
GitHub (
👨💻 1.1K ·🔀 15K ·📥 37M ·📦 370K ·📋 5.6K - 14% open ·⏱️ 22.03.2023):git clone https://github.com/protocolbuffers/protobuf
-
PyPi (
📥 120M / month ·📦 16K ·⏱️ 30.01.2023):pip install protobuf
-
Conda (
📥 13M ·⏱️ 23.12.2022):conda install -c conda-forge protobuf
-
npm (
📥 6M / month ·📦 3.3K ·⏱️ 10.10.2022):npm install google-protobuf
flatbuffers (🥇 43 · ⭐ 20K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
-
GitHub (
👨💻 630 ·🔀 3K ·📥 170K ·📦 50K ·📋 2.2K - 6% open ·⏱️ 16.03.2023):git clone https://github.com/google/flatbuffers
-
PyPi (
📥 11M / month ·📦 270 ·⏱️ 21.01.2023):pip install flatbuffers
-
Conda (
📥 620K ·⏱️ 17.03.2023):conda install -c conda-forge flatbuffers
-
npm (
📥 1.1M / month ·📦 260 ·⏱️ 03.03.2023):npm install flatbuffers
marshmallow (🥈 39 · ⭐ 6.5K) - A lightweight library for converting complex objects to and from.. MIT
simplejson (🥈 37 · ⭐ 1.6K) - simplejson is a simple, fast, extensible JSON encoder/decoder for.. MIT
orjson (🥈 35 · ⭐ 4.4K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2
ultrajson (🥈 35 · ⭐ 4K) - Ultra fast JSON decoder and encoder written in C with Python bindings. BSD-3
cloudpickle (🥈 35 · ⭐ 1.4K) - Extended pickling support for Python objects. BSD-3
msgpack (🥉 34 · ⭐ 1.7K) - MessagePack serializer implementation for Python msgpack.org[Python]. Apache-2
jsonpickle (🥉 34 · ⭐ 1.1K) - Python library for serializing any arbitrary object graph into.. BSD-3
python-rapidjson (🥉 29 · ⭐ 470) - Python wrapper around rapidjson. MIT
pysimdjson (🥉 25 · ⭐ 580) - Python bindings for the simdjson project. MIT
Data Containers & Dataframes
General-purpose data containers as well as utilities & extensions for pandas.
h5py (🥇 41 · ⭐ 1.8K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3
polars (🥈 40 · ⭐ 16K) - Fast multi-threaded, hybrid-out-of-core DataFrame library in Rust | Python.. MIT
numexpr (🥈 33 · ⭐ 1.9K) - Fast numerical array expression evaluator for Python, NumPy, PyTables,.. MIT
zarr (🥈 33 · ⭐ 1.1K) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT
Bottleneck (🥈 33 · ⭐ 880) - Fast NumPy array functions written in C. BSD-2
Vaex (🥉 30 · ⭐ 7.8K) - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization.. MIT
docarray (🥉 30 · ⭐ 1.9K) - The data structure for multimodal data Neural Search Vector Search.. Apache-2
datasketch (🥉 30 · ⭐ 1.9K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT
Pandaral·lel (🥉 28 · ⭐ 2.9K) - A simple and efficient tool to parallelize Pandas.. BSD-3

jupyter
StaticFrame (🥉 27 · ⭐ 340) - Immutable and grow-only Pandas-like DataFrames with a more explicit.. MIT
Pandas Summary (🥉 26 · ⭐ 460) - Engine for ML/Data tracking, visualization,.. Apache-2

Show 7 hidden projects...
- Blaze (
🥈 31 ·⭐ 3.1K ·💀 ) - NumPy and Pandas interface to Big Data.BSD-3
- Arctic (
🥈 31 ·⭐ 3K) - Arctic is a high performance datastore for numeric data.❗️LGPL-2.1
- sklearn-pandas (
🥉 29 ·⭐ 2.7K ·💤 ) - Pandas integration with sklearn.❗️Zlib
sklearn
- pandasql (
🥉 28 ·⭐ 1.2K ·💀 ) - sqldf for pandas.MIT
- bcolz (
🥉 26 ·⭐ 950 ·💀 ) - A columnar data container that can be compressed.BSD-3
- pickleDB (
🥉 22 ·⭐ 770 ·💀 ) - pickleDB is an open source key-value store using Pythons json module.BSD-3
- PandaPy (
🥉 11 ·⭐ 540 ·💀 ) - PandaPy has the speed of NumPy and the usability of Pandas 10x to..MIT
Data Structures
python-sortedcontainers (🥇 35 · ⭐ 2.9K) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2
pyrsistent (🥇 34 · ⭐ 1.8K · 📉 ) - Persistent/Immutable/Functional data structures for Python. MIT
ordered-set (🥈 29 · ⭐ 180) - A mutable set that remembers the order of its entries. One of Pythons.. MIT
sqlitedict (🥉 27 · ⭐ 990) - Persistent dict, backed by sqlite3 and pickle, multithread-safe. Apache-2
munch (🥉 27 · ⭐ 660) - A Munch is a Python dictionary that provides attribute-style access (a la.. MIT
immutables (🥉 26 · ⭐ 1K) - A high-performance immutable mapping type for Python. Apache-2
python-benedict (🥉 26 · ⭐ 1K) - dict subclass with keylist/keypath support, built-in I/O.. MIT
python-box (🥉 25 · ⭐ 2.2K) - Python dictionaries with advanced dot notation access. MIT
Show 2 hidden projects...
- addict (
🥈 29 ·⭐ 2.3K ·💀 ) - The Python Dict thats better than heroin.MIT
- cleverdict (
🥉 14 ·⭐ 95 ·💤 ) - A JSON-friendly data structure which allows both object attributes..MIT
Data Validation
jsonschema (🥇 40 · ⭐ 4.1K) - An implementation of the JSON Schema specification for Python. MIT
voluptuous (🥈 32 · ⭐ 1.8K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
validators (🥈 32 · ⭐ 710) - Python Data Validation for Humans. MIT
strictyaml (🥉 30 · ⭐ 1.2K) - Type-safe YAML parser and validator. MIT
dirty-equals (🥉 20 · ⭐ 630) - Doing dirty (but extremely useful) things with equals. MIT
Show 6 hidden projects...
- cerberus (
🥈 34 ·⭐ 3K ·💀 ) - Lightweight, extensible data validation library for Python.ISC
- schema (
🥈 32 ·⭐ 2.7K ·💀 ) - Schema validation just got Pythonic.MIT
- schematics (
🥉 30 ·⭐ 2.6K ·💀 ) - Python Data Structures for Humans.BSD-3
- python-email-validator (
🥉 27 ·⭐ 740) - A robust email syntax and deliverability validation..❗️CC0-1.0
- typical (
🥉 22 ·⭐ 170 ·💀 ) - Typical: Fast, simple, & correct data-validation using Python 3 typing.MIT
- dataklasses (
🥉 7 ·⭐ 760 ·💀 ) - A different spin on dataclasses.❗Unlicensed
Algorithms & Design Patterns
algorithms (🥇 30 · ⭐ 22K) - Minimal examples of data structures and algorithms in Python. MIT
transitions (🥉 29 · ⭐ 4.8K) - A lightweight, object-oriented finite state machine implementation.. MIT
Show 1 hidden projects...
Date & Time Utilities
python-dateutil (🥇 39 · ⭐ 2K) - Useful extensions to the standard Python datetime features. Apache-2
dateparser (🥈 37 · ⭐ 2.2K) - python parser for human readable dates. BSD-3
Show 1 hidden projects...
- parsedatetime (
🥉 28 ·⭐ 660 ·💀 ) - Parse human-readable date/time strings.Apache-2
File & Path Utilities
filesystem_spec (🥇 39 · ⭐ 560) - A specification that python filesystems should adhere to. BSD-3
appdirs (🥉 32 · ⭐ 970) - A small Python module for determining appropriate platform-specific dirs,.. MIT
pyfilesystem2 (🥉 30 · ⭐ 1.8K) - Pythons Filesystem abstraction layer. MIT
Show 3 hidden projects...
Compatiblity
typing (🥈 33 · ⭐ 1.4K) - Python static typing home. Hosts the documentation and a user help.. Python-2.0
futures (🥉 28 · ⭐ 220) - Backport of the concurrent.futures package to Python 2.6 and 2.7. Python-2.0
dataclasses (🥉 27 · ⭐ 560 · 💤 ) - A backport of the dataclasses module for Python 3.6. Apache-2
Show 2 hidden projects...
- pathlib2 (
🥉 27 ·⭐ 71 ·💀 ) - Backport of pathlib aiming to support the full stdlib Python API.MIT
- contextlib2 (
🥉 26 ·⭐ 35 ·💤 ) - contextlib2 is a backport of the standard librarys contextlib..❗️psfrag
Cryptography
cryptography (🥇 46 · ⭐ 5.4K) - cryptography is a package designed to expose cryptographic.. Apache-2
pycryptodomex (🥈 37 · ⭐ 2.3K) - A self-contained cryptographic library for Python. BSD-3
asn1crypto (🥉 33 · ⭐ 290) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
Infrastructure & DevOps
ansible (🥇 48 · ⭐ 57K) - Ansible is a radically simple IT automation platform that makes your.. ❗️GPL-3.0
docker-compose (🥈 43 · ⭐ 29K) - Define and run multi-container applications with Docker. Apache-2
paramiko (🥈 43 · ⭐ 8.2K) - The leading native Python SSHv2 protocol library. ❗️LGPL-2.1
pulumi (🥈 41 · ⭐ 15K) - Pulumi - Universal Infrastructure as Code. Your Cloud, Your Language,.. Apache-2
kubernetes (🥈 39 · ⭐ 5.6K) - Official Python client library for kubernetes. Apache-2
pyinfra (🥉 30 · ⭐ 2.2K) - pyinfra automates infrastructure super fast at massive scale. It can be.. MIT
pypyr (🥉 22 · ⭐ 500) - pypyr task-runner cli & api for automation pipelines. Automate anything.. Apache-2
Show 4 hidden projects...
- fabtools (
🥉 25 ·⭐ 1.3K ·💀 ) - Tools for writing awesome Fabric files.BSD-2
- parallel-ssh (
🥉 25 ·⭐ 1.1K ·💤 ) - Asynchronous parallel SSH client library.❗️LGPL-2.1
- storm (
🥉 24 ·⭐ 3.9K ·💀 ) - Manage your SSH like a boss.MIT
- wssh (
🥉 17 ·⭐ 1.3K ·💀 ) - SSH to WebSockets Bridge.MIT
Process Utilities
pexpect (🥇 38 · ⭐ 2.3K) - A Python module for controlling interactive programs in a pseudo-terminal. ISC
supervisor (🥈 37 · ⭐ 7.7K) - Supervisor process control system for Unix.. ❗️Repoze Public License
Show 1 hidden projects...
- ptyprocess (
🥉 26 ·⭐ 190 ·💀 ) - Run a subprocess in a pseudo terminal.ISC
Asynchronous Programming
anyio (🥈 36 · ⭐ 1.2K · 📉 ) - High level asynchronous concurrency and networking framework that works.. MIT
Show 2 hidden projects...
Configuration
python-dotenv (🥇 39 · ⭐ 5.8K) - Reads key-value pairs from a .env file and can set them as.. BSD-3
python-decouple (🥈 33 · ⭐ 2.4K) - Strict separation of config from code. MIT
omegaconf (🥉 32 · ⭐ 1.4K) - Flexible Python configuration system. The last one you will ever need. BSD-3
gin-config (🥉 28 · ⭐ 1.8K) - Gin provides a lightweight configuration framework for Python. Apache-2
CLI Development
rich (🥇 43 · ⭐ 43K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
python-prompt-toolkit (🥈 39 · ⭐ 8.2K) - Library for building powerful interactive command.. BSD-3
python-fire (🥈 38 · ⭐ 24K) - Python Fire is a library for automatically generating command.. Apache-2
argcomplete (🥈 36 · ⭐ 1.2K) - Python and tab completion, better together. Apache-2
wcwidth (🥉 34 · ⭐ 330) - Python library that measures the width of unicode strings rendered to a.. MIT
asciimatics (🥉 29 · ⭐ 3.3K) - A cross platform package to do curses-like operations, plus.. Apache-2
questionary (🥉 28 · ⭐ 1K · 💤 ) - Python library to build pretty command line user prompts Easy to.. MIT
docopt-ng (🥉 19 · ⭐ 120) - Humane command line arguments parser. Now with maintenance, typehints,.. MIT
Show 5 hidden projects...
- docopt (
🥈 35 ·⭐ 7.8K ·💀 ) - Pythonic command line arguments parser, that will make you smile.MIT
- blessings (
🥉 29 ·⭐ 1.4K ·💀 ) - A thin, practical wrapper around terminal capabilities in Python.MIT
- ConfigArgParse (
🥉 27 ·⭐ 640 ·💀 ) - A drop-in replacement for argparse that allows options to..MIT
- clint (
🥉 24 ·⭐ 86 ·💀 ) - Python Command-line Application Tools.ISC
- bashplotlib (
🥉 21 ·⭐ 1.7K ·💀 ) - plotting in the terminal.MIT
Development Tools
Data Caching
cachetools (🥇 33 · ⭐ 1.6K) - Extensible memoizing collections and decorators. MIT
pylibmc (🥉 28 · ⭐ 470 · 💤 ) - A Python wrapper around the libmemcached interface from TangentOrg. BSD-3
cachier (🥉 25 · ⭐ 430 · 📈 ) - Persistent, stale-free, local and cross-machine caching for Python.. MIT
Show 1 hidden projects...
- cached-property (
🥈 30 ·⭐ 660 ·💀 ) - A decorator for caching properties in classes.BSD-3
GUI Development
kivy (🥇 40 · ⭐ 16K) - Open source UI framework written in Python, running on Windows, Linux, macOS,.. MIT
PySimpleGUI (🥈 37 · ⭐ 11K) - PySimpleGUI is a Python package that enables Python.. ❗️LGPL-3.0
DearPyGui (🥈 33 · ⭐ 9.9K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT
Show 2 hidden projects...
- Phoenix (
🥉 27 ·⭐ 2K) - wxPythons Project Phoenix. A new implementation of wxPython,..❗️wxWindows
- enaml (
🥉 27 ·⭐ 1.5K) - Declarative User Interfaces for Python.❗Unlicensed
Computer & Machine Vision
Machine Learning & Data Engineering
Text Data
phonenumbers (🥇 35 · ⭐ 3.2K) - Python port of Googles libphonenumber. Apache-2
chardet (🥈 33 · ⭐ 1.9K) - Python character encoding detector. ❗️LGPL-2.1
-
GitHub (
👨💻 48 ·🔀 240 ·📋 140 - 39% open ·⏱️ 02.12.2022):git clone https://github.com/chardet/chardet
-
PyPi (
📥 59M / month ·📦 39K ·⏱️ 01.12.2022):pip install chardet
-
Conda (
📥 19M ·⏱️ 02.12.2022):conda install -c conda-forge chardet
-
npm (
📥 12 / month ·📦 3 ·⏱️ 20.08.2017):npm install @pypi/chardet
python-slugify (🥈 31 · ⭐ 1.3K) - Returns unicode slugs. MIT
inflect (🥈 31 · ⭐ 790) - Correctly generate plurals, ordinals, indefinite articles; convert numbers.. MIT
pyahocorasick (🥉 29 · ⭐ 780) - Python module (C extension and plain python) implementing Aho-.. BSD-3
price-parser (🥉 21 · ⭐ 260) - Extract price amount and currency symbol from a raw text string. BSD-3
Show 2 hidden projects...
- awesome-slugify (
🥉 22 ·⭐ 470 ·💀 ) - Python flexible slugify function.❗️GPL-3.0
- millify (
🥉 14 ·⭐ 76 ·💀 ) - Convert long numbers into a human-readable format in Python.MIT
Web Development
Database Clients
Libraries for connecting to, operating, and querying databases.
SQLAlchemy (🥇 44 · ⭐ 7K) - The Database Toolkit for Python. MIT
azure-storage-blob (🥇 42 · ⭐ 3.6K) - This repository is for active development of the Azure SDK.. MIT
google-cloud-storage (🥇 40 · ⭐ 4.1K) - Google Cloud Client Library for Python. Apache-2
MongoEngine (🥇 40 · ⭐ 4K) - A Python Object-Document-Mapper for working with MongoDB. MIT
elasticsearch (🥇 40 · ⭐ 3.9K) - Official Elasticsearch client library for Python. Apache-2
kafka-python (🥈 38 · ⭐ 5.1K) - Python client for Apache Kafka. Apache-2
python-bigquery (🥈 38 · ⭐ 580) - Google BigQuery API client library. Apache-2
AWS Data Wrangler (🥈 36 · ⭐ 3.4K) - pandas on AWS - Easy integration with Athena, Glue,.. Apache-2

confluent-kafka-python (🥈 36 · ⭐ 3.2K) - Confluents Kafka Python Client. Apache-2
SQLAlchemy-Utils (🥈 36 · ⭐ 1.1K) - Various utility functions and datatypes for SQLAlchemy. BSD-3
libcloud (🥈 35 · ⭐ 1.9K) - Apache Libcloud is a Python library which hides differences between.. Apache-2
Elasticsearch DSL (🥈 34 · ⭐ 3.6K) - High level Python client for Elasticsearch. Apache-2
tortoise-orm (🥈 33 · ⭐ 3.4K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2
Prometheus Client (🥈 33 · ⭐ 3.3K) - Prometheus instrumentation library for Python.. Apache-2
Cassandra Driver (🥈 33 · ⭐ 1.3K) - DataStax Python Driver for Apache Cassandra. Apache-2
neo4j-driver (🥈 33 · ⭐ 780) - Neo4j Bolt driver for Python. Apache-2
pandas-gbq (🥈 33 · ⭐ 360) - Google BigQuery connector for pandas. BSD-3
mysqlclient (🥉 32 · ⭐ 2.2K) - MySQL database connector for Python (with Python 3 support). ❗️GPL-2.0
s3transfer (🥉 32 · ⭐ 160) - Amazon S3 Transfer Manager for Python. Apache-2
sqlmodel (🥉 31 · ⭐ 9.6K) - SQL databases in Python, designed for simplicity, compatibility,.. MIT
pydantic
dataset (🥉 30 · ⭐ 4.3K) - Easy-to-use data handling for SQL data stores with support for implicit.. MIT
redis-py-cluster (🥉 29 · ⭐ 1.1K · 💤 ) - Python cluster client for the official redis cluster... MIT
prisma (🥉 28 · ⭐ 1K) - Prisma Client Python is an auto-generated and fully type-safe database.. Apache-2
HappyBase (🥉 27 · ⭐ 600 · 💤 ) - A developer-friendly Python library to interact with Apache HBase. MIT
ODMantic (🥉 21 · ⭐ 770) - Sync and Async ODM (Object Document Mapper) for MongoDB based on python.. ISC
aioprometheus (🥉 20 · ⭐ 140) - A Prometheus Python client library for asyncio-based applications. MIT
psycopg3 (🥉 18 · ⭐ 970) - New generation PostgreSQL database adapter for the Python.. ❗️LGPL-3.0
-
GitHub (
👨💻 36 ·🔀 94 ·📋 280 - 12% open ·⏱️ 20.03.2023):git clone https://github.com/psycopg/psycopg
Show 13 hidden projects...
- psycopg2 (
🥈 38 ·⭐ 2.9K) - PostgreSQL database adapter for the Python..❗️BSD-3-Clause-Attribution
- pyodbc (
🥉 31 ·⭐ 2.6K) - Python ODBC bridge.❗️MIT-0
- google-cloud-bigtable (
🥉 31 ·⭐ 46) - Google Cloud Bigtable API client library.Apache-2
- py2neo (
🥉 29 ·⭐ 1.2K ·💀 ) - Py2neo is a comprehensive Neo4j driver library and toolkit for..Apache-2
- gino (
🥉 28 ·⭐ 2.5K ·💀 ) - GINO Is Not ORM - a Python asyncio ORM on SQLAlchemy core.BSD-3
- mongo-connector (
🥉 27 ·⭐ 1.9K ·💀 ) - MongoDB data stream pipeline tools by YouGov (adopted..Apache-2
- pyhdb (
🥉 24 ·⭐ 300 ·💀 ) - SAP HANA Connector in pure Python.Apache-2
- db.py (
🥉 22 ·⭐ 1.2K ·💀 ) - db.py is an easier way to interact with your databases.BSD-2
- PyMODM (
🥉 22 ·⭐ 350 ·💀 ) - A Pythonic, object-oriented interface for working with MongoDB.Apache-2
- Queries (
🥉 19 ·⭐ 250 ·💀 ) - PostgreSQL database access simplified.BSD-3
- gsheets-db-api (
🥉 19 ·⭐ 190 ·💀 ) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets.MIT
- lazydata (
🥉 16 ·⭐ 630 ·💀 ) - Lazydata: Scalable data dependencies for Python projects.Apache-2
- SuperSQLite (
🥉 15 ·⭐ 700 ·💀 ) - A supercharged SQLite library for Python.MIT
Data Loading & Extraction
Libraries for loading, collecting, and extracting data from a variety of data sources and formats.
Datasets (🥇 42 · ⭐ 16K) - The largest hub of ready-to-use datasets for ML models with fast,.. Apache-2
python-magic (🥈 34 · ⭐ 2.3K) - A python wrapper for libmagic. MIT
csvkit (🥈 33 · ⭐ 5.4K) - A suite of utilities for converting to and working with CSV, the king of.. MIT
xmltodict (🥈 33 · ⭐ 5.1K) - Python module that makes working with XML feel like you are working.. MIT
gdown (🥈 31 · ⭐ 2.9K) - Download a large file from Google Drive (curl/wget fails because of the.. MIT
smart-open (🥈 31 · ⭐ 2.8K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT
Intake (🥈 31 · ⭐ 880) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2
pandas-datareader (🥈 30 · ⭐ 2.6K · 💤 ) - Extract data from a wide range of Internet sources.. BSD-3
snorkel (🥉 29 · ⭐ 5.4K) - A system for quickly generating training data with weak supervision. Apache-2
img2dataset (🥉 23 · ⭐ 1.6K) - Easily turn large sets of image urls to an image dataset. Can.. MIT
rows (🥉 23 · ⭐ 840) - A common, beautiful interface to tabular data, no matter the format. ❗️LGPL-3.0
Squirrel (🥉 17 · ⭐ 260) - A Python library that enables ML teams to share, load, and transform.. Apache-2
Show 12 hidden projects...
- xlrd (
🥈 32 ·⭐ 2.1K ·💀 ) - Please use openpyxl where you can...BSD-3
- PDFMiner (
🥉 29 ·⭐ 5K ·💀 ) - Python PDF Parser (Not actively maintained). Check out pdfminer.six.MIT
- SDV (
🥉 28 ·⭐ 1.3K) - Synthetic Data Generation for tabular, relational and time series data.❗️SSPL-1.0
- Singer (
🥉 27 ·⭐ 1.1K ·💀 ) - Standard for moving data between databases, web APIs, files,..❗️AGPL-3.0
- tabulator-py (
🥉 27 ·⭐ 240 ·💀 ) - Python library for reading and writing tabular data via streams.MIT
- messytables (
🥉 24 ·⭐ 380 ·💀 ) - Tools for parsing messy tabular data. This is now superseded by..MIT
- pyexcel-xlsx (
🥉 24 ·⭐ 110 ·💀 ) - A wrapper library to read, manipulate and write data in xlsx..BSD-3
- deepdish (
🥉 22 ·⭐ 260 ·💀 ) - Flexible HDF5 saving/loading and other data science tools from the..BSD-3
- excalibur (
🥉 21 ·⭐ 1.3K ·💀 ) - A web interface to extract tabular data from PDFs.MIT
- datatest (
🥉 21 ·⭐ 270 ·💀 ) - Tools for test driven data-wrangling and data validation.Apache-2
- borb (
🥉 19 ·⭐ 2.9K) - borb is a library for reading, creating and manipulating PDF files..❗Unlicensed
- csvs-to-sqlite (
🥉 16 ·⭐ 750 ·💀 ) - Convert CSV files into a SQLite database.Apache-2
Data Pipelines & Streaming
Libraries for data batch- and stream-processing, workflow automation, job scheduling, and other data pipeline tasks.
Airflow (🥇 46 · ⭐ 30K) - Platform to programmatically author, schedule, and monitor workflows. Apache-2
-
GitHub (
👨💻 2.8K ·🔀 12K ·📥 440K ·📦 6.2K ·📋 7.2K - 12% open ·⏱️ 22.03.2023):git clone https://github.com/apache/airflow
-
PyPi (
📥 12M / month ·📦 220 ·⏱️ 14.03.2023):pip install apache-airflow
-
Conda (
📥 850K ·⏱️ 15.03.2023):conda install -c conda-forge airflow
-
Docker Hub (
📥 110M ·⭐ 430 ·⏱️ 15.03.2023):docker pull apache/airflow