Read Excel

Descripción

Read an Excel file into a DataFrame


File Template: ❌


Prefix

df:read:excel


Scopes

python


Snippet de código

df = pd.read_excel('${1:path/to/file.xlsx}')$0