more options
This commit is contained in:
+2
-2
@@ -401,5 +401,5 @@ def display_event(gd : GeometryDescriptor,
|
||||
|
||||
|
||||
|
||||
def to_numpy(df_column):
|
||||
return np.array(df_column.tolist())
|
||||
def to_numpy(df_column, dtype=None):
|
||||
return np.array(df_column.tolist(), dtype=dtype)
|
||||
Reference in New Issue
Block a user