vaex
Package — Data SciencePython 3.7+Intermediate
Out-of-core DataFrames for lazy computation on billion-row datasets
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, aplus, cloudpickle, dask, nest-asyncio, pandas, tabulate
- Install
pip install vaex
Learn by Difficulty
Quick Example
python
# Install: pip install vaex import vaex # Basic vaex usage print(f"Using vaex") # See documentation for detailed examples
vaex is a third-party package. Out-of-core DataFrames for lazy computation on billion-row datasets. Install with: pip install vaex
Try in PlaygroundTags
packagedata-scienceanalyticsnumeric