XLSX or XLS to Pandas

后端 未结 0 1866
别那么骄傲
别那么骄傲 2020-12-17 14:36

I was using the below code to read the data in sheets into dataframes:

binary_file = requests.get(url_to_excel_file).content
workbook = pd.ExcelFile(binary_fi         


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