Label the rows, columns, any dimension, of your NumPy arrays.
The main class of the la package is a labeled array, larry. A larry consists of a data array and a label list. The data array is stored as a NumPy array and the label list as a list of lists.
Alignment by label is automatic when you add (or subtract, multiply, divide) two larrys.
larry has built-in methods such as movingsum, ranking, merge, shuffle, zscore, demean, lag as well as typical Numpy methods like sum, max, std, sign, clip. NaNs are treated as missing data.
You can archive larrys in HDF5 format.
larry adds the convenience of labels, provides many built-in methods, and let's you use many of your existing NumPy array functions.
Note There's nothing to compile; la is pure Python.
Commercial Use
Modify
Distribute
Place Warranty
Hold Liable
Include Copyright
Include License
These details are provided for information only. No information here is legal advice and should not be used as such.
There are no reported vulnerabilities
30 Day SummaryAug 9 2024 — Sep 8 2024
|
12 Month SummarySep 8 2023 — Sep 8 2024
|