README 551 B

1234567891011
  1. xarray is an open source project and Python package that aims to
  2. bring the labeled data power of pandas to the physical sciences, by
  3. providing N-dimensional variants of the core pandas data structures.
  4. The goal is to provide a pandas-like and pandas-compatible toolkit for
  5. analytics on multi-dimensional arrays, rather than the tabular data
  6. for which pandas excels. Our approach adopts the Common Data Model
  7. for self- describing scientific data in widespread use in the Earth
  8. sciences: xarray.Dataset is an in-memory representation of a netCDF
  9. file.