Skip to content
Snippets Groups Projects
Commit 77f8c6f8 authored by bjje's avatar bjje
Browse files

Minor bug fixes

parent cf46fb55
Branches
Tags
No related merge requests found
......@@ -26,6 +26,9 @@ print('The dtuimldmtools package {}.'.format(dtuimldmtools))
"""
Check that pandas can be imported (use in ex1)
Note_ If this fails you need to install panda manually https://pandas.pydata.org/docs/getting_started/install.html
"""
import pandas
print('The panda package {}.'.format(pandas.__version__))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment