Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmmease committed Oct 12, 2024
1 parent 751af26 commit 8974fad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vegafusion-python/vegafusion/runtime.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def _import_or_register_inline_datasets(
imported_inline_datasets[name] = PandasDatasource(value)
elif hasattr(value, "__arrow_c_stream__"):
from arro3.core import Table

# Arrow PyCapsule interface, wrapped in arro3 Table
imported_inline_datasets[name] = Table(value)
elif hasattr(value, "__dataframe__"):
Expand Down

0 comments on commit 8974fad

Please sign in to comment.