Skip to content
  • Tutorials
    • c programming
      • libraries
    • c++
    • Linux
    • Python
    • batch programming
    • Technology
  • IDE
  • Tools
pd.read_excel 1

pd.read_excel

April 17, 2022 by Anurag batra
import pandas as pd
pd.read_excel('tmp.xlsx’, sheet_name='Sheet1')

Here is what the above code is Doing:
1. Importing the pandas library
2. Loading the Excel file into a variable called “df”
3. Displaying the first 5 rows of the dataframe

Categories Python Examples
Post navigation
boto3 upload file to s3
python trick big numbers visualisation
© MyEduKit - 2022 . All Rights Reserved.