Provides N-D labeled arrays and datasets in Python
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.
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.
To install py312-xarray, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py312-xarray
To see what files were installed by py312-xarray, run:
port contents py312-xarray
To later upgrade py312-xarray, run:
sudo port selfupdate && sudo port upgrade py312-xarray
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.