CommencerCommencer gratuitement

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.

Cet exercice fait partie du cours

Data Manipulation in Julia

Afficher le cours

Instructions

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

Exercice interactif pratique

Essayez cet exercice en complétant cet exemple de code.

# Save df 
____
Modifier et exécuter le code