Get startedGet started for free

Write it down

Saving a DataFrame allows you to share it with your colleagues and with your future self. Do you remember how to do it?

The CSV and DataFrames packages have been loaded for you.

This exercise is part of the course

Data Manipulation in Julia

View Course

Exercise instructions

  • Save the df DataFrame to /home/repl/ as df.csv, setting the delimiter to a space.

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Save df 
____
Edit and Run Code