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!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 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 Antwort
+ 1
Thanks
6th Dec 2020, 6:05 AM
Gayane Chilingaryan
Gayane Chilingaryan - avatar