Pandas-Excel-Matplotlib

This topic is to cover the questions about pandas or to share the knowledge on Pandas, Matplotlib .

  1. How to read data from Excel in pandas.

Hi Kavita,

Which course are you enrolled in?

Regards.

Hi, Kavita.

You can read the data from excel by the following.
pd.read_excel(‘filename.xlsx’)

All the best!

Thank you Satya for the reply. Yes i used the same(read_excel) for excel with sample data. However when i use realtime data in an excel its not displaying data instead just displays number of rows and columns.
So, i am looking to explore the limitations of the command read_excel.

Hello Ankur, I enrolled in Python for Machine Learning.