About Anaconda Help Download Anaconda

Handle, manipulate, and convert data with units in Python

Installers

  • linux-64 v2.9.5
  • linux-aarch64 v2.9.5
  • linux-s390x v2.9.5
  • osx-64 v2.9.5
  • osx-arm64 v2.9.5
  • win-64 v2.9.5
  • linux-ppc64le v2.9.5

conda install

To install this package run one of the following:
conda install anaconda::unyt

Description

A package for handling numpy arrays with units. Often writing code that deals with data that has units can be confusing. A function might return an array but at least with plain NumPy arrays, there is no way to easily tell what the units of the data are without somehow knowing them prior. The unyt package (pronounced like "unit") provides a subclass of NumPy's ndarray class that knows about units.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.1) Legal | Privacy Policy