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!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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 Answer
+ 1
Thanks
6th Dec 2020, 6:05 AM
Gayane Chilingaryan
Gayane Chilingaryan - avatar