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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -