awesome-repositories.com
Blog
awesome-repositories.com

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

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

4 Repos

Awesome GitHub RepositoriesExploratory Frequency Tables

Generation of value-occurrence tables for exploratory data analysis and profiling.

Distinct from Frequency Table Generation: Distinct from Frequency Table Generation [f8_mt2], which is specifically for lossless compression algorithms.

Explore 4 awesome GitHub repositories matching data & databases · Exploratory Frequency Tables. Refine with filters or upvote what's useful.

Awesome Exploratory Frequency Tables GitHub Repositories

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

    iamseancheney/python_for_data_analysis_2nd_chinese_version

    8,937Auf GitHub ansehen↗

    This project is an educational resource and a collection of instructional materials for performing data manipulation and statistical analysis using Python. It provides a comprehensive set of guides and code examples for using the Pandas, NumPy, and Matplotlib libraries to analyze structured data. The resource includes a dedicated guide for reshaping, cleaning, and aggregating tabular data and time series via Pandas, alongside a reference for high-performance vectorized operations and linear algebra using NumPy. It also features tutorials for creating publication-quality charts, distribution p

    Creates specialized pivot tables that count combinations of categorical variables for frequency analysis.

    matplotlibnumpypandas
    Auf GitHub ansehen↗8,937
  • biolab/orange3Avatar von biolab

    biolab/orange3

    5,635Auf GitHub ansehen↗

    Orange3 is a visual data mining platform that provides an interactive canvas for building data analysis workflows without writing code. At its core, it offers a widget-based visual programming environment where users connect configurable components to perform data preprocessing, machine learning model training, statistical evaluation, and interactive visualization. The platform is built on NumPy-backed data tables with domain descriptors that define variable names, types, and roles, and includes a lazy SQL query proxy for working with database tables without loading all data into memory. The

    Provides a widget to build cross-tabulation counts between one or more column variables and a discrete row variable.

    Python
    Auf GitHub ansehen↗5,635
  • jtablesaw/tablesawAvatar von jtablesaw

    jtablesaw/tablesaw

    3,753Auf GitHub ansehen↗

    Tablesaw is a Java dataframe library designed for manipulating, filtering, and aggregating structured data. It serves as a toolkit for statistical analysis, data visualization, and machine learning execution within the Java Virtual Machine. The project provides specialized tools for computing descriptive statistics and generating cross-tabulations. It includes a visualization library for creating histograms and scatter plots, as well as a framework for executing linear regression, clustering, and classification tasks through integration with statistical libraries. The library covers a broad

    Generates contingency tables to analyze frequency observations and percentages across categories.

    Java
    Auf GitHub ansehen↗3,753
  • dathere/qsvAvatar von dathere

    dathere/qsv

    3,687Auf GitHub ansehen↗

    qsv is a high-performance command line toolkit for querying, transforming, and analyzing comma-separated value files. It functions as a data wrangling interface and a tabular data profiler, featuring a query engine capable of executing SQL statements and joins directly on flat files without requiring a database. The project is distinguished by its ability to process massive datasets that exceed available system memory. This is achieved through disk-based external memory processing, including multithreaded merge sorting, on-disk hash tables for deduplication, and lightweight file indexing for

    Builds tables showing the occurrence frequency of distinct values for every column in a dataset.

    Rustaickancsv
    Auf GitHub ansehen↗3,687
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Exploratory Frequency Tables

Unter-Tags erkunden

  • Cross-TabulationsTables that count occurrences of combinations between two or more categorical variables. **Distinct from Exploratory Frequency Tables:** Focuses specifically on multi-variable frequency cross-tabulation rather than single-variable exploratory frequency tables.