Skip to content

Commit 190a14e

Browse files
committed
Fix the numpy stuff
1 parent bbc6100 commit 190a14e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

terminusdb_client/scripts/scripts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,6 +486,7 @@ def importcsv(
486486
embedded = [x.lower().replace(" ", "_") for x in embedded]
487487
try:
488488
pd = import_module("pandas")
489+
np = import_module("numpy")
489490
except ImportError:
490491
raise ImportError(
491492
"Library 'pandas' is required to import csv, either install 'pandas' or install woqlDataframe requirements as follows: python -m pip install -U terminus-client-python[dataframe]"

0 commit comments

Comments
 (0)