Path to this page:
./
wip/py-dimarray,
Numpy array with labelled dimensions and axes, dimension
Branch: CURRENT,
Version: 0.1.8,
Package name: py312-dimarray-0.1.8,
Maintainer: jihbed.researchdimarray is a package to handle numpy arrays with labelled dimensions and axes
Inspired from pandas, it includes advanced alignment and reshaping features
and as well as missing-value (NaN) handling.
The main difference with pandas is that it is generalized to N dimensions, and
behaves more closely to a numpy array. The axes do not have fixed names
('index', 'columns', etc...) but are given a meaningful name by the user
(e.g. 'time', 'items', 'lon' ...). This is especially useful for high
dimensional problems such as sensitivity analyses.
A natural I/O format for such an array is netCDF, common in geophysics,
which relies on the netCDF4 package, and supports metadata.
Required to run:[
devel/py-setuptools] [
math/py-numpy] [
lang/python37]
Required to build:[
pkgtools/cwrappers]
Master sites:
RMD160: 763c3a343578d149204baf0db8c542ea0638c7cb
Filesize: 88.394 KB
Version history: (Expand)
- (2024-09-19) Updated to version: py312-dimarray-0.1.8
- (2024-09-19) Package has been reborn
- (2024-09-15) Package deleted from pkgsrc
- (2023-02-13) Updated to version: py310-dimarray-0.1.8
- (2023-02-13) Package has been reborn
- (2021-10-08) Updated to version: py39-dimarray-0.1.8
CVS history: (Expand)
2014-07-22 20:42:18 by Kamel Derouiche | Files touched by this commit (4) |
Log message:
Import py27-dimarray-0.1.8 as wip/py-dimarray.
dimarray is a package to handle numpy arrays with labelled dimensions and axes
Inspired from pandas, it includes advanced alignment and reshaping features
and as well as missing-value (NaN) handling.
The main difference with pandas is that it is generalized to N dimensions, and
behaves more closely to a numpy array. The axes do not have fixed names
('index', 'columns', etc...) but are given a meaningful name by the user
(e.g. 'time', 'items', 'lon' ...). This is especially useful for high
dimensional problems such as sensitivity analyses.
A natural I/O format for such an array is netCDF, common in geophysics,
which relies on the netCDF4 package, and supports metadata.CVS: \
----------------------------------------------------------------------
|