testpile / README.md
cwolff's picture
Update dataset
b87ec69 verified
|
Raw
History Blame Contribute Delete
1.29 kB
metadata
dataset_info:
  features:
    - name: ID
      dtype: string
    - name: FILENAME
      dtype: string
    - name: URL
      dtype: string
    - name: LICENSE
      dtype: string
    - name: PERMISSIVE
      dtype: bool
    - name: TABLES
      list:
        - name: TABLE_NAME
          dtype: string
        - name: COLUMNS
          list:
            - name: NAME
              dtype: string
            - name: TYPE
              dtype: string
            - name: NULLABLE
              dtype: bool
            - name: UNIQUE
              dtype: bool
            - name: DEFAULT
              dtype: string
            - name: CHECKS
              list: string
            - name: IS_PRIMARY
              dtype: bool
            - name: IS_INDEX
              dtype: bool
            - name: VALUES
              list: string
        - name: PRIMARY_KEYS
          list: string
        - name: FOREIGN_KEYS
          list:
            - name: COLUMNS
              list: string
            - name: FOREIGN_TABLE
              dtype: string
            - name: REFERRED_COLUMNS
              list: string
            - name: ON_DELETE
              dtype: string
            - name: ON_UPDATE
              dtype: string
        - name: CHECKS
          list: string
        - name: INDEXES
          list: string
  splits:
    - name: train
      num_bytes: 3190508
      num_examples: 336
  download_size: 2749589
  dataset_size: 3190508
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*