Relative Content

Tag Archive for pandasdataframemissing-data

Compare 2 dataframes to find a missing row

I imported a dataframe containing 25098 rows. Upon checking the data once it was imported I discovered that one row was missing as the imported data had only 25097 rows. Since I have a backup of the original data, I would like to check it against the imported data to determine which row is missing

Compare 2 columns and find the missing row

I imported a dataframe containing 25098 rows. Upon checking the data once it was imported I discovered that one row was missing as the imported data had only 25097 rows. Since I have a backup of the original data, I would like to check it against the imported data to determine which row is missing