+ 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()
1 ответ
+ 1
Thanks