/usr/local/lib/python3.5/dist-packages/empyrical/utils.py:32: UserWarning: Unable to import pandas_datareader. Suppressing import error and continuing. All data reading functionality will raise errors; but has been deprecated and will be removed in a later version.
warnings.warn(msg)
It looks like empyrical's usage of pandas needs to be updated?
Python 3.5.2 pandas 0.24.2 empyrical 0.5.0
When I call empyrical I always see this error:
It looks like empyrical's usage of pandas needs to be updated?