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 · ⭐ 58K) - Protocol Buffers - Googles data interchange format. BSD-3
-
GitHub (
👨💻 1.1K ·🔀 15K ·📥 39M ·📦 330K ·📋 5.4K - 13% open ·⏱️ 19.01.2023):git clone https://github.com/protocolbuffers/protobuf
-
PyPi (
📥 110M / month ·📦 15K ·⏱️ 24.06.2022):pip install protobuf
-
Conda (
📥 12M ·⏱️ 23.12.2022):conda install -c conda-forge protobuf
-
npm (
📥 4.4M / month ·📦 3.2K ·⏱️ 10.10.2022):npm install google-protobuf
flatbuffers (🥇 43 · ⭐ 20K) - FlatBuffers: Memory Efficient Serialization Library. Apache-2
-
GitHub (
👨💻 620 ·🔀 3K ·📥 140K ·📦 45K ·📋 2.2K - 7% open ·⏱️ 19.01.2023):git clone https://github.com/google/flatbuffers
-
PyPi (
📥 8.5M / month ·📦 220 ·⏱️ 10.05.2021):pip install flatbuffers
-
Conda (
📥 550K ·⏱️ 10.12.2022):conda install -c conda-forge flatbuffers
-
npm (
📥 630K / month ·📦 240 ·⏱️ 04.01.2023):npm install flatbuffers
marshmallow (🥈 38 · ⭐ 6.4K) - 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.2K) - Fast, correct Python JSON library supporting dataclasses, datetimes,.. Apache-2
ultrajson (🥈 35 · ⭐ 3.9K) - Ultra fast JSON decoder and encoder written in C with Python bindings. BSD-3
cloudpickle (🥈 35 · ⭐ 1.3K) - Extended pickling support for Python objects. BSD-3
jsonpickle (🥈 35 · ⭐ 1.1K) - Python library for serializing any arbitrary object graph into.. BSD-3
msgpack (🥉 33 · ⭐ 1.7K) - MessagePack serializer implementation for Python msgpack.org[Python]. Apache-2
pysimdjson (🥉 25 · ⭐ 560) - Python bindings for the simdjson project. MIT
python-rapidjson (🥉 25 · ⭐ 470) - Python wrapper around rapidjson. MIT
Data Containers & Dataframes
General-purpose data containers as well as utilities & extensions for pandas.
h5py (🥇 40 · ⭐ 1.8K) - HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5.. BSD-3
polars (🥈 36 · ⭐ 13K) - Fast multi-threaded, hybrid-out-of-core DataFrame library in Rust | Python.. MIT
TinyDB (🥈 33 · ⭐ 5.6K · 📈 ) - TinyDB is a lightweight document oriented database optimized for your.. MIT
numexpr (🥈 32 · ⭐ 1.9K) - Fast numerical array expression evaluator for Python, NumPy, PyTables,.. MIT
zarr (🥈 32 · ⭐ 1.1K) - An implementation of chunked, compressed, N-dimensional arrays for Python. MIT
Bottleneck (🥈 32 · ⭐ 840) - Fast NumPy array functions written in C. BSD-2
Vaex (🥉 31 · ⭐ 7.7K) - Out-of-Core hybrid Apache Arrow/NumPy DataFrame for Python, ML, visualization.. MIT
datasketch (🥉 30 · ⭐ 1.9K) - MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog,.. MIT
docarray (🥉 30 · ⭐ 1.6K) - The data structure for multimodal data Neural Search Vector Search.. Apache-2
Pandaral·lel (🥉 28 · ⭐ 2.8K) - A simple and efficient tool to parallelize Pandas.. BSD-3

jupyter
StaticFrame (🥉 27 · ⭐ 330) - Immutable and grow-only Pandas-like DataFrames with a more explicit.. MIT
Pandas Summary (🥉 20 · ⭐ 460) - A library for managing, validating, summarizing, and.. Apache-2

Show 8 hidden projects...
- Blaze (
🥈 32 ·⭐ 3.1K ·💀 ) - NumPy and Pandas interface to Big Data.BSD-3
- Arctic (
🥉 30 ·⭐ 2.9K) - Arctic is a high performance datastore for numeric data.❗️LGPL-2.1
- sklearn-pandas (
🥉 28 ·⭐ 2.7K) - Pandas integration with sklearn.❗️Zlib
sklearn
- pandasql (
🥉 27 ·⭐ 1.2K ·💀 ) - sqldf for pandas.MIT
- bcolz (
🥉 26 ·⭐ 940 ·💀 ) - A columnar data container that can be compressed.BSD-3
- pickleDB (
🥉 23 ·⭐ 740 ·💀 ) - pickleDB is an open source key-value store using Pythons json module.BSD-3
- fletcher (
🥉 19 ·⭐ 230 ·💀 ) - Pandas ExtensionDType/Array backed by Apache Arrow.MIT
- PandaPy (
🥉 11 ·⭐ 530 ·💀 ) - PandaPy has the speed of NumPy and the usability of Pandas 10x to..MIT
Data Structures
pyrsistent (🥇 36 · ⭐ 1.8K) - Persistent/Immutable/Functional data structures for Python. MIT
python-sortedcontainers (🥇 34 · ⭐ 2.9K · 📉 ) - Python Sorted Container Types: Sorted List, Sorted.. Apache-2
sqlitedict (🥈 29 · ⭐ 970) - Persistent dict, backed by sqlite3 and pickle, multithread-safe. Apache-2
munch (🥉 28 · ⭐ 650) - A Munch is a Python dictionary that provides attribute-style access (a la.. MIT
ordered-set (🥉 27 · ⭐ 180) - A mutable set that remembers the order of its entries. One of Pythons.. MIT
immutables (🥉 26 · ⭐ 1K) - A high-performance immutable mapping type for Python. Apache-2
python-benedict (🥉 26 · ⭐ 830) - dict subclass with keylist/keypath support, built-in I/O.. MIT
python-box (🥉 25 · ⭐ 2.1K) - 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 ·⭐ 94 ·💤 ) - A JSON-friendly data structure which allows both object attributes..MIT
Data Validation
jsonschema (🥇 40 · ⭐ 4K) - An implementation of the JSON Schema specification for Python. MIT
voluptuous (🥈 30 · ⭐ 1.8K) - CONTRIBUTIONS ONLY: Voluptuous, despite the name, is a Python data.. BSD-3
validators (🥈 30 · ⭐ 680 · 💤 ) - Python Data Validation for Humans. MIT
strictyaml (🥉 26 · ⭐ 1.2K) - Type-safe YAML parser and validator. MIT
dirty-equals (🥉 21 · ⭐ 610) - Doing dirty (but extremely useful) things with equals. MIT
typical (🥉 20 · ⭐ 170 · 💤 ) - Typical: Fast, simple, & correct data-validation using Python 3 typing. MIT
Show 5 hidden projects...
- cerberus (
🥈 34 ·⭐ 2.9K ·💀 ) - Lightweight, extensible data validation library for Python.ISC
- schema (
🥈 32 ·⭐ 2.7K ·💀 ) - Schema validation just got Pythonic.MIT
- schematics (
🥈 30 ·⭐ 2.5K ·💀 ) - Python Data Structures for Humans.BSD-3
- python-email-validator (
🥉 25 ·⭐ 700) - A robust email syntax and deliverability validation..❗️CC0-1.0
- dataklasses (
🥉 7 ·⭐ 760 ·💤 ) - A different spin on dataclasses.❗Unlicensed
Algorithms & Design Patterns
transitions (🥇 31 · ⭐ 4.7K) - A lightweight, object-oriented finite state machine implementation.. MIT
algorithms (🥉 29 · ⭐ 22K) - Minimal examples of data structures and algorithms in Python. MIT
Show 1 hidden projects...
Date & Time Utilities
python-dateutil (🥇 39 · ⭐ 2K) - Useful extensions to the standard Python datetime features. Apache-2
dateparser (🥈 36 · ⭐ 2.2K) - python parser for human readable dates. BSD-3
tzlocal (🥉 29 · ⭐ 160 · 💤 ) - A Python module that tries to figure out what your local timezone is. MIT
Show 1 hidden projects...
- parsedatetime (
🥉 29 ·⭐ 650 ·💀 ) - Parse human-readable date/time strings.Apache-2
File & Path Utilities
filesystem_spec (🥇 39 · ⭐ 540) - A specification that python filesystems should adhere to. BSD-3
appdirs (🥉 31 · ⭐ 950) - A small Python module for determining appropriate platform-specific dirs,.. MIT
pyfilesystem2 (🥉 30 · ⭐ 1.8K) - Pythons Filesystem abstraction layer. MIT
scandir (🥉 29 · ⭐ 510 · 💤 ) - Better directory iterator and faster os.walk(), now in the Python.. BSD-3
Show 2 hidden projects...
Compatiblity
typing (🥈 32 · ⭐ 1.3K) - Python static typing home. Hosts the documentation and a user help.. Python-2.0
dataclasses (🥉 27 · ⭐ 560 · 💤 ) - A backport of the dataclasses module for Python 3.6. Apache-2
futures (🥉 27 · ⭐ 220) - Backport of the concurrent.futures package to Python 2.6 and 2.7. Python-2.0
Show 2 hidden projects...
- pathlib2 (
🥉 27 ·⭐ 72 ·💤 ) - 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.3K) - cryptography is a package designed to expose cryptographic.. Apache-2
pycryptodomex (🥈 38 · ⭐ 2.2K) - A self-contained cryptographic library for Python. BSD-3
asn1crypto (🥉 33 · ⭐ 280) - Python ASN.1 library with a focus on performance and a pythonic API. MIT
Infrastructure & DevOps
ansible (🥇 47 · ⭐ 56K) - Ansible is a radically simple IT automation platform that makes your.. ❗️GPL-3.0
docker-compose (🥈 42 · ⭐ 28K · 📉 ) - Define and run multi-container applications with Docker. Apache-2
pulumi (🥈 41 · ⭐ 15K) - Pulumi - Universal Infrastructure as Code. Your Cloud, Your Language,.. Apache-2
paramiko (🥈 41 · ⭐ 8.1K) - The leading native Python SSHv2 protocol library. ❗️LGPL-2.1
kubernetes (🥈 37 · ⭐ 5.4K) - Official Python client library for kubernetes. Apache-2
netmiko (🥈 37 · ⭐ 3K) - Multi-vendor library to simplify Paramiko SSH connections to network devices. MIT
pyinfra (🥉 31 · ⭐ 2.2K) - pyinfra automates infrastructure super fast at massive scale. It can be.. MIT
Show 4 hidden projects...
- parallel-ssh (
🥉 27 ·⭐ 1.1K) - Asynchronous parallel SSH client library.❗️LGPL-2.1
- fabtools (
🥉 25 ·⭐ 1.3K ·💀 ) - Tools for writing awesome Fabric files.BSD-2
- storm (
🥉 24 ·⭐ 3.9K ·💀 ) - Manage your SSH like a boss.MIT
- wssh (
🥉 17 ·⭐ 1.3K ·💀 ) - SSH to WebSockets Bridge.MIT
Process Utilities
supervisor (🥇 37 · ⭐ 7.6K) - Supervisor process control system for Unix.. ❗️Repoze Public License
pexpect (🥇 37 · ⭐ 2.3K) - A Python module for controlling interactive programs in a pseudo-terminal. ISC
Show 1 hidden projects...
- ptyprocess (
🥉 27 ·⭐ 180 ·💀 ) - Run a subprocess in a pseudo terminal.ISC
Asynchronous Programming
anyio (🥈 31 · ⭐ 1.2K) - High level asynchronous concurrency and networking framework that works on.. MIT
Show 1 hidden projects...
Configuration
python-dotenv (🥇 38 · ⭐ 5.6K) - Reads key-value pairs from a .env file and can set them as.. BSD-3
python-decouple (🥈 33 · ⭐ 2.3K) - 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.7K) - Gin provides a lightweight configuration framework for Python. Apache-2
CLI Development
rich (🥇 42 · ⭐ 42K) - Rich is a Python library for rich text and beautiful formatting in the terminal. MIT
python-fire (🥈 39 · ⭐ 24K) - Python Fire is a library for automatically generating command.. Apache-2
python-prompt-toolkit (🥈 38 · ⭐ 8.1K) - Library for building powerful interactive command.. BSD-3
wcwidth (🥉 34 · ⭐ 310 · 📈 ) - Python library that measures the width of unicode strings rendered to.. MIT
argcomplete (🥉 33 · ⭐ 1.1K) - Python and tab completion, better together. Apache-2
questionary (🥉 28 · ⭐ 1K) - Python library to build pretty command line user prompts Easy to use.. MIT
asciimatics (🥉 27 · ⭐ 3.2K) - A cross platform package to do curses-like operations, plus.. Apache-2
docopt-ng (🥉 19 · ⭐ 110) - Humane command line arguments parser. Now with maintenance, typehints,.. MIT
Show 5 hidden projects...
- docopt (
🥈 36 ·⭐ 7.7K ·💀 ) - 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 ·⭐ 630 ·💀 ) - A drop-in replacement for argparse that allows options to..MIT
- clint (
🥉 24 ·⭐ 83 ·💀 ) - Python Command-line Application Tools.ISC
- bashplotlib (
🥉 21 ·⭐ 1.7K ·💀 ) - plotting in the terminal.MIT
Development Tools
Data Caching
cachetools (🥇 32 · ⭐ 1.6K) - Extensible memoizing collections and decorators. MIT
Show 1 hidden projects...
- cached-property (
🥈 30 ·⭐ 660 ·💀 ) - A decorator for caching properties in classes.BSD-3
GUI Development
kivy (🥇 39 · ⭐ 15K) - 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 (🥈 32 · ⭐ 9.5K) - Dear PyGui: A fast and powerful Graphical User Interface Toolkit for.. MIT
Show 2 hidden projects...
- Phoenix (
🥉 28 ·⭐ 1.9K) - wxPythons Project Phoenix. A new implementation of wxPython,..❗️wxWindows
- enaml (
🥉 28 ·⭐ 1.4K) - 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 (🥇 34 · ⭐ 1.8K) - Python character encoding detector. ❗️LGPL-2.1
-
GitHub (
👨💻 48 ·🔀 240 ·📋 140 - 40% open ·⏱️ 02.12.2022):git clone https://github.com/chardet/chardet
-
PyPi (
📥 56M / month ·📦 39K ·⏱️ 25.06.2022):pip install chardet
-
Conda (
📥 19M ·⏱️ 02.12.2022):conda install -c conda-forge chardet
-
npm (
📥 12 / month ·📦 1 ·⏱️ 20.08.2017):npm install @pypi/chardet
python-slugify (🥈 32 · ⭐ 1.3K) - Returns unicode slugs. MIT
inflect (🥈 31 · ⭐ 770) - Correctly generate plurals, ordinals, indefinite articles; convert numbers.. MIT
pyahocorasick (🥉 29 · ⭐ 770 · 📈 ) - Python module (C extension and plain python) implementing.. BSD-3
price-parser (🥉 22 · ⭐ 250) - Extract price amount and currency symbol from a raw text string. BSD-3
Show 2 hidden projects...
- awesome-slugify (
🥉 21 ·⭐ 470 ·💀 ) - Python flexible slugify function.❗️GPL-3.0
- millify (
🥉 14 ·⭐ 73 ·💀 ) - Convert long numbers into a human-readable format in Python.MIT
Web Development
Database Clients
Libraries for connecting to, operating, and querying databases.
SQLAlchemy (🥇 45 · ⭐ 6.6K) - The Database Toolkit for Python. MIT
azure-storage-blob (🥇 42 · ⭐ 3.5K) - This repository is for active development of the Azure SDK.. MIT
google-cloud-storage (🥇 41 · ⭐ 4.1K) - Google Cloud Client Library for Python. Apache-2
MongoEngine (🥇 40 · ⭐ 3.9K) - A Python Object-Document-Mapper for working with MongoDB. MIT
elasticsearch (🥇 40 · ⭐ 3.8K) - Official Elasticsearch client library for Python. Apache-2
kafka-python (🥈 38 · ⭐ 5.1K · 💤 ) - Python client for Apache Kafka. Apache-2
confluent-kafka-python (🥈 36 · ⭐ 3.1K) - Confluents Kafka Python Client. Apache-2
SQLAlchemy-Utils (🥈 36 · ⭐ 1K) - Various utility functions and datatypes for SQLAlchemy. BSD-3
python-bigquery (🥈 36 · ⭐ 560) - Google BigQuery API client library. Apache-2
AWS Data Wrangler (🥈 35 · ⭐ 3.3K) - pandas on AWS - Easy integration with Athena, Glue,.. Apache-2

libcloud (🥈 35 · ⭐ 1.9K) - Apache Libcloud is a Python library which hides differences between.. Apache-2
Elasticsearch DSL (🥈 33 · ⭐ 3.6K) - High level Python client for Elasticsearch. Apache-2
Prometheus Client (🥈 33 · ⭐ 3.2K) - Prometheus instrumentation library for Python.. Apache-2
pandas-gbq (🥈 33 · ⭐ 350) - Google BigQuery connector for pandas. BSD-3
sqlmodel (🥉 32 · ⭐ 9.2K) - SQL databases in Python, designed for simplicity, compatibility,.. MIT
pydantic
tortoise-orm (🥉 32 · ⭐ 3.3K) - Familiar asyncio ORM for python, built with relations in mind. Apache-2
mysqlclient (🥉 32 · ⭐ 2.2K) - MySQL database connector for Python (with Python 3 support). ❗️GPL-2.0
Cassandra Driver (🥉 32 · ⭐ 1.3K) - DataStax Python Driver for Apache Cassandra. Apache-2
neo4j-driver (🥉 32 · ⭐ 760) - Neo4j Bolt driver for Python. Apache-2
s3transfer (🥉 32 · ⭐ 160) - Amazon S3 Transfer Manager for Python. Apache-2
redis-py-cluster (🥉 30 · ⭐ 1.1K · 💤 ) - Python cluster client for the official redis cluster... MIT
dataset (🥉 28 · ⭐ 4.3K) - Easy-to-use data handling for SQL data stores with support for implicit.. MIT
prisma (🥉 24 · ⭐ 950) - Prisma Client Python is an auto-generated and fully type-safe database.. Apache-2
ODMantic (🥉 22 · ⭐ 740) - Sync and Async ODM (Object Document Mapper) for MongoDB based on python.. ISC
psycopg3 (🥉 18 · ⭐ 900) - New generation PostgreSQL database adapter for the Python.. ❗️LGPL-3.0
-
GitHub (
👨💻 32 ·🔀 79 ·📋 260 - 12% open ·⏱️ 16.01.2023):git clone https://github.com/psycopg/psycopg
aioprometheus (🥉 18 · ⭐ 130 · 💤 ) - A Prometheus Python client library for asyncio-based.. MIT
Show 13 hidden projects...
- psycopg2 (
🥈 39 ·⭐ 2.8K) - PostgreSQL database adapter for the Python..❗️BSD-3-Clause-Attribution
- pyodbc (
🥈 33 ·⭐ 2.6K) - Python ODBC bridge.❗️MIT-0
- google-cloud-bigtable (
🥉 31 ·⭐ 42) - Google Cloud Bigtable API client library.Apache-2
- py2neo (
🥉 30 ·⭐ 1.2K ·💀 ) - Py2neo is a comprehensive Neo4j driver library and toolkit for..Apache-2
- Records (
🥉 29 ·⭐ 6.9K ·💀 ) - SQL for Humans.ISC
- mongo-connector (
🥉 26 ·⭐ 1.9K ·💀 ) - MongoDB data stream pipeline tools by YouGov (adopted..Apache-2
- pyhdb (
🥉 24 ·⭐ 300 ·💀 ) - SAP HANA Connector in pure Python.Apache-2
- PyMODM (
🥉 22 ·⭐ 340 ·💀 ) - A Pythonic, object-oriented interface for working with MongoDB.Apache-2
- db.py (
🥉 21 ·⭐ 1.2K ·💀 ) - db.py is an easier way to interact with your databases.BSD-2
- gsheets-db-api (
🥉 21 ·⭐ 190 ·💀 ) - A Python DB-API and SQLAlchemy dialect to Google Spreasheets.MIT
- Queries (
🥉 19 ·⭐ 250 ·💀 ) - PostgreSQL database access simplified.BSD-3
- 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 (🥇 41 · ⭐ 15K) - 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.3K) - A suite of utilities for converting to and working with CSV, the king of.. MIT
xmltodict (🥈 33 · ⭐ 5K · 💤 ) - Python module that makes working with XML feel like you are working.. MIT
smart-open (🥈 33 · ⭐ 2.8K) - Utils for streaming large files (S3, HDFS, gzip, bz2...). MIT
gdown (🥈 31 · ⭐ 2.7K) - Download a large file from Google Drive (curl/wget fails because of the.. MIT
pandas-datareader (🥈 30 · ⭐ 2.5K · 💤 ) - Extract data from a wide range of Internet sources.. BSD-3
Intake (🥈 30 · ⭐ 860) - Intake is a lightweight package for finding, investigating, loading and.. BSD-2
snorkel (🥉 29 · ⭐ 5.4K) - A system for quickly generating training data with weak supervision. Apache-2
img2dataset (🥉 24 · ⭐ 1.4K) - 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 (🥉 14 · ⭐ 250) - A Python library that enables ML teams to share, load, and transform.. Apache-2
Show 12 hidden projects...
- xlrd (
🥈 32 ·⭐ 2K ·💀 ) - Please use openpyxl where you can...BSD-3
- PDFMiner (
🥈 30 ·⭐ 4.9K ·💀 ) - Python PDF Parser (Not actively maintained). Check out pdfminer.six.MIT
- tabulator-py (
🥉 28 ·⭐ 230 ·💀 ) - Python library for reading and writing tabular data via streams.MIT
- Singer (
🥉 24 ·⭐ 1.1K ·💀 ) - Standard for moving data between databases, web APIs, files,..❗️AGPL-3.0
- messytables (
🥉 24 ·⭐ 380 ·💀 ) - Tools for parsing messy tabular data. This is now superseded by..MIT
- camelot (
🥉 23 ·⭐ 1.8K ·💀 ) - A Python library to extract tabular data from PDFs.MIT
- deepdish (
🥉 23 ·⭐ 260 ·💀 ) - Flexible HDF5 saving/loading and other data science tools from the..BSD-3
- pyexcel-xlsx (
🥉 23 ·⭐ 110 ·💀 ) - A wrapper library to read, manipulate and write data in xlsx..BSD-3
- borb (
🥉 20 ·⭐ 2.9K) - borb is a library for reading, creating and manipulating PDF files..❗Unlicensed
- excalibur (
🥉 20 ·⭐ 1.2K ·💀 ) - A web interface to extract tabular data from PDFs.MIT
- datatest (
🥉 20 ·⭐ 270 ·💀 ) - Tools for test driven data-wrangling and data validation.Apache-2
- csvs-to-sqlite (
🥉 16 ·⭐ 740 ·💀 ) - 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 (🥇 47 · ⭐ 29K) - Platform to programmatically author, schedule, and monitor workflows. Apache-2
-
GitHub (
👨💻 2.7K ·🔀 12K ·📥 410K ·📦 5.2K ·📋 6.9K - 12% open ·⏱️ 19.01.2023):git clone https://github.com/apache/airflow
-
PyPi (
📥 14M / month ·⏱️ 14.11.2022):pip install apache-airflow
-
Conda (
📥 830K ·⏱️ 03.12.2022):conda install -c conda-forge airflow
-
Docker Hub (
📥 99M ·⭐ 420 ·⏱️ 19.01.2023):docker pull apache/airflow