mirror of
https://github.com/vinta/awesome-python.git
synced 2025-01-18 15:27:01 +00:00
Add DuckDB: A fast in-process OLAP database for analytics
This commit is contained in:
parent
2252650cfd
commit
08a4e8ae60
15
README.md
15
README.md
|
@ -4,7 +4,7 @@ An opinionated list of awesome Python frameworks, libraries, software and resour
|
||||||
|
|
||||||
Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
|
|
||||||
- [Awesome Python](#awesome-python)
|
- [Awesome Python ](#awesome-python-)
|
||||||
- [Admin Panels](#admin-panels)
|
- [Admin Panels](#admin-panels)
|
||||||
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
|
||||||
- [ASGI Servers](#asgi-servers)
|
- [ASGI Servers](#asgi-servers)
|
||||||
|
@ -13,9 +13,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
- [Authentication](#authentication)
|
- [Authentication](#authentication)
|
||||||
- [Build Tools](#build-tools)
|
- [Build Tools](#build-tools)
|
||||||
- [Built-in Classes Enhancement](#built-in-classes-enhancement)
|
- [Built-in Classes Enhancement](#built-in-classes-enhancement)
|
||||||
|
- [CMS](#cms)
|
||||||
- [Caching](#caching)
|
- [Caching](#caching)
|
||||||
- [ChatOps Tools](#chatops-tools)
|
- [ChatOps Tools](#chatops-tools)
|
||||||
- [CMS](#cms)
|
|
||||||
- [Code Analysis](#code-analysis)
|
- [Code Analysis](#code-analysis)
|
||||||
- [Command-line Interface Development](#command-line-interface-development)
|
- [Command-line Interface Development](#command-line-interface-development)
|
||||||
- [Command-line Tools](#command-line-tools)
|
- [Command-line Tools](#command-line-tools)
|
||||||
|
@ -25,8 +25,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
- [Data Analysis](#data-analysis)
|
- [Data Analysis](#data-analysis)
|
||||||
- [Data Validation](#data-validation)
|
- [Data Validation](#data-validation)
|
||||||
- [Data Visualization](#data-visualization)
|
- [Data Visualization](#data-visualization)
|
||||||
- [Database Drivers](#database-drivers)
|
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
|
- [Database Drivers](#database-drivers)
|
||||||
- [Date and Time](#date-and-time)
|
- [Date and Time](#date-and-time)
|
||||||
- [Debugging Tools](#debugging-tools)
|
- [Debugging Tools](#debugging-tools)
|
||||||
- [Deep Learning](#deep-learning)
|
- [Deep Learning](#deep-learning)
|
||||||
|
@ -40,12 +40,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
- [Environment Management](#environment-management)
|
- [Environment Management](#environment-management)
|
||||||
- [File Manipulation](#file-manipulation)
|
- [File Manipulation](#file-manipulation)
|
||||||
- [Functional Programming](#functional-programming)
|
- [Functional Programming](#functional-programming)
|
||||||
|
- [GUI Development](#gui-development)
|
||||||
|
- [GraphQL](#graphql)
|
||||||
- [Game Development](#game-development)
|
- [Game Development](#game-development)
|
||||||
- [Geolocation](#geolocation)
|
- [Geolocation](#geolocation)
|
||||||
- [GUI Development](#gui-development)
|
|
||||||
- [Hardware](#hardware)
|
|
||||||
- [HTML Manipulation](#html-manipulation)
|
- [HTML Manipulation](#html-manipulation)
|
||||||
- [HTTP Clients](#http-clients)
|
- [HTTP Clients](#http-clients)
|
||||||
|
- [Hardware](#hardware)
|
||||||
- [Image Processing](#image-processing)
|
- [Image Processing](#image-processing)
|
||||||
- [Implementations](#implementations)
|
- [Implementations](#implementations)
|
||||||
- [Interactive Interpreter](#interactive-interpreter)
|
- [Interactive Interpreter](#interactive-interpreter)
|
||||||
|
@ -53,6 +54,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
- [Job Scheduler](#job-scheduler)
|
- [Job Scheduler](#job-scheduler)
|
||||||
- [Logging](#logging)
|
- [Logging](#logging)
|
||||||
- [Machine Learning](#machine-learning)
|
- [Machine Learning](#machine-learning)
|
||||||
|
- [Microsoft Windows](#microsoft-windows)
|
||||||
- [Miscellaneous](#miscellaneous)
|
- [Miscellaneous](#miscellaneous)
|
||||||
- [Natural Language Processing](#natural-language-processing)
|
- [Natural Language Processing](#natural-language-processing)
|
||||||
- [Network Virtualization](#network-virtualization)
|
- [Network Virtualization](#network-virtualization)
|
||||||
|
@ -60,7 +62,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
- [ORM](#orm)
|
- [ORM](#orm)
|
||||||
- [Package Management](#package-management)
|
- [Package Management](#package-management)
|
||||||
- [Package Repositories](#package-repositories)
|
- [Package Repositories](#package-repositories)
|
||||||
- [Penetration testing](#penetration-testing)
|
- [Penetration Testing](#penetration-testing)
|
||||||
- [Permissions](#permissions)
|
- [Permissions](#permissions)
|
||||||
- [Processes](#processes)
|
- [Processes](#processes)
|
||||||
- [Recommender Systems](#recommender-systems)
|
- [Recommender Systems](#recommender-systems)
|
||||||
|
@ -319,6 +321,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
|
||||||
* [pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools.
|
* [pandas](http://pandas.pydata.org/) - A library providing high-performance, easy-to-use data structures and data analysis tools.
|
||||||
* [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) - Pandas on AWS.
|
* [aws-sdk-pandas](https://github.com/aws/aws-sdk-pandas) - Pandas on AWS.
|
||||||
* [datasette](https://github.com/simonw/datasette) - An open source multi-tool for exploring and publishing data.
|
* [datasette](https://github.com/simonw/datasette) - An open source multi-tool for exploring and publishing data.
|
||||||
|
* [duckdb](https://duckdb.org/) - A fast, in-process OLAP database management system optimized for analytical workloads. It offers seamless integration with Pandas DataFrames, enabling efficient data analysis using SQL.
|
||||||
* [optimus](https://github.com/hi-primus/optimus) - Agile Data Science Workflows made easy with PySpark.
|
* [optimus](https://github.com/hi-primus/optimus) - Agile Data Science Workflows made easy with PySpark.
|
||||||
|
|
||||||
## Data Validation
|
## Data Validation
|
||||||
|
|
Loading…
Reference in New Issue
Block a user