File size: 666 Bytes
58553cc
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "filings_root": "data\\raw\\filings",
  "output_dir": "data\\output\\hf_table_html_1994_2026",
  "year_range": [
    1994,
    2026
  ],
  "samples_per_year": 100,
  "max_tables_per_filing": 1,
  "seed": 42,
  "total_samples": 3099,
  "years_with_any_samples": 32,
  "parquet_written": true,
  "files": {
    "sampled_csv": "data\\output\\hf_table_html_1994_2026\\sampled_table_html.csv",
    "sampled_parquet": "data\\output\\hf_table_html_1994_2026\\sampled_table_html.parquet",
    "year_summary_csv": "data\\output\\hf_table_html_1994_2026\\year_summary.csv",
    "hf_dataset_dir": "data\\output\\hf_table_html_1994_2026\\hf_dataset"
  }
}