开始使用免费开始使用

Reordering of wages

The US Minimum wages dataset contains a lot of columns, not necessarily in the best order. Now it's the time to change that! In this exercise, you'll reorder the columns of the wages DataFrame so that they make better sense, especially as some of the columns get omitted when we print the DataFrame. Are you ready to mix it up?

The wages dataset and the DataFrames package have been loaded for you.

本练习是课程的一部分

Data Manipulation in Julia

查看课程

交互式实操练习

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

# Print the first line of wages
____(____(____))

# Move the effective_min_wage_2020_dollars column after the region column
____(____, ____, ____, ____, ____, ____)
编辑并运行代码