Add DuckDB: A fast in-process OLAP database for analytics

This commit is contained in:
zukizukizuki 2024-12-23 18:13:01 +09:00
parent 2252650cfd
commit 08a4e8ae60

View File

@ -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).
- [Awesome Python](#awesome-python)
- [Awesome Python ](#awesome-python-)
- [Admin Panels](#admin-panels)
- [Algorithms and Design Patterns](#algorithms-and-design-patterns)
- [ASGI Servers](#asgi-servers)
@ -13,9 +13,9 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Authentication](#authentication)
- [Build Tools](#build-tools)
- [Built-in Classes Enhancement](#built-in-classes-enhancement)
- [CMS](#cms)
- [Caching](#caching)
- [ChatOps Tools](#chatops-tools)
- [CMS](#cms)
- [Code Analysis](#code-analysis)
- [Command-line Interface Development](#command-line-interface-development)
- [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 Validation](#data-validation)
- [Data Visualization](#data-visualization)
- [Database Drivers](#database-drivers)
- [Database](#database)
- [Database Drivers](#database-drivers)
- [Date and Time](#date-and-time)
- [Debugging Tools](#debugging-tools)
- [Deep Learning](#deep-learning)
@ -40,12 +40,13 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Environment Management](#environment-management)
- [File Manipulation](#file-manipulation)
- [Functional Programming](#functional-programming)
- [GUI Development](#gui-development)
- [GraphQL](#graphql)
- [Game Development](#game-development)
- [Geolocation](#geolocation)
- [GUI Development](#gui-development)
- [Hardware](#hardware)
- [HTML Manipulation](#html-manipulation)
- [HTTP Clients](#http-clients)
- [Hardware](#hardware)
- [Image Processing](#image-processing)
- [Implementations](#implementations)
- [Interactive Interpreter](#interactive-interpreter)
@ -53,6 +54,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [Job Scheduler](#job-scheduler)
- [Logging](#logging)
- [Machine Learning](#machine-learning)
- [Microsoft Windows](#microsoft-windows)
- [Miscellaneous](#miscellaneous)
- [Natural Language Processing](#natural-language-processing)
- [Network Virtualization](#network-virtualization)
@ -60,7 +62,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php).
- [ORM](#orm)
- [Package Management](#package-management)
- [Package Repositories](#package-repositories)
- [Penetration testing](#penetration-testing)
- [Penetration Testing](#penetration-testing)
- [Permissions](#permissions)
- [Processes](#processes)
- [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.
* [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.
* [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.
## Data Validation