2022-03-13 19:58:27 +01:00
|
|
|
xarray is an open source project and Python package that aims to
|
|
|
|
bring the labeled data power of pandas to the physical sciences, by
|
|
|
|
providing N-dimensional variants of the core pandas data structures.
|
2018-11-20 11:48:31 +01:00
|
|
|
|
|
|
|
The goal is to provide a pandas-like and pandas-compatible toolkit for
|
2022-03-13 19:58:27 +01:00
|
|
|
analytics on multi-dimensional arrays, rather than the tabular data
|
|
|
|
for which pandas excels. Our approach adopts the Common Data Model
|
|
|
|
for self- describing scientific data in widespread use in the Earth
|
|
|
|
sciences: xarray.Dataset is an in-memory representation of a netCDF
|
|
|
|
file.
|