Short video learning - 7, pandas missing values of DataFrame

Content Today

# Missing values of pandas

Brief introduction

# Pandas mainly used to represent the data value np.nan missing. By default, it is not included in the calculation.

Common Operations

# Reconstruction index REINDEX stored as copy () 
# missing values stored fill value for a copy fillna () 
# Boolean value determines whether a NaN, isna () and notna () method 
# delete entire row of data stored default values a copy dropna ()

FollowMe

# New structure and a data set using the methods described above

If your browser can not display the video below, you can click here to watch a short video Youku

 

 

Guess you like

Origin www.cnblogs.com/lich1x/p/11790023.html