Skip to main content

N-D labeled arrays in Python

Project description

LArray: N-dimensional labelled arrays

CI status Documentation Status

LArray is an open source Python library that aims to provide tools for easy exploration and manipulation of N-dimensional labelled data structures.

Library Highlights

  • N-dimensional labelled array objects to store and manipulate multi-dimensional data

  • I/O functions for reading and writing arrays in different formats: CSV, Microsoft Excel, HDF5, pickle

  • Arrays can be grouped into Session objects and loaded/dumped at once

  • User interface with an IPython console for rapid exploration of data

  • Compatible with the pandas library: Array objects can be converted into pandas DataFrame and vice versa.

Installation

Pre-built binaries

The easiest route to installing larray is through Conda. For all platforms installing larray can be done with:

conda install -c larray-project larray

This will install a lightweight version of larray depending only on Numpy and Pandas libraries only. Additional libraries are required to use the included graphical user interface, make plots or use special I/O functions for easy dump/load from Excel or HDF files. Optional dependencies are described below.

Installing larray with all optional dependencies can be done with

conda install -c larray-project larrayenv

You can also first add the channel larray-project to your channel list

conda config --add channels larray-project

and then install larray (or larrayenv) as

conda install larray

Building from source

The latest release of LArray is available from https://github.com/larray-project/larray.git

Once you have satisfied the requirements detailed below, simply run:

python setup.py install

Required Dependencies

  • Python 3.9, 3.10, 3.11, 3.12, 3.13 or 3.14

  • numpy (1.22 or later)

  • pandas (0.20 or later)

Optional Dependencies

For IO (HDF, Excel)

  • pytables: for working with files in HDF5 format.

  • xlwings: recommended package to get benefit of all Excel features of LArray. Only available on Windows and Mac platforms.

  • openpyxl: recommended package for reading and writing Excel 2010 files (ie: .xlsx)

  • xlsxwriter: alternative package for writing data, formatting information and, in particular, charts in the Excel 2010 format (ie: .xlsx)

  • xlrd: for reading data and formatting information from older Excel files (ie: .xls)

  • xlwt:

    for writing data and formatting information to older Excel files (ie: .xls)

  • larray_eurostat: provides functions to easily download EUROSTAT files as larray objects. Currently limited to TSV files.

For Graphical User Interface

LArray includes a graphical user interface to view, edit and compare arrays.

  • pyqt (version 5): required by larray-editor (see below).

  • pyside: alternative to PyQt.

  • qtpy: required by larray-editor.

  • larray-editor: required to use the graphical user interface associated with larray. It assumes that qtpy and either pyqt or pyside are installed. On windows, creates also a menu LArray in the Windows Start Menu.

For plotting

Miscellaneous

  • pydantic: required to use CheckedSession.

Documentation

The official documentation is hosted on ReadTheDocs at http://larray.readthedocs.io/en/stable/

Get in touch

  • To be informed of each new release, please subscribe to the announce mailing list.

  • For questions, ideas or general discussion, please use the Google Users Group.

  • To report bugs, suggest features or view the source code, please go to our GitHub website.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

larray-0.35.1.tar.gz (2.6 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

larray-0.35.1-py3-none-any.whl (2.6 MB view details)

Uploaded Python 3

File details

Details for the file larray-0.35.1.tar.gz.

File metadata

  • Download URL: larray-0.35.1.tar.gz
  • Upload date:
  • Size: 2.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for larray-0.35.1.tar.gz
Algorithm Hash digest
SHA256 2f4502b25c8a68cb161421e8d0f6b29ddb520e9572193987f76df581fc50b751
MD5 3c5ed812653cfa22061f93f2738bb6a0
BLAKE2b-256 99d55cd9209813f41ef9b6cab2b1607e7da56f0555b44451035aa883dd4e868d

See more details on using hashes here.

File details

Details for the file larray-0.35.1-py3-none-any.whl.

File metadata

  • Download URL: larray-0.35.1-py3-none-any.whl
  • Upload date:
  • Size: 2.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.12

File hashes

Hashes for larray-0.35.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e89302bf2cc8814bcf0510a89cb0683931e54a4eaf6b27131b4e9600c6caa453
MD5 d483e3a25926e34b7baebef84e9e6238
BLAKE2b-256 0a8bce72a770d178c56690766c1d10bd56cc1eac5c7c09a4b8299db5b733e14a

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page