开始使用免费开始使用

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.

本练习是课程的一部分

Data Manipulation in Julia

查看课程

练习说明

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

交互式实操练习

通过完成这段示例代码来试试这个练习。

# Save df 
____
编辑并运行代码