How to Install python3-xarray in Ubuntu 18.04



Install python3-xarray by entering the following commands in the terminal:

sudo apt update
sudo apt install python3-xarray

Description:

N-D labeled arrays and datasets in Python 3

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. . It provides a pandas-like and pandas-compatible toolkit for analytics on multi-dimensional arrays, rather than the tabular data for which pandas excels. . This package provides the Python 3 library

Homepage: http://xarray.pydata.org/

Version: 0.10.2-1

Section: universe/python