have two df.both df's with one column and same names
df1 have 40000 rows and df 2 have 80000 rows.
How to compare whether the data in df1 is same as of df2.
Expected output : any message stating that 40000 rows in df1 matched with df2 which has 80000 rows
40000 items in df1 matched with 80000 items in df2