awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesData Analysis Libraries

High-performance tools for cleaning and transforming structured datasets.

Distinguishing note: Focuses on in-memory data analysis rather than database engine operations.

Explore 7 awesome GitHub repositories matching data & databases · Data Analysis Libraries. Refine with filters or upvote what's useful.

Awesome Data Analysis Libraries GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • pandas-dev/pandasAvatar pandas-dev

    pandas-dev/pandas

    49,039Vezi pe GitHub↗

    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

    Offers a comprehensive suite for cleaning and transforming structured data.

    Pythonalignmentdata-analysisdata-science
    Vezi pe GitHub↗49,039
  • wesm/pydata-bookAvatar wesm

    wesm/pydata-book

    24,668Vezi pe GitHub↗

    This project serves as a comprehensive textbook and educational resource for data analysis using the Python ecosystem. It provides a structured guide to manipulating, cleaning, and processing datasets, focusing on the core tools required for numerical computing and statistical analysis. The repository distinguishes itself by offering a collection of practical code examples and workflows that demonstrate how to perform complex data tasks. It covers the application of vectorized numerical computations, the management of time-indexed data, and the creation of statistical visualizations to commun

    Implements high-performance tools for cleaning, transforming, and analyzing structured tabular datasets in memory.

    Jupyter Notebook
    Vezi pe GitHub↗24,668
  • gventuri/pandas-aiAvatar gventuri

    gventuri/pandas-ai

    23,587Vezi pe GitHub↗

    Pandas AI is a data analysis library and natural language interface that uses large language models to perform conversational querying on structured datasets. It functions as a retrieval-augmented generation framework designed to translate plain text questions into executable code for extracting insights from dataframes and structured files. The system includes a dedicated sandbox execution environment that runs AI-generated analysis code within an isolated container to prevent security risks and system compromise. It employs a natural language translation layer and contextual retrieval to ma

    Provides a library that uses large language models for conversational data analysis and querying on structured datasets.

    Python
    Vezi pe GitHub↗23,587
  • guipsamora/pandas_exercisesAvatar guipsamora

    guipsamora/pandas_exercises

    12,180Vezi pe GitHub↗

    This repository is a collection of structured coding challenges designed to build proficiency in data manipulation, cleaning, and transformation using the Python data analysis library. It functions as a hands-on tutorial for learning how to process and analyze tabular datasets through a series of practical, real-world exercises. The project utilizes interactive documents that combine live code cells with narrative text, allowing users to execute data manipulation logic in a persistent environment. The content is organized into modular, progressive units that increase in complexity, enabling u

    Focuses on mastering high-level data analysis libraries for efficient manipulation of tabular datasets.

    Jupyter Notebookjupyter-notebookspandaspandas-tutorial
    Vezi pe GitHub↗12,180
  • statsmodels/statsmodelsAvatar statsmodels

    statsmodels/statsmodels

    11,260Vezi pe GitHub↗

    Statsmodels is a comprehensive Python library designed for statistical modeling, econometric research, and data analysis. It provides a robust framework for estimating and diagnosing a wide range of statistical models, enabling users to perform rigorous hypothesis testing, regression analysis, and complex data exploration within structured environments. The library distinguishes itself through its support for advanced statistical methodologies, including state space representation for dynamic systems and generalized linear frameworks that accommodate non-normal response variables. It offers s

    Models correlated data structures using generalized estimating equations for longitudinal analysis.

    Pythoncount-modeldata-analysisdata-science
    Vezi pe GitHub↗11,260
  • willkoehrsen/data-analysisAvatar WillKoehrsen

    WillKoehrsen/Data-Analysis

    5,543Vezi pe GitHub↗

    Acest proiect este o bibliotecă Python de analiză a datelor și un framework de analiză exploratorie a datelor conceput pentru procesarea seturilor de date brute. Oferă o suită de instrumente pentru examinarea datelor, identificarea anomaliilor și aplicarea metodelor statistice pentru a descoperi tipare. Repository-ul funcționează ca un toolkit de modelare machine learning și o suită de modelare statistică a datelor. Include algoritmi predictivi și modele matematice utilizate pentru a analiza relațiile dintre variabilele de date și a deriva insight-uri din seturi de date complexe. Proiectul acoperă o gamă largă de capabilități, inclusiv data science, modelare machine learning și analiză exploratorie a datelor. Acestea sunt implementate prin manipularea datelor, calcul numeric și vizualizarea datelor.

    Provides a collection of scripts and tools for processing raw datasets and applying statistical methods.

    Jupyter Notebook
    Vezi pe GitHub↗5,543
  • javascriptdata/danfojsAvatar javascriptdata

    javascriptdata/danfojs

    5,050Vezi pe GitHub↗

    Danfo.js este o bibliotecă de analiză și preprocesare a datelor pentru JavaScript care oferă structuri de date etichetate de înaltă performanță. Implementează data frame-uri și serii pentru a permite analiza complexă a datelor, calculul statistic și manipularea datelor tabulare structurate. Proiectul servește ca o bibliotecă de preprocesare pentru învățarea automată, oferind utilitare pentru codificarea etichetelor categorice, one-hot encoding și scalarea și standardizarea caracteristicilor numerice. Acesta facilitează în mod specific conversia structurilor de date etichetate în tensori pentru antrenarea și evaluarea modelelor. Biblioteca acoperă un set larg de capabilități, inclusiv statistici descriptive, operațiuni relaționale precum îmbinarea și unirea, și procesarea seriilor temporale. Include instrumente pentru curățarea, filtrarea și gruparea datelor, precum și o interfață de vizualizare pentru generarea de grafice și diagrame interactive direct din data frame-uri. Sistemul suportă importul și exportul datelor prin formate CSV, JSON și Excel.

    Serves as a high-performance library for cleaning and transforming structured datasets within JavaScript environments.

    TypeScriptdanfojsdata-analysisdata-analytics
    Vezi pe GitHub↗5,050
  1. Home
  2. Data & Databases
  3. Data Analysis Libraries

Explorează sub-etichetele

  • Conversational LibrariesLibraries that integrate large language models to enable chat-based interaction with structured datasets. **Distinct from Data Analysis Libraries:** Adds the conversational/LLM interface layer to traditional data analysis libraries
  • Longitudinal Data ModelsStatistical frameworks for analyzing correlated data structures and repeated measurements. **Distinct from Data Analysis Libraries:** Distinct from general Data Analysis Libraries: focuses on longitudinal and clustered data modeling.