The da_datastore structure can also be used to load and manipulate data. The life cycle of a data store typically follows these steps:
Initialize the data store structure.
Load data into the data store, from pre-allocated memory, CSV files or other data stores.
Edit the data.
Select a subsection of the store.
Extract data, either columns/rows or specific regions.
Destroy the structure.
For more details on each of the available functions, see the API documentation.