lamtungbach commited on
Commit
fcc2604
·
1 Parent(s): 3dddeca

Add raw and processed financial datasets

Browse files
processed/04_wavelet_decomposed_returns.csv ADDED
The diff for this file is too large to render. See raw diff
 
processed/data_quality_report.csv ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ asset,stage,total,nan,pct_nan
2
+ vnindex,before_fill,2847,0,0.0
3
+ btc,before_fill,2847,16,0.56
4
+ oil,before_fill,2847,103,3.62
5
+ gold,before_fill,2847,104,3.65
6
+ sp500,before_fill,2847,103,3.62
7
+ sse,before_fill,2847,140,4.92
8
+ vix,before_fill,2847,103,3.62
9
+ vnindex,after_fill,2831,0,0.0
10
+ btc,after_fill,2831,0,0.0
11
+ oil,after_fill,2831,0,0.0
12
+ gold,after_fill,2831,0,0.0
13
+ sp500,after_fill,2831,0,0.0
14
+ sse,after_fill,2831,0,0.0
15
+ vix,after_fill,2831,0,0.0
16
+ ALL,rows_dropped,2847,16,0.56
processed/dataset_features.csv ADDED
The diff for this file is too large to render. See raw diff
 
processed/master_price.csv ADDED
The diff for this file is too large to render. See raw diff
 
processed/master_return.csv ADDED
The diff for this file is too large to render. See raw diff
 
raw/bitcoin_2015_2026.csv ADDED
The diff for this file is too large to render. See raw diff
 
raw/crawl_summary.csv ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ name,ticker,records,from,to,file
2
+ bitcoin,BTC-USD,4149,2015-01-01,2026-05-11,./bitcoin_2015_2026.csv
3
+ oil_wti,CL=F,2855,2015-01-02,2026-05-11,./oil_wti_2015_2026.csv
4
+ gold,GC=F,2854,2015-01-02,2026-05-11,./gold_2015_2026.csv
5
+ sp500,^GSPC,2855,2015-01-02,2026-05-11,./sp500_2015_2026.csv
6
+ sse,000001.SS,2753,2015-01-05,2026-05-11,./sse_2015_2026.csv
7
+ vix,^VIX,2855,2015-01-02,2026-05-11,./vix_2015_2026.csv
raw/gold_2015_2026.csv ADDED
The diff for this file is too large to render. See raw diff
 
raw/oil_wti_2015_2026.csv ADDED
The diff for this file is too large to render. See raw diff
 
raw/sp500_2015_2026.csv ADDED
The diff for this file is too large to render. See raw diff
 
raw/sse_2015_2026.csv ADDED
The diff for this file is too large to render. See raw diff
 
raw/vix_2015_2026.csv ADDED
The diff for this file is too large to render. See raw diff
 
raw/vnindex_2015_2026.csv ADDED
The diff for this file is too large to render. See raw diff