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
·

4 repository-uri

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

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

    iamseancheney/python_for_data_analysis_2nd_chinese_version

    8,937Vezi pe GitHub↗

    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
    Vezi pe GitHub↗8,937
  • biolab/orange3Avatar biolab

    biolab/orange3

    5,635Vezi pe GitHub↗

    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
    Vezi pe GitHub↗5,635
  • jtablesaw/tablesawAvatar jtablesaw

    jtablesaw/tablesaw

    3,753Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,753
  • dathere/qsvAvatar dathere

    dathere/qsv

    3,687Vezi pe GitHub↗

    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
    Vezi pe GitHub↗3,687
  1. Home
  2. Data & Databases
  3. Data Compression Algorithms
  4. Exploratory Frequency Tables

Explorează sub-etichetele

  • 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.