awesome-repositories.com
Blog
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to h5py/h5py

Open-source alternatives to H5py

15 open-source projects similar to h5py/h5py, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best H5py alternative.

  • docarray/docarraydocarray avatar

    docarray/docarray

    3,121View on GitHub↗

    Represent, send, store and search multimodal data

    Python
    View on GitHub↗3,121
  • ekzhu/datasketchekzhu avatar

    ekzhu/datasketch

    2,932View on GitHub↗

    MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble and HNSW

    Pythondata-sketchesdata-summaryhnsw
    View on GitHub↗2,932
  • h2oai/datatableh2oai avatar

    h2oai/datatable

    1,877View on GitHub↗

    A Python package for manipulating 2-dimensional tabular data structures

    C++
    View on GitHub↗1,877
  • modin-project/modinmodin-project avatar

    modin-project/modin

    10,389View on GitHub↗

    Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that exceed system memory. It functions as a distributed computing framework that parallelizes data manipulation tasks across multiple CPU cores or clusters to increase throughput and avoid memory errors. The project mirrors the Pandas API, allowing for the distribution of data workflows without changing core code logic. It utilizes a pluggable backend interface, which enables users to switch between different distributed execution engines to optimize performance based on available h

    Pythonanalyticsdata-sciencedataframe
    View on GitHub↗10,389
  • pandas-dev/pandaspandas-dev avatar

    pandas-dev/pandas

    49,039View on GitHub↗

    Pandas is a high-performance data analysis library that provides a comprehensive framework for manipulating, cleaning, and transforming structured datasets. It centers on labeled one-dimensional and two-dimensional data structures, allowing users to construct, filter, and reshape tabular information while performing complex arithmetic and logical operations. The library distinguishes itself through a sophisticated indexing engine that enables automatic data alignment during calculations and relational merges. By utilizing a block-based memory layout, it optimizes cache locality for vectorized

    Pythonalignmentdata-analysisdata-science
    View on GitHub↗49,039

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • patx/pickledbpatx avatar

    patx/pickledb

    1,072View on GitHub↗

    pickleDB is an in memory key-value store using Python's orjson module for persistence. It can also use SQLite instead of orjson if needed.

    Pythonbsd-3-clausedatabasedatastore
    View on GitHub↗1,072
  • polyaxon/tracemlP

    polyaxon/traceml

    0View on GitHub↗
    View on GitHub↗0
  • pydata/bottleneckpydata avatar

    pydata/bottleneck

    1,179View on GitHub↗

    Fast NumPy array functions written in C

    Pythoncc-extensionfast
    View on GitHub↗1,179
  • pydata/numexprpydata avatar

    pydata/numexpr

    2,494View on GitHub↗

    Fast numerical array expression evaluator for Python, NumPy, Pandas, PyTables and more

    Python
    View on GitHub↗2,494
  • pydata/xarraypydata avatar

    pydata/xarray

    4,159View on GitHub↗

    Xarray is a Python multidimensional array library and labeled dataset framework. It extends the NumPy data structure by adding labels to arrays, allowing for the organization of complex N-dimensional data using named dimensions and coordinates. The library provides a NetCDF data interface for reading and writing scientific data formats such as NetCDF and Zarr. It enables scientific array computing by maintaining the relationship between data and physical coordinates during mathematical operations. The project covers multidimensional data analysis, geospatial data manipulation, and climate da

    Python
    View on GitHub↗4,159
  • pytables/pytablesPyTables avatar

    PyTables/PyTables

    1,367View on GitHub↗

    A Python package to manage extremely large amounts of data

    Python
    View on GitHub↗1,367
  • static-frame/static-frameS

    static-frame/static-frame

    0View on GitHub↗
    View on GitHub↗0
  • unionai-oss/panderaunionai-oss avatar

    unionai-oss/pandera

    4,382View on GitHub↗

    Pandera is a data pipeline validation framework and statistical type validation tool. It functions as a library for defining and enforcing schemas on datasets to ensure data quality and consistency, specifically providing validation capabilities for Pandas dataframes. The project includes a schema inference tool that automates setup by analyzing existing dataset samples to generate validation schemas. It also serves as a synthetic data generator, creating artificial datasets based on predefined schemas to verify data-producing functions. The framework covers data engineering quality assuranc

    Pythonassertionsdata-assertionsdata-check
    View on GitHub↗4,382
  • vaexio/vaexvaexio avatar

    vaexio/vaex

    8,506View on GitHub↗

    Vaex is a high-performance Apache Arrow DataFrame library and out-of-core data processing engine designed to handle billion-row tabular datasets in Python. It functions as a lazy evaluation framework that defers computations and transformations until results are required, enabling the processing of datasets that exceed available system RAM by mapping files directly from disk. The project distinguishes itself as a tool for big data visualization and exploration, specifically integrated for use within interactive notebooks. It provides specialized capabilities for machine learning feature engin

    Python
    View on GitHub↗8,506
  • zarr-developers/zarr-pythonzarr-developers avatar

    zarr-developers/zarr-python

    1,998View on GitHub↗

    An implementation of chunked, compressed, N-dimensional arrays for Python.

    Python
    View on GitHub↗1,998