MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble and HNSW
A Python package for manipulating 2-dimensional tabular data structures
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
Represent, send, store and search multimodal data
HDF5 for Python -- The h5py package is a Pythonic interface to the HDF5 binary data format.
Les fonctionnalités principales de h5py/h5py sont : Data Containers.
Les alternatives open-source à h5py/h5py incluent : ekzhu/datasketch — MinHash, LSH, LSH Forest, Weighted MinHash, HyperLogLog, HyperLogLog++, LSH Ensemble and HNSW. h2oai/datatable — A Python package for manipulating 2-dimensional tabular data structures. modin-project/modin — Modin is a distributed dataframe library and parallel data processing engine designed to handle large datasets that… pandas-dev/pandas — Pandas is a high-performance data analysis library that provides a comprehensive framework for manipulating, cleaning,… patx/pickledb — pickleDB is an in memory key-value store using Python's orjson module for persistence. It can also use SQLite instead… docarray/docarray — Represent, send, store and search multimodal data.