Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 27 new columns ({'eligible_nationalities', 'career_track_preference', 'requires_return_home_country', 'eligible_fields', 'requires_financial_need', 'max_family_income_category', 'funding_coverage_count', 'eligible_degree_levels', 'min_report_card_average', 'host_region', 'max_age', 'min_age', 'mission_statement', 'host_country', 'target_recipient_profile', 'selection_criteria', 'preferred_school_tier', 'funding_covers_airfare', 'funding_covers_insurance', 'funding_monthly_stipend', 'min_major_subject_average', 'name', 'eligible_high_school_tracks', 'language_requirements', 'funding_covers_tuition', 'funding_covers_living', 'funding_is_full_funding'}) and 3 missing columns ({'feedback_type', 'student_id', 'timestamp'}).
This happened while the csv dataset builder was generating data using
hf://datasets/almer1426/scholarshipid-dataset/scholarships.csv (at revision d7f5189133d7e44d69058b1cdca7e5697b8e925a), [/tmp/hf-datasets-cache/medium/datasets/45456464373195-config-parquet-and-info-almer1426-scholarshipid-d-0d271688/hub/datasets--almer1426--scholarshipid-dataset/snapshots/d7f5189133d7e44d69058b1cdca7e5697b8e925a/feedback.csv (origin=hf://datasets/almer1426/scholarshipid-dataset@d7f5189133d7e44d69058b1cdca7e5697b8e925a/feedback.csv), /tmp/hf-datasets-cache/medium/datasets/45456464373195-config-parquet-and-info-almer1426-scholarshipid-d-0d271688/hub/datasets--almer1426--scholarshipid-dataset/snapshots/d7f5189133d7e44d69058b1cdca7e5697b8e925a/scholarships.csv (origin=hf://datasets/almer1426/scholarshipid-dataset@d7f5189133d7e44d69058b1cdca7e5697b8e925a/scholarships.csv), /tmp/hf-datasets-cache/medium/datasets/45456464373195-config-parquet-and-info-almer1426-scholarshipid-d-0d271688/hub/datasets--almer1426--scholarshipid-dataset/snapshots/d7f5189133d7e44d69058b1cdca7e5697b8e925a/students.csv (origin=hf://datasets/almer1426/scholarshipid-dataset@d7f5189133d7e44d69058b1cdca7e5697b8e925a/students.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
scholarship_id: string
name: string
eligible_nationalities: string
min_age: int64
max_age: int64
eligible_degree_levels: string
eligible_high_school_tracks: string
eligible_fields: string
preferred_school_tier: string
min_report_card_average: double
min_major_subject_average: double
language_requirements: string
requires_financial_need: bool
max_family_income_category: string
host_country: string
host_region: string
selection_criteria: string
career_track_preference: string
requires_return_home_country: bool
mission_statement: string
target_recipient_profile: string
funding_covers_tuition: bool
funding_covers_living: bool
funding_covers_airfare: bool
funding_covers_insurance: bool
funding_monthly_stipend: double
funding_is_full_funding: bool
funding_coverage_count: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 4113
to
{'student_id': Value('string'), 'scholarship_id': Value('string'), 'feedback_type': Value('string'), 'timestamp': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 27 new columns ({'eligible_nationalities', 'career_track_preference', 'requires_return_home_country', 'eligible_fields', 'requires_financial_need', 'max_family_income_category', 'funding_coverage_count', 'eligible_degree_levels', 'min_report_card_average', 'host_region', 'max_age', 'min_age', 'mission_statement', 'host_country', 'target_recipient_profile', 'selection_criteria', 'preferred_school_tier', 'funding_covers_airfare', 'funding_covers_insurance', 'funding_monthly_stipend', 'min_major_subject_average', 'name', 'eligible_high_school_tracks', 'language_requirements', 'funding_covers_tuition', 'funding_covers_living', 'funding_is_full_funding'}) and 3 missing columns ({'feedback_type', 'student_id', 'timestamp'}).
This happened while the csv dataset builder was generating data using
hf://datasets/almer1426/scholarshipid-dataset/scholarships.csv (at revision d7f5189133d7e44d69058b1cdca7e5697b8e925a), [/tmp/hf-datasets-cache/medium/datasets/45456464373195-config-parquet-and-info-almer1426-scholarshipid-d-0d271688/hub/datasets--almer1426--scholarshipid-dataset/snapshots/d7f5189133d7e44d69058b1cdca7e5697b8e925a/feedback.csv (origin=hf://datasets/almer1426/scholarshipid-dataset@d7f5189133d7e44d69058b1cdca7e5697b8e925a/feedback.csv), /tmp/hf-datasets-cache/medium/datasets/45456464373195-config-parquet-and-info-almer1426-scholarshipid-d-0d271688/hub/datasets--almer1426--scholarshipid-dataset/snapshots/d7f5189133d7e44d69058b1cdca7e5697b8e925a/scholarships.csv (origin=hf://datasets/almer1426/scholarshipid-dataset@d7f5189133d7e44d69058b1cdca7e5697b8e925a/scholarships.csv), /tmp/hf-datasets-cache/medium/datasets/45456464373195-config-parquet-and-info-almer1426-scholarshipid-d-0d271688/hub/datasets--almer1426--scholarshipid-dataset/snapshots/d7f5189133d7e44d69058b1cdca7e5697b8e925a/students.csv (origin=hf://datasets/almer1426/scholarshipid-dataset@d7f5189133d7e44d69058b1cdca7e5697b8e925a/students.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
student_id string | scholarship_id string | feedback_type string | timestamp string |
|---|---|---|---|
STU_000000 | SCH_000002 | click | 2024-11-27T00:00:00Z |
STU_000000 | SCH_000008 | accepted | 2024-12-03T16:00:00Z |
STU_000000 | SCH_000032 | accepted | 2024-08-27T02:00:00Z |
STU_000000 | SCH_000003 | click | 2024-12-19T01:00:00Z |
STU_000000 | SCH_000025 | click | 2024-09-21T04:00:00Z |
STU_000001 | SCH_000009 | apply | 2024-10-23T20:00:00Z |
STU_000001 | SCH_000033 | click | 2024-01-02T10:00:00Z |
STU_000001 | SCH_000008 | click | 2024-12-22T18:00:00Z |
STU_000001 | SCH_000029 | click | 2024-12-18T21:00:00Z |
STU_000001 | SCH_000003 | apply | 2024-12-06T22:00:00Z |
STU_000002 | SCH_000030 | apply | 2024-12-26T15:00:00Z |
STU_000002 | SCH_000031 | apply | 2024-09-28T14:00:00Z |
STU_000002 | SCH_000021 | click | 2024-01-24T07:00:00Z |
STU_000002 | SCH_000040 | accepted | 2024-07-13T19:00:00Z |
STU_000002 | SCH_000027 | apply | 2024-07-04T22:00:00Z |
STU_000003 | SCH_000003 | click | 2024-11-29T13:00:00Z |
STU_000003 | SCH_000028 | click | 2024-09-19T16:00:00Z |
STU_000003 | SCH_000017 | click | 2024-07-06T21:00:00Z |
STU_000003 | SCH_000009 | click | 2024-01-23T03:00:00Z |
STU_000003 | SCH_000032 | apply | 2024-09-20T11:00:00Z |
STU_000004 | SCH_000003 | click | 2024-12-14T10:00:00Z |
STU_000004 | SCH_000032 | click | 2024-05-10T11:00:00Z |
STU_000004 | SCH_000008 | apply | 2024-08-25T17:00:00Z |
STU_000004 | SCH_000009 | apply | 2024-04-12T10:00:00Z |
STU_000004 | SCH_000024 | click | 2024-11-17T03:00:00Z |
STU_000005 | SCH_000030 | click | 2024-08-01T19:00:00Z |
STU_000005 | SCH_000037 | click | 2024-09-25T02:00:00Z |
STU_000005 | SCH_000032 | click | 2024-04-13T16:00:00Z |
STU_000005 | SCH_000007 | click | 2024-04-09T05:00:00Z |
STU_000005 | SCH_000012 | apply | 2024-10-17T22:00:00Z |
STU_000006 | SCH_000002 | apply | 2024-03-18T05:00:00Z |
STU_000006 | SCH_000032 | click | 2024-12-25T15:00:00Z |
STU_000006 | SCH_000034 | click | 2024-06-28T04:00:00Z |
STU_000006 | SCH_000008 | click | 2024-07-20T04:00:00Z |
STU_000006 | SCH_000035 | click | 2024-11-10T21:00:00Z |
STU_000007 | SCH_000009 | apply | 2024-02-11T17:00:00Z |
STU_000007 | SCH_000003 | click | 2024-10-24T02:00:00Z |
STU_000007 | SCH_000008 | click | 2024-11-04T20:00:00Z |
STU_000007 | SCH_000032 | click | 2024-08-10T13:00:00Z |
STU_000007 | SCH_000015 | click | 2024-05-11T20:00:00Z |
STU_000008 | SCH_000019 | click | 2024-04-11T16:00:00Z |
STU_000008 | SCH_000001 | click | 2024-11-06T11:00:00Z |
STU_000008 | SCH_000022 | click | 2024-12-22T20:00:00Z |
STU_000008 | SCH_000007 | click | 2024-04-11T03:00:00Z |
STU_000008 | SCH_000029 | click | 2024-04-22T13:00:00Z |
STU_000009 | SCH_000003 | accepted | 2024-05-07T14:00:00Z |
STU_000009 | SCH_000009 | click | 2024-01-27T02:00:00Z |
STU_000009 | SCH_000008 | click | 2024-07-13T15:00:00Z |
STU_000009 | SCH_000012 | click | 2024-08-29T21:00:00Z |
STU_000009 | SCH_000016 | apply | 2024-12-09T10:00:00Z |
STU_000010 | SCH_000020 | accepted | 2024-10-19T06:00:00Z |
STU_000010 | SCH_000016 | apply | 2024-08-21T05:00:00Z |
STU_000010 | SCH_000026 | apply | 2024-03-11T15:00:00Z |
STU_000010 | SCH_000003 | apply | 2024-03-14T01:00:00Z |
STU_000010 | SCH_000004 | click | 2024-03-15T05:00:00Z |
STU_000011 | SCH_000003 | click | 2024-07-10T02:00:00Z |
STU_000011 | SCH_000010 | click | 2024-08-27T12:00:00Z |
STU_000011 | SCH_000032 | apply | 2024-07-06T11:00:00Z |
STU_000011 | SCH_000028 | apply | 2024-01-22T22:00:00Z |
STU_000011 | SCH_000037 | click | 2024-06-13T18:00:00Z |
STU_000012 | SCH_000010 | apply | 2024-03-09T02:00:00Z |
STU_000012 | SCH_000017 | apply | 2024-03-14T07:00:00Z |
STU_000012 | SCH_000015 | apply | 2024-11-16T11:00:00Z |
STU_000012 | SCH_000029 | accepted | 2024-06-25T19:00:00Z |
STU_000012 | SCH_000040 | click | 2024-12-29T04:00:00Z |
STU_000013 | SCH_000033 | click | 2024-02-15T10:00:00Z |
STU_000013 | SCH_000026 | apply | 2024-01-04T17:00:00Z |
STU_000013 | SCH_000032 | apply | 2024-12-28T06:00:00Z |
STU_000013 | SCH_000008 | apply | 2024-11-18T00:00:00Z |
STU_000013 | SCH_000016 | apply | 2024-07-12T02:00:00Z |
STU_000014 | SCH_000032 | apply | 2024-09-11T21:00:00Z |
STU_000014 | SCH_000021 | apply | 2024-12-17T18:00:00Z |
STU_000014 | SCH_000017 | apply | 2024-06-14T18:00:00Z |
STU_000014 | SCH_000012 | click | 2024-05-28T20:00:00Z |
STU_000014 | SCH_000006 | apply | 2024-01-04T17:00:00Z |
STU_000015 | SCH_000016 | apply | 2024-06-29T02:00:00Z |
STU_000015 | SCH_000033 | click | 2024-06-04T11:00:00Z |
STU_000015 | SCH_000002 | click | 2024-03-24T18:00:00Z |
STU_000015 | SCH_000003 | apply | 2024-12-30T20:00:00Z |
STU_000015 | SCH_000007 | apply | 2024-06-22T09:00:00Z |
STU_000016 | SCH_000032 | apply | 2024-07-24T16:00:00Z |
STU_000016 | SCH_000003 | accepted | 2024-04-12T10:00:00Z |
STU_000016 | SCH_000016 | click | 2024-10-24T14:00:00Z |
STU_000016 | SCH_000008 | click | 2024-08-09T12:00:00Z |
STU_000016 | SCH_000018 | click | 2024-05-17T07:00:00Z |
STU_000017 | SCH_000003 | click | 2024-03-18T16:00:00Z |
STU_000017 | SCH_000026 | apply | 2024-03-02T02:00:00Z |
STU_000017 | SCH_000032 | click | 2024-10-09T19:00:00Z |
STU_000017 | SCH_000039 | click | 2024-07-31T10:00:00Z |
STU_000017 | SCH_000000 | apply | 2024-12-05T15:00:00Z |
STU_000018 | SCH_000038 | apply | 2024-05-09T04:00:00Z |
STU_000018 | SCH_000035 | apply | 2024-04-05T14:00:00Z |
STU_000018 | SCH_000002 | apply | 2024-02-26T21:00:00Z |
STU_000018 | SCH_000010 | apply | 2024-02-07T10:00:00Z |
STU_000018 | SCH_000042 | accepted | 2024-09-10T18:00:00Z |
STU_000019 | SCH_000008 | apply | 2024-06-03T11:00:00Z |
STU_000019 | SCH_000018 | click | 2024-01-10T09:00:00Z |
STU_000019 | SCH_000009 | apply | 2024-04-26T06:00:00Z |
STU_000019 | SCH_000002 | click | 2024-12-27T07:00:00Z |
STU_000019 | SCH_000006 | apply | 2024-10-12T04:00:00Z |
End of preview.
No dataset card yet
- Downloads last month
- 20