File size: 429 Bytes
120176d
 
eab82b1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
120176d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
---
license: apache-2.0
dataset_info:
  features:
  - name: year
    dtype: int64
  - name: quarter
    dtype: string
  - name: symbol
    dtype: string
  - name: report_url
    dtype: string
  - name: report
    dtype: string
  splits:
  - name: train
    num_bytes: 34363
    num_examples: 1
  download_size: 15771
  dataset_size: 34363
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---