Template request | Bug report | Generate Data Product
Tags: #excel #pandas #read #finance #snippet #dataframe
Author: Florent Ravenel
Description: This notebook reads an Excel file and allows users to manipulate the data within it.
import pandas as pd
excel_file_path = "Excel-Sales_Jan2020.xlsx"
You want to add more parameters ?
👉 Check out the pandas documentation here.
df = pd.read_excel(excel_file_path)
df