awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

27 repositorios

Awesome GitHub RepositoriesData Analysis Visualization

Tools for processing, manipulating, and visualizing large datasets.

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

Awesome Data Analysis Visualization GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • apache/sparkAvatar de apache

    apache/spark

    43,467Ver en GitHub↗

    Apache Spark is a unified distributed data processing engine designed for large-scale data analysis and computation graphs. It functions as a distributed machine learning framework, a graph processing system, a real-time stream processor, and a SQL analytics engine. The system enables the execution of distributed SQL querying, large-scale graph analysis, and real-time stream analytics across clusters of machines. It also provides a scalable environment for implementing machine learning algorithms and predictive model development on massive datasets. The engine incorporates relational query e

    Engine for large-scale, distributed data processing.

    Scalabig-datajavajdbc
    Ver en GitHub↗43,467
  • quantopian/ziplineAvatar de quantopian

    quantopian/zipline

    19,432Ver en GitHub↗

    Zipline is a Python-based algorithmic trading library designed for the development and backtesting of investment strategies. It functions as a quantitative finance engine that processes historical market data to simulate trading interactions and evaluate strategy performance through custom metrics. The platform provides a modular, event-driven framework that manages portfolio state transitions based on time-series data streams. Beyond its core trading capabilities, the system includes a comprehensive financial data analysis toolkit for manipulating large-scale market datasets to support syste

    Algorithmic trading library for Python.

    Pythonalgorithmic-tradingpythonquant
    Ver en GitHub↗19,432
  • sympy/sympyAvatar de sympy

    sympy/sympy

    14,683Ver en GitHub↗

    SymPy is a Python computer algebra system and symbolic mathematics library. It performs algebraic manipulations, calculus, and equation solving using symbolic representations to achieve exact computations rather than numerical approximations. The library includes a LaTeX expression parser that converts mathematical strings into symbolic representations for computation and formula manipulation. It also incorporates a mathematical benchmarking suite to measure execution speed and detect performance regressions across different software versions. The system provides capabilities for automated m

    Symbolic mathematics library for Python.

    Pythoncomputer-algebrahacktoberfestmath
    Ver en GitHub↗14,683
  • statsmodels/statsmodelsAvatar de statsmodels

    statsmodels/statsmodels

    11,260Ver en 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

    Statistical modeling and econometrics library for Python.

    Pythoncount-modeldata-analysisdata-science
    Ver en GitHub↗11,260
  • pymc-devs/pymcAvatar de pymc-devs

    pymc-devs/pymc

    9,650Ver en GitHub↗

    PyMC is a Bayesian probabilistic programming framework used for building probabilistic models and performing Bayesian inference. It provides a probabilistic graphical model library for specifying random variables, priors, and likelihood functions, supported by an MCMC sampling engine and variational inference tools to estimate posterior distributions. The framework features a GPU-accelerated inference backend that compiles models into machine code to increase execution speed. It utilizes a backend-agnostic tensor execution model and just-in-time graph compilation to optimize the computation o

    MCMC sampling toolkit for Python.

    Pythonbayesian-inferencemcmcprobabilistic-programming
    Ver en GitHub↗9,650
  • wrobstory/vincentAvatar de wrobstory

    wrobstory/vincent

    2,023Ver en GitHub↗

    A Python to Vega translator

    Python-to-Vega visualization grammar converter.

    Python
    Ver en GitHub↗2,023
  • juliastats/dataframes.jlAvatar de JuliaStats

    JuliaStats/DataFrames.jl

    1,830Ver en GitHub↗

    In-memory tabular data in Julia

    Tabular data manipulation library for Julia.

    Julia
    Ver en GitHub↗1,830
  • mikedewar/d3pyAvatar de mikedewar

    mikedewar/d3py

    1,413Ver en GitHub↗

    a plottling library for python, based on D3

    D3.js-based plotting library for Python.

    Python
    Ver en GitHub↗1,413
  • juliastats/distributions.jlAvatar de JuliaStats

    JuliaStats/Distributions.jl

    1,193Ver en GitHub↗

    A Julia package for probability distributions and associated functions.

    Probability distributions and related functions for Julia.

    Julia
    Ver en GitHub↗1,193
  • kartograph/kartograph.pyAvatar de kartograph

    kartograph/kartograph.py

    998Ver en GitHub↗

    UNMAINTAINED! Renders beautiful SVG maps in Python.

    SVG map rendering library for Python.

    Python
    Ver en GitHub↗998
  • juliastats/timeseries.jlAvatar de JuliaStats

    JuliaStats/TimeSeries.jl

    369Ver en GitHub↗

    Time series toolkit for Julia

    Tools for time series data analysis in Julia.

    Julia
    Ver en GitHub↗369
  • juliastats/hypothesistests.jlAvatar de JuliaStats

    JuliaStats/HypothesisTests.jl

    317Ver en GitHub↗

    Hypothesis tests for Julia

    Hypothesis testing package for Julia.

    Julia
    Ver en GitHub↗317
  • johnmyleswhite/rdatasets.jlAvatar de johnmyleswhite

    johnmyleswhite/RDatasets.jl

    166Ver en GitHub↗

    Julia package for loading many of the data sets available in R

    Tools for accessing R datasets in Julia.

    R
    Ver en GitHub↗166
  • juliastats/dataarrays.jlAvatar de JuliaStats

    JuliaStats/DataArrays.jl

    53Ver en GitHub↗

    DEPRECATED: Data structures that allow missing values

    Data structures supporting missing values in Julia.

    Julia
    Ver en GitHub↗53
  • iainnz/graphlayout.jlAvatar de IainNZ

    IainNZ/GraphLayout.jl

    44Ver en GitHub↗

    Graph layout algorithms in pure Julia

    Graph layout algorithms implemented in Julia.

    Julia
    Ver en GitHub↗44
  • cloudera/impalaAvatar de cloudera

    cloudera/impala

    34Ver en GitHub↗

    Real-time Query for Hadoop; mirror of Apache Impala

    Real-time query engine for Hadoop data.

    C++
    Ver en GitHub↗34
  • yhat/ggplotY

    yhat/ggplot

    0Ver en GitHub↗

    Python implementation of the ggplot2 API.

    Ver en GitHub↗0
  • juliastats/sampling.jlJ

    JuliaStats/Sampling.jl

    0Ver en GitHub↗

    Basic sampling algorithms for Julia.

    Ver en GitHub↗0
  • johnmyleswhite/stats.jlJ

    johnmyleswhite/stats.jl

    0Ver en GitHub↗

    Statistical testing functions for Julia.

    Ver en GitHub↗0
  • dcjones/gadfly.jlD

    dcjones/Gadfly.jl

    0Ver en GitHub↗

    Statistical plotting system for Julia.

    Ver en GitHub↗0
Ant.12Siguiente
  1. Home
  2. Part of an Awesome List
  3. Databases & Data
  4. Data Analysis Visualization