A

Admin • 802.91K Points
Coach

Q. Which parameter is used in `fillna()` to forward fill values?

  • (A) method='ffill'
  • (B) fill='forward'
  • (C) type='carry'
  • (D) direction='down'
  • Correct Answer - Option(A)
  • Views: 4
  • Filed under category Pandas
  • Hashtags:

Explanation by: Admin
`method='ffill'` forward fills missing values with previous values.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.