awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 مستودعات

Awesome GitHub RepositoriesCSV Data Visualizers

Tools for rendering delimited data as aligned tables or flattened records for human inspection.

Distinct from CSV Processing: Candidates are loaders or serializers; this is specifically about the visual presentation of the data.

Explore 4 awesome GitHub repositories matching user interface & experience · CSV Data Visualizers. Refine with filters or upvote what's useful.

Awesome CSV Data Visualizers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • burntsushi/xsvالصورة الرمزية لـ BurntSushi

    BurntSushi/xsv

    10,750عرض على GitHub↗

    xsv is a suite of high-performance command-line utilities written in Rust for the analysis, manipulation, and statistical processing of large delimited datasets. It provides a toolkit for processing comma-separated value files through a command line interface. The project provides capabilities for statistical analysis, including the computation of column statistics, value frequencies, and descriptive metrics. It also includes data manipulation utilities for joining, slicing, sampling, and reformatting records. The toolkit covers a broad range of data operations including column selection, da

    Renders CSV records as aligned tables using elastic tabstops or flattens them for single-row viewing.

    Rust
    عرض على GitHub↗10,750
  • wireservice/csvkitالصورة الرمزية لـ wireservice

    wireservice/csvkit

    6,390عرض على GitHub↗

    csvkit is a composable Unix-style command-line toolkit for converting, filtering, and analyzing CSV files directly from the terminal. It provides a suite of focused single-purpose commands that can be combined via pipes to build complex data processing workflows, with a modular architecture that includes a column-type inference engine for automatically detecting data types and a streaming-pipeline design for efficient handling of tabular data. The toolkit distinguishes itself through its SQL-engine abstraction layer, which allows users to run SQL queries directly against CSV files without req

    Displays column names, data types, and summary statistics of a CSV file to understand its contents.

    Python
    عرض على GitHub↗6,390
  • jannchie/historical-ranking-data-visualization-based-on-d3.jsالصورة الرمزية لـ Jannchie

    Jannchie/Historical-ranking-data-visualization-based-on-d3.js

    4,655عرض على GitHub↗

    This project is a D3.js data visualization tool and dynamic bar chart generator that converts historical ranking data from comma-separated values into animated visual timelines. It functions as a CSV ranking visualizer and time-series ranking dashboard to illustrate how the positions of different entities change over a period of time. The tool features automated sorting and ranking trend animations that transform static historical data into dynamic transitions. It includes customizable axis scaling, such as semi-logarithmic scales to handle extreme variances in data magnitudes, and dynamic co

    Converts structured comma-separated values into interactive charts to make complex data trends understandable.

    JavaScriptbargraphd3data-visualization
    عرض على GitHub↗4,655
  • ys-l/csvlensالصورة الرمزية لـ YS-L

    YS-L/csvlens

    3,861عرض على GitHub↗

    Csvlens is a terminal-based tabular data explorer and memory-mapped browser designed for viewing and navigating large CSV files. It functions as a command-line interface for inspecting massive structured datasets while maintaining a constant memory footprint. The tool provides a text-based user interface for exploring data, featuring a custom layout engine that supports column resizing, line wrapping, and frozen headers. It includes a search mechanism to locate and visually highlight text patterns using regular expressions. Capabilities cover data manipulation through alphabetical or natural

    Offers a terminal-based interface for displaying large CSV files with support for piped input.

    Rust
    عرض على GitHub↗3,861
  1. Home
  2. User Interface & Experience
  3. CSV Data Visualizers