Pandas read_excel() line break in cell

后端 未结 0 397
执念已碎
执念已碎 2021-01-07 04:22

I use pandas in python to to extract one excel sheet to a csv file:

import pandas as pd 
import sys
    
read_file = pd.read_excel(sys.argv[1], engine=\'openp         


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