Dataset Preview
Duplicate
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 11 new columns ({'Admin 1 PCode', 'Survey', 'Start Date', 'MPI', 'Admin 1 Name', 'In Severe Poverty', 'Intensity of Deprivation', 'Country ISO3', 'Vulnerable to Poverty', 'Headcount Ratio', 'End Date'}) and 8 missing columns ({'index_name', 'year', 'value', 'country_code', 'country_name', 'indicator_id', 'index_id', 'indicator_name'}).

This happened while the csv dataset builder was generating data using

hf://datasets/mabera/nigeria-poverty-dataset/nga_mpi.csv (at revision c73b2d39f7c4500753aba3b384ca9247f2881b3c), ['hf://datasets/mabera/nigeria-poverty-dataset@c73b2d39f7c4500753aba3b384ca9247f2881b3c/hdro_indicators_aggregates_nga.csv', 'hf://datasets/mabera/nigeria-poverty-dataset@c73b2d39f7c4500753aba3b384ca9247f2881b3c/hdro_indicators_nga.csv', 'hf://datasets/mabera/nigeria-poverty-dataset@c73b2d39f7c4500753aba3b384ca9247f2881b3c/nga_mpi.csv', 'hf://datasets/mabera/nigeria-poverty-dataset@c73b2d39f7c4500753aba3b384ca9247f2881b3c/nga_mpi_trends.csv', 'hf://datasets/mabera/nigeria-poverty-dataset@c73b2d39f7c4500753aba3b384ca9247f2881b3c/poverty_nga.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 1837, 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 2369, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              Country ISO3: string
              Admin 1 PCode: string
              Admin 1 Name: string
              MPI: double
              Headcount Ratio: double
              Intensity of Deprivation: double
              Vulnerable to Poverty: double
              In Severe Poverty: double
              Survey: string
              Start Date: string
              End Date: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1647
              to
              {'country_code': Value('string'), 'country_name': Value('string'), 'indicator_id': Value('string'), 'indicator_name': Value('string'), 'index_id': Value('string'), 'index_name': Value('string'), 'value': Value('float64'), 'year': Value('int64')}
              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 1361, in compute_config_parquet_and_info_response
                  parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
                                                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 940, in stream_convert_to_parquet
                  builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1683, 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 1839, 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 11 new columns ({'Admin 1 PCode', 'Survey', 'Start Date', 'MPI', 'Admin 1 Name', 'In Severe Poverty', 'Intensity of Deprivation', 'Country ISO3', 'Vulnerable to Poverty', 'Headcount Ratio', 'End Date'}) and 8 missing columns ({'index_name', 'year', 'value', 'country_code', 'country_name', 'indicator_id', 'index_id', 'indicator_name'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/mabera/nigeria-poverty-dataset/nga_mpi.csv (at revision c73b2d39f7c4500753aba3b384ca9247f2881b3c), ['hf://datasets/mabera/nigeria-poverty-dataset@c73b2d39f7c4500753aba3b384ca9247f2881b3c/hdro_indicators_aggregates_nga.csv', 'hf://datasets/mabera/nigeria-poverty-dataset@c73b2d39f7c4500753aba3b384ca9247f2881b3c/hdro_indicators_nga.csv', 'hf://datasets/mabera/nigeria-poverty-dataset@c73b2d39f7c4500753aba3b384ca9247f2881b3c/nga_mpi.csv', 'hf://datasets/mabera/nigeria-poverty-dataset@c73b2d39f7c4500753aba3b384ca9247f2881b3c/nga_mpi_trends.csv', 'hf://datasets/mabera/nigeria-poverty-dataset@c73b2d39f7c4500753aba3b384ca9247f2881b3c/poverty_nga.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.

country_code
string
country_name
string
indicator_id
string
indicator_name
string
index_id
string
index_name
string
value
float64
year
int64
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.775
1,990
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.779
1,991
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.78
1,992
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.786
1,993
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.789
1,994
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.79
1,995
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.792
1,996
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.792
1,997
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.79
1,998
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.791
1,999
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.792
2,000
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.793
2,001
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.795
2,002
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.798
2,003
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.804
2,004
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.814
2,005
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.821
2,006
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.827
2,007
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.832
2,008
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.838
2,009
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.847
2,010
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.859
2,011
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.848
2,012
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.846
2,013
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.856
2,014
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.857
2,015
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.859
2,016
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.867
2,017
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.86
2,018
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.835
2,019
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.867
2,020
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.88
2,021
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.887
2,022
NGA
Nigeria
gdi
Gender Development Index (value)
GDI
Gender Development Index
0.892
2,023
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.703
2,003
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.699
2,004
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.686
2,005
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.684
2,006
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.672
2,007
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.672
2,008
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.672
2,009
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.67
2,010
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.675
2,011
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.676
2,012
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.677
2,013
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.677
2,014
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.681
2,015
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.679
2,016
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.675
2,017
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.672
2,018
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.69
2,019
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.679
2,020
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.673
2,021
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.671
2,022
NGA
Nigeria
gii
Gender Inequality Index (value)
GII
Gender Inequality Index
0.677
2,023
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.379
1,990
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.383
1,991
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.388
1,992
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.393
1,993
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.397
1,994
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.402
1,995
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.408
1,996
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.413
1,997
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.419
1,998
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.425
1,999
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.435
2,000
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.438
2,001
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.451
2,002
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.464
2,003
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.477
2,004
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.484
2,005
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.489
2,006
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.492
2,007
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.497
2,008
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.499
2,009
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.502
2,010
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.508
2,011
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.512
2,012
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.517
2,013
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.524
2,014
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.53
2,015
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.532
2,016
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.534
2,017
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.537
2,018
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.544
2,019
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.547
2,020
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.554
2,021
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.557
2,022
NGA
Nigeria
hdi
Human Development Index (value)
HDI
Human Development Index
0.56
2,023
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.32
2,011
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.323
2,012
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.33
2,013
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.336
2,014
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.34
2,015
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.352
2,016
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.354
2,017
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.352
2,018
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.359
2,019
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.362
2,020
NGA
Nigeria
ihdi
Inequality-adjusted Human Development Index (value)
IHDI
Inequality-adjusted Human Development Index
0.373
2,021
End of preview.
README.md exists but content is empty.
Downloads last month
24