mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
0.2.2
This commit is contained in:
parent
4074a97ae2
commit
f3bc96b251
7 changed files with 124 additions and 36 deletions
10
src/main.rs
10
src/main.rs
|
@ -40,10 +40,14 @@ fn main() {
|
|||
let dfn = df_format(read_parquet(Ticker::ARKVC).unwrap()).unwrap();
|
||||
println!("{:#?}", dfn);
|
||||
|
||||
// update_parquet(Ticker::ARKVC).unwrap();
|
||||
// let update = df_format(Ticker::ARKF, get_csv(Ticker::ARKF).unwrap()).unwrap();
|
||||
// let update = get_csv(Ticker::ARKF).unwrap().collect().unwrap();
|
||||
// let update = df_format(get_csv(Ticker::ARKF).unwrap()).unwrap();
|
||||
// println!("{:#?}", update);
|
||||
|
||||
// update_parquet(Ticker::ARKVC).unwrap();
|
||||
// let x = df_format(read_parquet(Ticker::ARKVC).unwrap()).unwrap();
|
||||
// println!("{:#?}", x);
|
||||
|
||||
// merge_csv_to_parquet(Ticker::ARKVC).unwrap();
|
||||
// let x = df_format(read_parquet(Ticker::ARKVC).unwrap()).unwrap();
|
||||
// println!("{:#?}", x);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue