Data Analysis With Python - Study Mode

[#76] cov and corr supports the optional min_periods keyword.
Correct Answer

(A) True

[#77] Plots may also be adorned with error bars or tables.
Correct Answer

(A) True

[#78] Spyder can introspect and display Pandas DataFrames.
Correct Answer

(B) False

[#79] Which of the following operations are supported on Time Frames?
Correct Answer

(A) idxmax

[#80] In Pandas, what method is used to remove missing values from a DataFrame?
Correct Answer

(C) dropna()