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

Regular penguins

Your colleague needs some help selecting all columns containing measurements in millimeters, mm, from the penguins dataset for further analysis. However, someone renamed the columns so that they no longer follow the [observable]_[unit] convention. Are you up for the challenge?

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

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

Data Manipulation in Julia

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

Инструкции к упражнению

  • Using regex, select only columns containing measurements in millimeters.

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

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

# Select all columns containing measurements in millimeters
____
Редактировать и запускать код