Reading and Writing Data Files and Julia Data

In order to process data, we need to get them out of their data-sources and into our Julia program.

  • We first learn how to do this with CSV files
  • We then extend this to work with HDF5 and JSON formats
  • Finally, we also work with the Julia way to store and read data in the JLD format

Complete and Continue