Skip to content

Commit c40e134

Browse files
committed
Remove copy arg
1 parent 48310e6 commit c40e134

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tiledb/multirange_indexing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ def _update_df_from_meta(
899899
name: dtype for name, dtype in col_dtypes.items() if dtype != "<U0"
900900
}
901901
if col_dtypes:
902-
df = df.astype(col_dtypes, copy=False)
902+
df = df.astype(col_dtypes)
903903

904904
if index_col:
905905
if index_col is not True:

0 commit comments

Comments
 (0)