How to import CSV file in python (pycharm). | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

How to import CSV file in python (pycharm).

17th Sep 2020, 2:16 PM
Saurabh Singh
1 Answer
+ 4
If you use pandas module you have to call read_csv to your pandas object with the csv file path.
17th Sep 2020, 2:21 PM
HBhZ_C
HBhZ_C - avatar