Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

read an excel file

In [7]: titanic = pd.read_excel("titanic.xlsx", sheet_name="passengers")
Source by pandas.pydata.org #
 
PREVIOUS NEXT
Tagged: #read #excel #file
ADD COMMENT
Topic
Name
1+2 =