Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

pandas read excel

import pandas as pd
pd.read_excel('tmp.xlsx', index_col=0)
 
PREVIOUS NEXT
Tagged: #pandas #read #excel
ADD COMMENT
Topic
Name
7+7 =