When reading from an expired file using civis.io.file_to_dataframe, the user gets a long traceback and the following error message: ValueError: Invalid file path or buffer object type: <class 'NoneType'>. We should catch this error and return something more informative.
When reading from an expired file using
civis.io.file_to_dataframe
, the user gets a long traceback and the following error message:ValueError: Invalid file path or buffer object type: <class 'NoneType'>
. We should catch this error and return something more informative.