Structured datasets

In this section, we will look at files that contain metadata, the way that data is arranged as well as the values themselves. This includes simple delimited files and also files with additional metadata such as XML and HDF5.

Also, we will introduce the important topic of data arrays and frames in Julia, which is familiar to all R users and also implemented in Python via the pandas module.

CSV and DLM files

Data is often presented in table form as a series of rows representing individual records and fields corresponding to a data value for that particular record. Columns in the table are consistent, in the sense that they may be all integers, floats, dates, and so on,, and are to be considered as the same class of data. This will ...

Get Mastering Julia now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.