2 Repos
Logic for sorting data rows based on one or more column values.
Distinguishing note: Shortlist candidates focus on UI data grid sorting or distributed consensus ordering, not database result sorting.
Explore 2 awesome GitHub repositories matching data & databases · Row Ordering. Refine with filters or upvote what's useful.
dplyr is an R data manipulation library that provides a grammar for transforming tabular data frames. It functions as an in-memory data frame processor and a relational data algebra tool, using a consistent set of verbs to filter, select, and summarize data. The project includes a SQL translation engine that converts high-level data manipulation expressions into optimized queries. This allows users to perform transformations directly on remote relational databases and cloud storage without pulling data locally. The library covers a broad range of tabular operations, including column mutation
Implements logic for sorting data rows based on one or more column values.
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
Orders table rows based on one or more specified columns in ascending or descending order.