sql-problems / README.md
shilpashree28's picture
Upload dataset
8ca2acc verified
|
Raw
History Blame Contribute Delete
1.02 kB
metadata
dataset_info:
  features:
    - name: language
      dtype: string
    - name: learning_path
      dtype: string
    - name: problem_id
      dtype: string
    - name: problem_title
      dtype: string
    - name: problem_statement
      dtype: string
    - name: input_format
      dtype: string
    - name: output_format
      dtype: string
    - name: example_test_cases
      list:
        - name: input
          dtype: string
        - name: output
          dtype: string
    - name: solution_code
      dtype: string
    - name: hints
      list: string
    - name: common_errors
      list:
        - name: error_type
          dtype: string
        - name: explanation
          dtype: string
        - name: student_code
          dtype: string
    - name: personalized_suggestions
      list: string
    - name: difficulty
      dtype: string
    - name: estimated_time
      dtype: string
  splits:
    - name: train
      num_bytes: 203692
      num_examples: 300
  download_size: 19751
  dataset_size: 203692
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*