2 repository-uri
Count the frequency of each value for discrete variables or distinct values for continuous variables in a dataset.
Distinct from Distributed Computing: Distinct from Distributed Computing: computes value frequency distributions locally on a single data table, not across distributed clusters.
Explore 2 awesome GitHub repositories matching data & databases · Frequency Distribution Calculators. Refine with filters or upvote what's useful.
Pinot is a distributed, columnar analytical database designed for high-concurrency, low-latency query processing. It functions as a real-time OLAP datastore, enabling interactive, user-facing analytics by ingesting and querying massive datasets from both streaming and batch sources. The system architecture relies on a centralized controller for cluster coordination and a distributed segment-based storage model to ensure horizontal scalability. The platform distinguishes itself through a hybrid ingestion pipeline that unifies real-time event streams and historical batch data into a single quer
Groups numerical data into defined bins and returns the count of values falling within each range.
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
Computes value frequency distributions for discrete and continuous variables in data tables.