import pandas as pd
EXCEL_FILE = 'source.xlsx'
df= pd.read_excel(open(EXCEL_FILE, 'rb'),skiprows=3,index=False)
print(df)
For further actions, you may consider blocking this person and/or reporting abuse
import pandas as pd
EXCEL_FILE = 'source.xlsx'
df= pd.read_excel(open(EXCEL_FILE, 'rb'),skiprows=3,index=False)
print(df)
For further actions, you may consider blocking this person and/or reporting abuse
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Mike Young -
Mike Young -
Mike Young -
Mike Young -
Top comments (0)