Check that Pandas installed
Closed this issue · 1 comments
galbraun commented
Brief Description
Currently, there is a check whether pandas is imported or not - for better verbosity can check that if it even installed and that the version of pandas is supported.
can use pkg_resources
and specifically pkg_resources.require
DeanLa commented
Pandas is the only dependency to this package, so unneeded.