We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f62d28a commit 9303d4bCopy full SHA for 9303d4b
terminusdb_client/scripts/scripts.py
@@ -461,6 +461,7 @@ def _df_to_schema(class_name, df):
461
if k in vars(builtins)
462
}
463
np_to_buildin[np.datetime64] = dt.datetime
464
+ np_to_buildin[str] = str
465
for col, dtype in dict(df.dtypes).items():
466
if embedded and col in embedded:
467
converted_type = class_name
0 commit comments