Compare files excel
Smith
smith at smith.it
Sat Jul 22 03:47:59 EDT 2017
More information about the Python-list mailing list
Sat Jul 22 03:47:59 EDT 2017
- Previous message (by thread): How to perform classification and clustering on a dataset which having numerical as well as text value as a feature presents
- Next message (by thread): Compare files excel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello to all,
I should compare two excel files with pandas.
Who can help me?
Do you have any links?
i tried this, but not working
import pandas as pd
df1 = pd.read_excel('excel1.xlsx')
df2 = pd.read_excel('excel2.xlsx')
difference = df1[df1!=df2]
print (difference)
Thank you
- Previous message (by thread): How to perform classification and clustering on a dataset which having numerical as well as text value as a feature presents
- Next message (by thread): Compare files excel
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list