S

Shyam Dubey • 3.70K Points
Extraordinary

Q. Which pandas method is used to interpolate missing data in a DataFrame or Series?

  • (A) interpolate()
  • (B) fillna()
  • (C) replace()
  • (D) dropna()
  • Correct Answer - Option(A)
  • Views: 5
  • Filed under category Pandas
  • Hashtags:

Explanation by: Shyam Dubey
interpolate() fills missing values using linear or other interpolation methods.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.