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 - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -