Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
Which of the following code blocks returns a DataFrame where rows in DataFrame storesDF containing null values in all columns have been removed?
storesDF
A
storesDF.na.drop()
B
storesDF.dropna()
C
storesDF.na.drop("all", subset = "sqft")
D
storesDF.na.drop("all")
E
storesDF.nadrop("all")