xarray
Package — Data SciencePython 3.7+Intermediate
Labeled multi-dimensional arrays for scientific data
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- NumPy, pandas, packaging
- Install
pip install xarray
Learn by Difficulty
Quick Example
python
# Install: pip install xarray import xarray # Basic xarray usage print(f"Using xarray") # See documentation for detailed examples
xarray is a third-party package. Labeled multi-dimensional arrays for scientific data. Install with: pip install xarray
Try in PlaygroundTags
packagedata-scienceanalyticsnumeric