J ai un Problème en projet apprentissage automatique (ML) | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

J ai un Problème en projet apprentissage automatique (ML)

Given a csv file and a column name, print the elements in the given column

27th Sep 2021, 5:49 PM
Ghodhbani Messaoud
Ghodhbani Messaoud - avatar
1 Réponse
0
Assuming you're using python import the pandas module and use its read_csv function to import the file. Then use column selection.
27th Sep 2021, 7:42 PM
Simon Sauter
Simon Sauter - avatar