J ai un ProblĆØme en projet apprentissage automatique (ML) | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Resposta
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