There's more...

To see how the skipna parameter affects the outcome, we can set its value to False and rerun step 3 from the preceding recipe. Only numeric columns without missing values will calculate a result:

>>> movie.min(skipna=False)
num_critic_for_reviews NaN
duration NaN
director_facebook_likes NaN actor_3_facebook_likes NaN ... actor_2_facebook_likes NaN imdb_score 1.6 aspect_ratio NaN movie_facebook_likes 0.0 Length: 16, dtype: float64
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.133.124.145