How to convert python function to rest api

后端 未结 0 787
清酒与你
清酒与你 2021-01-13 13:48

I have the following code in python.

file1 = pd.read_csv(./file1.csv)
file2 = pd.read_csv(./file2.csv)

merged = pd.merge(file1, file2, how=\'left\', left_on=         


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