python - isnull: Dataframe altered when saving and reloading as csv? (v17.1) -


i'm working large dataframe , appears after saving csv altered. when reload csv it's fine, if don't, behaviour different. visible when doing

empty_rows = df['columnname'].isnull() 

to clarify: saving dataframe csv , reloading (via df.to_csv , pd.read_csv) appears altering (fixing) dataframe. how possible?


Comments

Popular posts from this blog

php - Extract Text from HTTP referer -

Receive udp packets in android gstreamer -

authentication - ASP.NET Core 1.0. Bearer Token, cannot access custom claims -