2 Repos
Extracting contiguous blocks of rows or columns from a larger spreadsheet range.
Distinct from Dataset Subset Extractions: Closest candidates are about memory buffers or AI dataset sampling; this is about tabular range slicing.
Explore 2 awesome GitHub repositories matching data & databases · Range Subset Extractions. Refine with filters or upvote what's useful.
This PHP data collection library is a functional data wrapper and array manipulation framework. It converts arrays, JSON strings, and iterables into chainable collection objects designed for advanced filtering, sorting, and transformation. The library is distinguished by its ability to dynamically extend functionality through the registration of custom methods via closures. It also provides specialized capabilities for hierarchical data modeling, allowing flat datasets with parent-child identifiers to be reconstructed into nested tree structures. The toolkit covers a broad surface of data ma
Provides methods to extract subsets like first, last, and slice from collections.
IronCalc is an XLSX spreadsheet engine and formula evaluator designed to compute numerical expressions and manage workbook structures. It utilizes a logic engine compatible with industry standards to evaluate formulas and manage cell dependencies. The project provides a comprehensive suite of specialized toolkits, including a financial calculation library for bond pricing and net present value, and an engineering math toolkit for complex number arithmetic and Bessel functions. It also features a web-based spreadsheet interface for creating and formatting workbooks. The engine covers a broad
Returns a specified number of contiguous rows or columns from the start of a range.