All our Data Science projects include bite-sized activities to test your knowledge and practice in an environment with constant feedback.
All our activities include solutions with explanations on how they work and why we chose them.
Perform the selection and store the results in the variable df_more_than_1million
Perform the selection and store the results in the variable df_commented_artists
Perform the selection and store the results in the variable df_long_duration
Perform the selection and store the results in the variable df_high_comments
Perform the selection and store the results in the variable df_short_talks
Perform the selection and store the results in the variable df_popular_english_culture
Perform the selection and store the results in the variable df_medium_science_tech
First, Filter talks that were published in either January or August and store the result in df_jan_aug
.
Second, apply a filter on first step's result by filtering talks with speakers who are journalists or entrepreneurs and store the result in df_journalists_entrepreneurs
.
Third, apply a filter on second step's result by filtering talks with a duration of less than 8 minutes (480 seconds) and store the result in df_below_8m_talks
.
Finaly, Perform the selection and store the final result in the variable highest_view_talk_speaker
Perform the selection and store the results in the variable df_talks_more_than_std
Perform the selection and store the results in the variable df_long_en_es_talks