Skip to content

Commit

Permalink
Add csv-core based reader (apache#3338) (apache#3365)
Browse files Browse the repository at this point in the history
* Add csv-core based reader (apache#3338)

* More docs
  • Loading branch information
tustvold committed Dec 19, 2022
1 parent a8c9685 commit c344433
Show file tree
Hide file tree
Showing 3 changed files with 458 additions and 206 deletions.
1 change: 1 addition & 0 deletions arrow-csv/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ arrow-data = { version = "29.0.0", path = "../arrow-data" }
arrow-schema = { version = "29.0.0", path = "../arrow-schema" }
chrono = { version = "0.4.23", default-features = false, features = ["clock"] }
csv = { version = "1.1", default-features = false }
csv-core = { version = "0.1"}
lazy_static = { version = "1.4", default-features = false }
lexical-core = { version = "^0.8", default-features = false }
regex = { version = "1.7.0", default-features = false, features = ["std", "unicode", "perf"] }
Expand Down

0 comments on commit c344433

Please sign in to comment.