New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

xray

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xray

N-D labeled arrays and datasets in Python

pipPyPI
Version
0.7.0
Weekly downloads
283
Maintainers
1
Created

xray has been renamed to xarray!

We issued this final release of xray v0.7.0, which is identical to xarray v0.7.0, to ease this transition. You can find xarray on PyPI at https://pypi.python.org/pypi/xarray/.

xarray (formerly xray) 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.

Our goal is to provide a pandas-like and pandas-compatible toolkit for 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.

  • HTML documentation: http://xarray.pydata.org
  • Issue tracker: http://github.com/pydata/xarray/issues
  • Source code: http://github.com/pydata/xarray
  • SciPy2015 talk: https://www.youtube.com/watch?v=X0pAhJgySxk

FAQs

Related posts