Question:

What file formats should I use to store my datasets?


Answer:

Since the datasets need to be loaded at the start of each exercise, preferably within a couple of seconds, binary formats are preferred (.rds for R courses; pickle for Python). However, you can use any format that you can read.

Did this answer your question?