Skip to content

Commit

Permalink
fix: Support selecting columns from interchange-level narwhals DataFr…
Browse files Browse the repository at this point in the history
…ames (#544)

* Use select in narwhals to support duckdb/ibis

* drop patch

* add clear_cache runtime method

* fix
  • Loading branch information
jonmmease authored Nov 15, 2024
1 parent c9f80d1 commit 5e1a2d6
Show file tree
Hide file tree
Showing 7 changed files with 98 additions and 692 deletions.
84 changes: 42 additions & 42 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ selenium = "4.11.2.*"
toml = "0.10.2.*"
pytest = ">=4.6"
click = "8.1.6.*"
python-duckdb = "1.0"
python-duckdb = ">=1.1.3,<2"
pip = "23.2.1.*"
voila = "0.5.0.*"
tenacity = "8.2.3.*"
Expand Down
1 change: 0 additions & 1 deletion vegafusion-core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ extern crate core;
pub mod chart_state;
pub mod data;
pub mod expression;
pub mod patch;
pub mod planning;
pub mod proto;
pub mod runtime;
Expand Down
Loading

0 comments on commit 5e1a2d6

Please sign in to comment.