Tutorial
This is an overview of the LArray library. It is not intended to be a fully comprehensive manual. It is mainly dedicated to help new users to familiarize with it and others to remind essentials.
- Getting Started
- Load And Dump Arrays
- Loading Arrays - Basic Usage (CSV, Excel, HDF5)
- Dumping Arrays - Basic Usage (CSV, Excel, HDF5)
- Specifying Wide VS Narrow format (CSV, Excel)
- Specifying Position in Sheet (Excel)
- Exporting data without headers (Excel)
- Specifying the Number of Axes at Reading (CSV, Excel)
- NaNs and Missing Data Handling at Reading (CSV, Excel)
- Sorting Axes at Reading (CSV, Excel, HDF5)
- Metadata (HDF5)
- Transforming Arrays (Relabeling, Renaming, Reordering, Sorting, …)
- Combining arrays
- Indexing, Selecting and Assigning
- Arithmetic Operations
- Aggregations
- Pythonic VS String Syntax
- Plotting
- Inspecting Array objects
- Some Useful Functions
- Working With Sessions
- Compatibility with pandas