mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-06-16 19:09:17 -04:00
Fix on last commit
This commit is contained in:
parent
5c41dd06dd
commit
4a32dac35d
1 changed files with 1 additions and 1 deletions
|
@ -15,6 +15,6 @@ except ImportError as e:
|
||||||
|
|
||||||
try:
|
try:
|
||||||
import pandas
|
import pandas
|
||||||
print("\nPandas version:", pd.__version__)
|
print("\nPandas version:", pandas.__version__)
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
print(e)
|
print(e)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue