Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add preliminary polars dataframe support #200

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove polars-utils dependency
  • Loading branch information
knutwalker committed Sep 25, 2024
commit b0d788c47b8f3aa3618fe6edee545465a3046670
1 change: 0 additions & 1 deletion lib/Cargo.toml
Original file line number Diff line number Diff line change
@@ -40,7 +40,6 @@ nav-types = { version = "0.5.2", optional = true }
neo4rs-macros = { version = "0.3.0", path = "../macros" }
paste = "1.0.0"
pin-project-lite = "0.2.9"
polars-utils = { version = "0.43.1", default-features = false }
rustls-native-certs = "0.7.1"
rustls-pemfile = "2.1.2"
serde = { version = "1.0.185", features = ["derive"] } # TODO: eliminate derive