mirror of
https://github.com/NexVeridian/ark-invest-api-rust-data.git
synced 2025-09-02 09:59:12 +00:00
0.3.7
This commit is contained in:
parent
bb47fb8fb0
commit
5d5fb5cd94
3 changed files with 8382 additions and 9625 deletions
19
src/main.rs
19
src/main.rs
|
@ -49,14 +49,15 @@ fn main() {
|
|||
.unwrap();
|
||||
println!("{:#?}", api);
|
||||
|
||||
// let update = df_format(get_csv_ark(Ticker::ARKK).unwrap()).unwrap();
|
||||
// println!("{:#?}", update);
|
||||
// let ark = Ark::new(Source::Ark, Ticker::ARKK)
|
||||
// .unwrap()
|
||||
// .collect()
|
||||
// .unwrap();
|
||||
// println!("{:#?}", ark);
|
||||
|
||||
// update_parquet(Ticker::ARKK).unwrap();
|
||||
// let x = df_format(read_parquet(Ticker::ARKK).unwrap()).unwrap();
|
||||
// println!("{:#?}", x);
|
||||
|
||||
// merge_csv_to_parquet(Ticker::ARKVC).unwrap();
|
||||
// let x = df_format(read_parquet(Ticker::ARKVC).unwrap()).unwrap();
|
||||
// println!("{:#?}", x);
|
||||
// let ark = Ark::new(Source::Ark, Ticker::ARKVC)
|
||||
// .unwrap()
|
||||
// .collect()
|
||||
// .unwrap();
|
||||
// println!("{:#?}", ark);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue