mirror of
https://github.com/autistic-symposium/master-algorithms-py.git
synced 2025-04-29 20:26:07 -04:00
Fix on last commit
This commit is contained in:
parent
5c41dd06dd
commit
4a32dac35d
@ -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…
x
Reference in New Issue
Block a user