awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

33 Repos

Awesome GitHub RepositoriesData Analysis

Libraries for processing, profiling, and analyzing datasets.

Explore 33 awesome GitHub repositories matching part of an awesome list · Data Analysis. Refine with filters or upvote what's useful.

Awesome Data Analysis GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • pathwaycom/pathwayAvatar von pathwaycom

    pathwaycom/pathway

    62,959Auf GitHub ansehen↗

    Pathway is a high-performance data processing framework designed for building unified batch and streaming pipelines. It functions as an orchestrator for complex data transformations, utilizing a differential dataflow engine to process updates incrementally. By treating static datasets and continuous event streams with identical logic, the platform ensures exactly-once processing semantics and consistent results across diverse data sources. The framework distinguishes itself through its specialized support for real-time artificial intelligence and retrieval-augmented generation. It features in

    Real-time data processing framework.

    Pythonbatch-processingdata-analyticsdata-pipelines
    Auf GitHub ansehen↗62,959
  • pandas-dev/pandasAvatar von pandas-dev

    pandas-dev/pandas

    49,039Auf GitHub ansehen↗

    Pandas is a high-performance data analysis library that provides a comprehensive framework for manipulating, cleaning, and transforming structured datasets. It centers on labeled one-dimensional and two-dimensional data structures, allowing users to construct, filter, and reshape tabular information while performing complex arithmetic and logical operations. The library distinguishes itself through a sophisticated indexing engine that enables automatic data alignment during calculations and relational merges. By utilizing a block-based memory layout, it optimizes cache locality for vectorized

    High-performance data structures and analysis tools.

    Pythonalignmentdata-analysisdata-science
    Auf GitHub ansehen↗49,039
  • pola-rs/polarsAvatar von pola-rs

    pola-rs/polars

    38,855Auf GitHub ansehen↗

    Polars is a high-performance columnar data processing library designed for efficient analytical workflows. It functions as a structured data library that organizes information into typed columns, utilizing the Apache Arrow memory format to enable zero-copy data sharing and cache-friendly, vectorized operations. The engine is built to handle large-scale tabular datasets, providing both local and distributed analytical runtimes that scale from single-machine environments to multi-node clusters. The project distinguishes itself through a sophisticated lazy query engine that constructs abstract e

    Fast DataFrame library implemented in Rust.

    Rustarrowdataframedataframe-library
    Auf GitHub ansehen↗38,855
  • data-centric-ai-community/fg-data-profilingAvatar von Data-Centric-AI-Community

    Data-Centric-AI-Community/fg-data-profiling

    13,609Auf GitHub ansehen↗

    This project is a data profiling and exploratory data analysis tool designed to generate automated quality reports for Pandas and Spark dataframes. It serves as a system for computing descriptive statistics, identifying correlations, and analyzing univariate and multivariate data patterns. The tool provides specialized capabilities for comparing different versions of datasets to identify changes in data quality and distributions. It includes a dedicated profiler for time-dependent data to extract statistical information such as seasonality and auto-correlation. The software covers a broad an

    Generates data profiling reports for DataFrames.

    Python
    Auf GitHub ansehen↗13,609
  • ydataai/ydata-profilingAvatar von ydataai

    ydataai/ydata-profiling

    13,388Auf GitHub ansehen↗

    Ydata-profiling is an automated exploratory data analysis framework designed to generate comprehensive statistical reports and visual summaries from dataframes. It functions as a diagnostic tool for assessing data quality, identifying missing values, duplicates, and outliers, while providing a scalable engine for profiling massive datasets across distributed enterprise environments. The project distinguishes itself through its ability to handle large-scale data through distributed task orchestration and lazy stream processing, which minimizes memory overhead during complex computations. It in

    Listed in the “Data Analysis” section of the Awesome Python awesome list.

    Pythonbig-data-analyticsdata-analysisdata-exploration
    Auf GitHub ansehen↗13,388
  • simonw/datasetteAvatar von simonw

    simonw/datasette

    11,198Auf GitHub ansehen↗

    Datasette is a tool for publishing and sharing SQLite databases as public websites. It functions as a data publishing system that provides searchable interfaces and JSON APIs to expose the contents of SQLite files. The project enables both server-side and client-side execution. It can operate as an API server or as a database browser that runs entirely within a web browser using WebAssembly, allowing for serverless database access. The system supports a variety of deployment strategies, including containerized images for cloud hosting and a local development server for testing. It includes c

    Tool for exploring and publishing data.

    Pythonasgiautomatic-apicsv
    Auf GitHub ansehen↗11,198
  • modin-project/modinAvatar von modin-project

    modin-project/modin

    10,389Auf GitHub ansehen↗

    Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that exceed system memory. It functions as a distributed computing framework that parallelizes data manipulation tasks across multiple CPU cores or clusters to increase throughput and avoid memory errors. The project mirrors the Pandas API, allowing for the distribution of data workflows without changing core code logic. It utilizes a pluggable backend interface, which enables users to switch between different distributed execution engines to optimize performance based on available h

    Scalable drop-in replacement for pandas.

    Pythonanalyticsdata-sciencedataframe
    Auf GitHub ansehen↗10,389
  • gonum/gonumAvatar von gonum

    gonum/gonum

    8,316Auf GitHub ansehen↗

    Gonum is a numerical computing library for the Go programming language, providing a collection of packages for scientific computing, linear algebra, statistics, and optimization. It functions as a framework for performing complex numerical computations and solving systems of linear equations. The project includes a dedicated graph analysis framework for modeling network graphs and solving connectivity and pathfinding problems. It also provides a statistical analysis toolkit for computing descriptive and inferential statistics and estimating mixture entropy. The library's capability surface c

    Scientific computing library.

    Godata-analysisgogolang
    Auf GitHub ansehen↗8,316
  • usefathom/fathomAvatar von usefathom

    usefathom/fathom

    8,005Auf GitHub ansehen↗

    Fathom is a privacy-focused website analytics server written in Go. It monitors website traffic and page views without collecting personal data or using intrusive cookies, providing a self-hosted alternative for traffic monitoring. The system utilizes a Preact-based dashboard interface for visualizing traffic patterns and reports. Data is persisted in a SQL database analytics store, with support for MySQL, PostgreSQL, and SQLite. The project covers the collection of visitor data via lightweight tracking snippets and the management of that data through a pluggable storage layer. It includes m

    Website analytics tool.

    Goanalyticsfathomfathom-analytics
    Auf GitHub ansehen↗8,005
  • ibis-project/ibisAvatar von ibis-project

    ibis-project/ibis

    6,574Auf GitHub ansehen↗

    Ibis is a portable Python dataframe library and multi-backend query engine that provides a unified interface for executing data transformations across diverse compute engines. It functions as a Python SQL expression compiler and dialect transpiler, allowing users to define data logic once and execute it across cloud warehouses, embedded databases, and distributed clusters without rewriting code. The project distinguishes itself through a database backend abstraction that decouples transformation logic from the underlying execution engine. It enables polyglot data workflows by mixing raw SQL s

    Portable dataframe library for multiple backends.

    Pythonbigqueryclickhousedatabase
    Auf GitHub ansehen↗6,574
  • aws/aws-sdk-pandasAvatar von aws

    aws/aws-sdk-pandas

    4,107Auf GitHub ansehen↗

    aws-sdk-pandas ist eine Python-Bibliothek, die Pandas-Dataframes mit AWS-Diensten integriert und als Cloud-Daten-ETL-Tool und Data-Lake-Connector fungiert. Sie bietet eine einheitliche Schnittstelle, um Daten zwischen In-Memory-Dataframes und Cloud-Speicher, Datenbanken und Data-Warehouses zu bewegen und zu transformieren. Das Projekt zeichnet sich als verteilter Compute-Orchestrator aus, der Pandas-basierte Workloads an EMR-Cluster und serverlose Verarbeitungsumgebungen übermitteln kann. Es spezialisiert sich zudem auf die Koordination verteilter Datenverarbeitung via Ray-Cluster-Initialisierung, um Datensätze zu verarbeiten, die den Speicher einer einzelnen Maschine überschreiten. Die Bibliothek deckt ein breites Spektrum an Funktionen ab, einschließlich Object-Storage-Management für S3, SQL-Abfrageausführung für Athena und Redshift sowie Integration mit NoSQL-, Graph- und Zeitreihendatenbanken. Sie enthält zudem Utilities für Metadaten-Management durch den Glue-Katalog, OpenSearch-Datenindexierung und die Verwaltung von Business-Intelligence-Assets in QuickSight. Zusätzliche Funktionen umfassen das Abrufen von Secrets, die Analyse von CloudWatch-Logs und die Verwaltung von Datenqualitätsregeln.

    Pandas integration for AWS.

    Pythonamazon-athenaamazon-sagemaker-notebookapache-arrow
    Auf GitHub ansehen↗4,107
  • go-gota/gotaAvatar von go-gota

    go-gota/gota

    3,271Auf GitHub ansehen↗

    Gota: DataFrames and data wrangling in Go (Golang)

    Dataframe manipulation library.

    Go
    Auf GitHub ansehen↗3,271
  • starpig1129/ai-data-analysis-multiagentAvatar von starpig1129

    starpig1129/AI-Data-Analysis-MultiAgent

    1,762Auf GitHub ansehen↗

    DATAGEN is a powerful brand name that represents our vision of leveraging artificial intelligence technology for data generation and analysis. The name combines "DATA" and "GEN"(generation), perfectly embodying the core functionality of this project - automated data analysis and research through…

    Multi-agent system for data analysis and report generation.

    Python
    Auf GitHub ansehen↗1,762
  • stripe/veneurAvatar von stripe

    stripe/veneur

    1,746Auf GitHub ansehen↗

    A distributed, fault-tolerant pipeline for observability data

    Distributed data processing pipeline.

    Go
    Auf GitHub ansehen↗1,746
  • rocketlaunchr/dataframe-goAvatar von rocketlaunchr

    rocketlaunchr/dataframe-go

    1,287Auf GitHub ansehen↗

    DataFrames for Go: For statistics, machine-learning, and data manipulation/exploration

    Dataframe implementation for statistics and machine learning.

    Godata-sciencedataframedataframes
    Auf GitHub ansehen↗1,287
  • techascent/tech.ml.datasetAvatar von techascent

    techascent/tech.ml.dataset

    749Auf GitHub ansehen↗

    A Clojure high performance data processing system

    Dataframe library for processing and machine learning.

    Clojure
    Auf GitHub ansehen↗749
  • netflix/pigpenAvatar von Netflix

    Netflix/PigPen

    565Auf GitHub ansehen↗

    Map-Reduce for Clojure

    Map-reduce framework for data processing.

    Clojure
    Auf GitHub ansehen↗565
  • desbordante/desbordante-coreAvatar von Desbordante

    Desbordante/desbordante-core

    484Auf GitHub ansehen↗

    Desbordante is a high-performance data profiler that is capable of discovering many different patterns in data using various algorithms. It also allows to run data cleaning scenarios using these algorithms. Desbordante has a console version and an easy-to-use web application.

    Data profiler for pattern discovery.

    C++anomaly-detectioncorrelationsdata-analytics
    Auf GitHub ansehen↗484
  • project-ryoma/ryomaAvatar von project-ryoma

    project-ryoma/ryoma

    406Auf GitHub ansehen↗

    AI Powered Data Agent framework, a comprehensive solution for data analysis, engineering, and visualization.

    Data agent framework for analysis and visualization.

    Python
    Auf GitHub ansehen↗406
  • mastodonc/kixi.statsAvatar von MastodonC

    MastodonC/kixi.stats

    368Auf GitHub ansehen↗

    A library of statistical distribution sampling and transducing functions

    Statistical distribution and sampling functions.

    Clojure
    Auf GitHub ansehen↗368
Vorherige12Nächste
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Analysis