awesome-repositories.com
ब्लॉग
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेसMCP सर्वर
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to glumpy/glumpy

Open-source alternatives to Glumpy

30 open-source projects similar to glumpy/glumpy, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Glumpy alternative.

  • pyecharts/pyechartspyecharts का अवतार

    pyecharts/pyecharts

    15,761GitHub पर देखें↗

    pyecharts is a Python visualization library and wrapper for the Echarts JavaScript engine. It translates Python data and configurations into JSON specifications to generate interactive web-based charts and graphs. The library provides specialized capabilities for geographic data mapping using a comprehensive library of map assets to visualize spatial information. It also includes utilities to capture rasterized snapshots of rendered web visualizations for export as static image files. The tool supports rendering interactive plots directly within data science notebook environments and exporti

    Python
    GitHub पर देखें↗15,761
  • nicohlr/ipychartnicohlr का अवतार

    nicohlr/ipychart

    131GitHub पर देखें↗

    The power of Chart.js with Python

    Python
    GitHub पर देखें↗131
  • spotify/chartifyspotify का अवतार

    spotify/chartify

    3,637GitHub पर देखें↗

    Python library that makes it easy for data scientists to create charts.

    Python
    GitHub पर देखें↗3,637
  • residentmario/missingnoResidentMario का अवतार

    ResidentMario/missingno

    4,209GitHub पर देखें↗

    missingno is a Python library for the visualization and analysis of missing data patterns. It provides a set of tools to profile dataset completeness, map data gaps, and quantify the volume of null values across variables. The library differentiates itself through a nullity correlation analyzer and a hierarchical data clustering tool. These components allow for the detection of systemic dependencies and trends by measuring how the absence of one variable relates to the absence of another. The toolset covers broader data quality auditing and exploratory analysis capabilities. It includes feat

    Pythondata-analysisdata-visualizationmissing-data
    GitHub पर देखें↗4,209

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • bokeh/bokehbokeh का अवतार

    bokeh/bokeh

    20,403GitHub पर देखें↗

    Bokeh is a Python data visualization library and interactive plotting framework used to create high-performance graphics and data dashboards that render in web browsers. It serves as a tool for generating standalone HTML documents, embedded components for digital notebooks, and full-stack web applications powered by a Python backend. The project distinguishes itself through its ability to handle large or streaming datasets while maintaining smooth interactivity. It enables linked brushing across multiple views, allowing data selected in one plot to automatically highlight corresponding data i

    TypeScriptbokehdata-visualisationinteractive-plots
    GitHub पर देखें↗20,403
  • matplotlib/matplotlibmatplotlib का अवतार

    matplotlib/matplotlib

    22,891GitHub पर देखें↗

    Matplotlib is a Python data visualization library and 2D plotting engine used to generate publication-quality figures and charts from numerical data. It serves as a numerical graphics library and data visualization toolkit for mapping data to visual elements. The library provides capabilities for producing static, animated, and interactive visualizations. This includes creating high-resolution figures for professional documents, generating moving graphics to illustrate data evolution over time, and building dynamic plots for interactive data exploration. The toolkit supports scientific plott

    Pythondata-sciencedata-visualizationgtk
    GitHub पर देखें↗22,891
  • altair-viz/altairaltair-viz का अवतार

    altair-viz/altair

    10,410GitHub पर देखें↗

    Altair is a declarative data visualization library for Python based on the Vega-Lite grammar. It allows users to create statistical visualizations by mapping data fields to visual properties rather than writing imperative drawing code. The library focuses on interactive charting through a system of linked selections and filters that update multiple visualizations based on user input. It renders charts as JSON and HTML for display in web browsers and interactive notebooks. The project covers statistical data analysis and interactive data exploration, providing capabilities to export visuals a

    Python
    GitHub पर देखें↗10,410
  • stemkoski/three.pystemkoski का अवतार

    stemkoski/three.py

    120GitHub पर देखें↗

    Python 3D library.

    Python
    GitHub पर देखें↗120
  • yhat/ggpyyhat का अवतार

    yhat/ggpy

    3,691GitHub पर देखें↗

    ggpy is a Python library for statistical data visualization based on the grammar of graphics. It functions as a declarative framework for building complex charts by mapping data variables to visual properties through a structured coordinate system. The library enables the construction of composite visualizations by layering geometric shapes and statistical summaries. It utilizes a system of continuous and discrete scales to translate raw data into visual attributes and supports facet-based plotting to segment a single visualization into a grid of subplots based on variable categories. Visual

    Python
    GitHub पर देखें↗3,691
  • tehmaze/diagramtehmaze का अवतार

    tehmaze/diagram

    410GitHub पर देखें↗

    Text mode diagrams using UTF-8 characters and fancy colors

    Python
    GitHub पर देखें↗410
  • pandas-profiling/pandas-profilingpandas-profiling का अवतार

    pandas-profiling/pandas-profiling

    13,609GitHub पर देखें↗

    This project is an exploratory data analysis library and profiling tool for Pandas and Spark DataFrames. It automates the initial investigation of datasets by generating comprehensive descriptive analysis reports, statistical summaries, and data quality warnings. The system functions as a data quality profiler to detect missing values, duplicate rows, and type inconsistencies. It includes a dataset comparison tool for identifying structural and content shifts between different versions of the same data, as well as specialized tools for time-series analysis to calculate auto-correlation and se

    Python
    GitHub पर देखें↗13,609
  • heremaps/pptkheremaps का अवतार

    heremaps/pptk

    633GitHub पर देखें↗

    The Point Processing Toolkit (pptk) is a Python package for visualizing and processing 2-d/3-d point clouds.

    C++
    GitHub पर देखें↗633
  • jackzhenguo/python-small-examplesjackzhenguo का अवतार

    jackzhenguo/python-small-examples

    8,132GitHub पर देखें↗

    This project is a comprehensive library of practical Python code examples and patterns. It provides a collection of scripts and snippets designed to demonstrate a wide range of programming tasks, from basic syntax to advanced implementation patterns. The repository focuses on several core domains, including the implementation of concurrency and multithreading examples, data analysis snippets for cleaning and manipulating tabular data, and various data visualization examples. It also covers automation scripts for file system management and a variety of general programming patterns. Additional

    Pythondata-sciencemachine-learningpython
    GitHub पर देखें↗8,132
  • xianhu/learnpythonxianhu का अवतार

    xianhu/LearnPython

    8,484GitHub पर देखें↗

    LearnPython is a programming tutorial consisting of a collection of practical code examples used to demonstrate Python language features and programming patterns. It serves as a comprehensive learning resource that implements core language concepts through functional code. The project provides specialized guides and samples covering several key domains. These include asynchronous network programming with event loops and coroutines, data visualization using numerical datasets for 2D and 3D plots, and web scraping for fetching content and automating login flows. It also features instructions on

    Jupyter Notebooklearning-pythonpythonpython-flask
    GitHub पर देखें↗8,484
  • anychart/graphicsjsAnyChart का अवतार

    AnyChart/GraphicsJS

    993GitHub पर देखें↗

    A lightweight JavaScript graphics library with the intuitive API, based on SVG/VML technology.

    JavaScript
    GitHub पर देखें↗993
  • anychart/anychart-jqueryAnyChart का अवतार

    AnyChart/AnyChart-jQuery

    14GitHub पर देखें↗

    jQuery plugin for AnyChart provides an easy way to use AnyChart JavaScript Charts with jQuery framework.

    JavaScript
    GitHub पर देखें↗14
  • aldeed/meteor-tabularaldeed का अवतार

    aldeed/meteor-tabular

    360GitHub पर देखें↗

    aldeed:tabular

    JavaScript
    GitHub पर देखें↗360
  • antvis/mcp-server-chartantvis का अवतार

    antvis/mcp-server-chart

    3,688GitHub पर देखें↗

    This project is a Model Context Protocol server that enables large language models to generate and render data visualizations, charts, and diagrams. It functions as a toolset for AI assistants to transform raw data into professional visual representations. The server utilizes an intelligent selection layer to determine the most effective visualization format based on the provided data. It supports remote rendering via external HTTP services and provides the flexibility to route requests to self-hosted rendering endpoints for private network environments. Capabilities cover a wide range of da

    TypeScriptantvllmmcp
    GitHub पर देखें↗3,688
  • angular2guy/ngx-simple-chartsAngular2Guy का अवतार

    Angular2Guy/ngx-simple-charts

    8GitHub पर देखें↗

    Angular 22+ library for D3 based line, bar, donut and date/timeline charts with multiple entry points. A configurable service for token handling is provided.

    TypeScript
    GitHub पर देखें↗8
  • ajstarks/svgoajstarks का अवतार

    ajstarks/svgo

    2,247GitHub पर देखें↗

    Go Language Library for SVG generation

    Go
    GitHub पर देखें↗2,247
  • aeyrium/bezier-chartaeyrium का अवतार

    aeyrium/bezier-chart

    452GitHub पर देखें↗

    A beautiful bezier line chart widget for flutter that is highly interactive and configurable.

    Dart
    GitHub पर देखें↗452
  • aveheuzed/nimgraphvizA

    Aveheuzed/nimgraphviz

    0GitHub पर देखें↗
    GitHub पर देखें↗0
  • babylonjs/babylon.jsBabylonJS का अवतार

    BabylonJS/Babylon.js

    25,652GitHub पर देखें↗

    Babylon.js is a JavaScript game engine and real-time graphics renderer designed for creating interactive three-dimensional visuals and applications. It functions as a web-based 3D framework and WebGL engine that enables the deployment of high-performance 3D content across various web platforms and devices. The project provides tools for web-based 3D game development, real-time graphics rendering, and the creation of browser-based interactive visualizations. It also supports the development of WebXR virtual and augmented reality experiences using standard web technologies. The framework cover

    TypeScript
    GitHub पर देखें↗25,652
  • benpickles/peitybenpickles का अवतार

    benpickles/peity

    4,221GitHub पर देखें↗

    Peity is a lightweight SVG data visualization library that transforms numeric text content and HTML attributes into small pie, donut, bar, and line charts. It functions as an attribute-driven renderer and a progressive enhancement tool, adding vector graphics to web pages by reading data directly from the DOM without requiring heavy JavaScript frameworks. The library supports custom drawing functions and dynamic color assignments, allowing for the registration of new chart types and the use of custom functions to determine segment colors. Its capability surface covers the rendering of mini d

    HTMLchartjqueryjquery-plugin
    GitHub पर देखें↗4,221
  • blackfizz/eazegraphblackfizz का अवतार

    blackfizz/EazeGraph

    1,592GitHub पर देखें↗

    An Android chart and graph library

    Java
    GitHub पर देखें↗1,592
  • bloomberg/bqplotbloomberg का अवतार

    bloomberg/bqplot

    3,693GitHub पर देखें↗

    bqplot is an interactive data visualization library for Jupyter notebooks. It implements a grammar of graphics model, allowing users to build complex 2D charts by combining marks, scales, and axes. The library distinguishes itself with specialized toolkits for financial charting, such as OHLC candlesticks and time-series analysis, and geographic data visualization, including choropleths and custom map projections for TopoJSON and GeoJSON data. It enables deep interaction through tools like lasso selection, rectangular brushing, and the ability to manually manipulate plot points or line data.

    TypeScript
    GitHub पर देखें↗3,693
  • bmabey/pyldavisbmabey का अवतार

    bmabey/pyLDAvis

    1,849GitHub पर देखें↗

    Python library for interactive topic model visualization. Port of the R LDAvis package.

    Jupyter Notebook
    GitHub पर देखें↗1,849
  • boblemarin/jquery.eraserboblemarin का अवतार

    boblemarin/jQuery.eraser

    334GitHub पर देखें↗

    #jQuery.eraser v0.5.1

    JavaScript
    GitHub पर देखें↗334
  • autoviml/autovizAutoViML का अवतार

    AutoViML/AutoViz

    1,903GitHub पर देखें↗

    Automatically Visualize any dataset, any size with a single line of code. Created by Ram Seshadri. Collaborators Welcome. Permission Granted upon Request.

    Python
    GitHub पर देखें↗1,903
  • amcharts/amcharts5amcharts का अवतार

    amcharts/amcharts5

    434GitHub पर देखें↗

    The newest, fastest, and most advanced amCharts charting library for JavaScript and TypeScript apps.

    TypeScript
    GitHub पर देखें↗434