Skip to content
This repository was archived by the owner on Dec 29, 2021. It is now read-only.

Commit 6fdf57b

Browse files
committed
public modules
1 parent d966ad4 commit 6fdf57b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ edition = "2018"
66

77
[dependencies]
88
arrow = { git = "https://github.com/apache/arrow"}
9+
# arrow = { git = "https://github.com/nevi-me/arrow", rev="a52fa39dbd8e35278604e8ad16cb069bf30b0c9a"}
10+
# arrow = { path = "../../arrow/rust/arrow"}
911
num = "0.2"
1012
num-traits = "0.2"
13+
csv = "1"
1114
byteorder = "1"
1215
flatbuffers = "0.5"

src/io/feather.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//! Example:
1919
//!
2020
//! ```
21-
//! use arrow::ipc::feather::*;
21+
//! use rust_dataframe::io::feather::*;
2222
//! use std::fs::File;
2323
//!
2424
//! // read a feather file

0 commit comments

Comments
 (0)