How can I write a function that load the given csv into a pandas dataframe of iris.csv file? | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 2

How can I write a function that load the given csv into a pandas dataframe of iris.csv file?

def load_data(path:Path)-> pd.Dataframe 'Write a function that load the given csv into a pandas dataframe' raise NotImplementedError()

5th Dec 2020, 8:43 PM
Gayane Chilingaryan
Gayane Chilingaryan - avatar
1 Réponse
+ 1
Thanks
6th Dec 2020, 6:05 AM
Gayane Chilingaryan
Gayane Chilingaryan - avatar