All Courses

How to read data from local csv file using Python pandas?

By Abhishek2494.m, 2 years ago
  • Bookmark
2

How can I read the data from the local storage using Python.

Python
Pandas
1 Answer
2
Maheshpardeshi

use the below code to read the local file.


data=pd.read_csv(/r"path of csv file")

Thanks

– Pooja May 4, 2021 at 2:25 PM

Your Answer

Webinars

Live Masterclass on : "How Machine Get Trained in Machine Learning?"

Mar 30th (7:00 PM) 516 Registered
More webinars

Related Discussions

Running random forest algorithm with one variable

View More