How to read artifact file (CSV) programmatically?

Giorgi
Contributor

Hello, 

can I programmatically access artifact file (csv), via artifact_uri and read it?

Tried the following, but didn't work, says no such file or directory:

mlflow.pyfunc.pandas.read_csv(artifact_uri+'/xgb-classifier-test-8/dataset_statistics.csv')

pandas.read_csv(artifact_uri+'/xgb-classifier-test-8/dataset_statistics.csv')

Thanks!