J ai un Problème en projet apprentissage automatique (ML) | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuesta
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