Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenv committed Oct 4, 2023
1 parent 970b0fc commit 4edc807
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/python/src/tiledbsoma/_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,11 @@ def create(
handle,
_dont_call_this_use_create_or_open_instead="tiledbsoma-internal-code",
)

# for a newly created dataframe, on first write, we want to update the
# TileDB ArraySchema with enumeration values from the Arrow Array
soma_dataframe._check_for_enumerations = True

return soma_dataframe

def keys(self) -> Tuple[str, ...]:
Expand Down

0 comments on commit 4edc807

Please sign in to comment.