About Anaconda Help Download Anaconda
If you were automatically logged out you may need to refresh the page. You're trying to access a page that requires authentication. ×

Handle, manipulate, and convert data with units in Python

Installers

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

conda install

To install this package run one of the following:
conda install main::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.


© 2026 Anaconda, Inc. All Rights Reserved. (v4.2.13) Legal | Privacy Policy