diff --git a/server/common/annotations/hosted_tiledb.py b/server/common/annotations/hosted_tiledb.py index 4922400d..c096d568 100644 --- a/server/common/annotations/hosted_tiledb.py +++ b/server/common/annotations/hosted_tiledb.py @@ -144,7 +144,7 @@ class AnnotationsHostedTileDB(Annotations): for col in df: df[col] = df[col].astype(get_dtype_of_array(df[col])) - tiledb.from_pandas(uri, df) + tiledb.from_pandas(uri, df, sparse=True) else: uri = ""