Skip to Main Content

Informatics Research and Services

This guide provides information about UA Libraries Informatics services and highlights selected informatics resources.

Data Preparation

A common task in informatics and other data research workflows is the process of data preparation. Data preparation can include, for example, transforming JSON/XML data from a scholarly API into tabular form, extracting parts of a text file, or replacing characters.

There are numerous workflows for preparing data. Most basic data preparation tasks can be performed using a scripting programming language or even a command line utility such as those within the GNU Core Utilities.

This guide highlights resources for data preparation using Python, Unix Shell, Matlab, and Mathematica.

Tutorials for Data Preparation

UA Libraries is actively developing tutorials on how to perform basic data preparation tasks using Python, Unix Shell, Matlab, and Mathematica. Our tutorials can be found on GitHub:

Python Data Preparation Resources

Unix Shell Data Preparation Resources

Matlab Data Preparation Resources

Mathematica Data Preparation Resources