How to check if values if one pandas dataframe column is approx to another dataframe column

后端 未结 0 494
南方客
南方客 2021-01-26 21:00

I have 2 pandas dataframes

df1 (columns = name, start, end, description) 
df2 (columns = name, start, end)

I want to compare the df1.end and df2.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题