How to import CSV file in python (pycharm). | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
- 1

How to import CSV file in python (pycharm).

17th Sep 2020, 2:16 PM
Saurabh Singh
1 Réponse
+ 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