НачатьНачать бесплатно

Using select()

The select() function is not only for selecting, you can use it to create new columns as well! In this exercise, you'll have a go at making changes to the wages DataFrame.

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

Это упражнение является частью курса

Data Manipulation in Julia

Посмотреть курс

Интерактивное практическое упражнение

Попробуйте выполнить это упражнение, дополнив этот пример кода.

# Select columns and rename the region column
____(____, ____, ____ => ____, ____"____")
Редактировать и запускать код