BaşlayınÜcretsiz başlayın

Constructing filters

You are working with a DataFrame of wildfires named df_wild. You want to filter the data to examine only the largest fires, with a burn area of over 300 acres. You can do this by filtering the rows of the DataFrame to only keep rows where the acres column is more than 300.

Which of the following code snippets should you use to complete the filter:

df_bigfires = filter(____, df_wild)

Bu egzersiz, kursun bir parçasıdır

Introduction to Julia

Kursa Göz Atın

Uygulamalı etkileşimli egzersiz

Teoriyi etkileşime dönüştürün, interaktif egzersizlerimizden biriyle

Egzersize başla