Why does .dropna().apply() on a dataframe actually work?

后端 未结 0 1561
夕颜
夕颜 2021-02-12 15:24

Given the following dataframe:

df = pd.DataFrame({\'foo\': [1, np.nan, 1, 1]})

When having to deal with nan values, I\'m used to handle them with

相关标签:
回答
  • 消灭零回复
提交回复
热议问题