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
·

2 Repos

Awesome GitHub RepositoriesRange Subset Extractions

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.

Awesome Range Subset Extractions GitHub Repositories

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

    aimeos/map

    4,200Auf GitHub ansehen↗

    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.

    PHParraycollectionmap
    Auf GitHub ansehen↗4,200
  • ironcalc/ironcalcAvatar von ironcalc

    ironcalc/IronCalc

    3,750Auf GitHub ansehen↗

    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.

    Rustreactrustself-hosted
    Auf GitHub ansehen↗3,750
  1. Home
  2. Data & Databases
  3. Range Subset Extractions

Unter-Tags erkunden

  • Head and Tail SlicersReturns the first or last N elements, or slices from a collection by offset and length. **Distinct from Range Subset Extractions:** Distinct from Range Subset Extractions: focuses on positional slicing (first/last/slice) rather than contiguous range extraction from spreadsheets.