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 3 new columns ({'name', 'module', 'kind'}) and 4 missing columns ({'is_explicit', 'target', 'source', 'is_simplifier'}).
This happened while the csv dataset builder was generating data using
hf://datasets/MathNetwork/MathlibGraph/mathlib_nodes.csv (at revision ea419982710d5223ad8c6217e4469e886b902247), [/tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/edges.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/edges.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/mathlib_edges.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/mathlib_edges.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/mathlib_nodes.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/mathlib_nodes.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/nodes.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/nodes.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/declaration/metrics.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/declaration/metrics.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/declaration/nodes.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/declaration/nodes.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/module/edges.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/module/edges.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/module/metrics.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/module/metrics.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/module/nodes.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/module/nodes.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/edges.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/edges.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/metrics.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/metrics.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/nodes.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/nodes.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 1890, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 760, in write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
name: string
kind: string
module: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 591
to
{'source': Value('string'), 'target': Value('string'), 'is_explicit': Value('bool'), 'is_simplifier': Value('bool')}
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 1347, 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 884, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1739, 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 1892, 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 3 new columns ({'name', 'module', 'kind'}) and 4 missing columns ({'is_explicit', 'target', 'source', 'is_simplifier'}).
This happened while the csv dataset builder was generating data using
hf://datasets/MathNetwork/MathlibGraph/mathlib_nodes.csv (at revision ea419982710d5223ad8c6217e4469e886b902247), [/tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/edges.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/edges.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/mathlib_edges.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/mathlib_edges.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/mathlib_nodes.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/mathlib_nodes.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/nodes.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/nodes.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/declaration/metrics.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/declaration/metrics.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/declaration/nodes.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/declaration/nodes.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/module/edges.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/module/edges.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/module/metrics.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/module/metrics.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/module/nodes.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/module/nodes.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/edges.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/edges.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/metrics.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/metrics.csv), /tmp/hf-datasets-cache/medium/datasets/14220812636551-config-parquet-and-info-MathNetwork-MathlibGraph-252291db/hub/datasets--MathNetwork--MathlibGraph/snapshots/ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/nodes.csv (origin=hf://datasets/MathNetwork/MathlibGraph@ea419982710d5223ad8c6217e4469e886b902247/v2/namespace/nodes.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.
source string | target string | is_explicit bool | is_simplifier bool |
|---|---|---|---|
Commute.exp_right | Eq.mpr | true | false |
Commute.exp_right | Algebra.to_smulCommClass | false | false |
Commute.exp_right | instHSMul | false | false |
Commute.exp_right | IsScalarTower.right | false | false |
Commute.exp_right | DivisionCommMonoid.toDivisionMonoid | false | false |
Commute.exp_right | Commute.pow_right | true | false |
Commute.exp_right | DivInvOneMonoid.toInvOneClass | false | false |
Commute.exp_right | Ring.toNonAssocRing | false | false |
Commute.exp_right | IsTopologicalRing.toIsTopologicalSemiring | false | false |
Commute.exp_right | Monoid.toMulOneClass | false | false |
Commute.exp_right | congrArg | true | false |
Commute.exp_right | NormedSpace.exp_eq_tsum | true | false |
Commute.exp_right | NormedSpace.exp | false | false |
Commute.exp_right | Rat | true | false |
Commute.exp_right | AddGroupWithOne.toAddMonoidWithOne | false | false |
Commute.exp_right | Algebra | true | false |
Commute.exp_right | Classical.propDecidable | false | false |
Commute.exp_right | Commute | true | false |
Commute.exp_right | Rat.commSemiring | false | false |
Commute.exp_right | Algebra.toSMul | false | false |
Commute.exp_right | DivisionMonoid.toDivInvOneMonoid | false | false |
Commute.exp_right | Field.toDivisionRing | false | false |
Commute.exp_right | Monoid.toNatPow | false | false |
Commute.exp_right | Algebra.toModule | false | false |
Commute.exp_right | id | true | false |
Commute.exp_right | MulOne.toMul | false | false |
Commute.exp_right | NonUnitalNonAssocRing.toNonUnitalNonAssocSemiring | false | false |
Commute.exp_right | Nonempty.some | false | false |
Commute.exp_right | AddMonoidWithOne.toNatCast | false | false |
Commute.exp_right | Commute.tsum_right | true | false |
Commute.exp_right | DivisionRing.toRing | false | false |
Commute.exp_right | NonAssocSemiring.toMulZeroOneClass | false | false |
Commute.exp_right | dif_neg | true | false |
Commute.exp_right | Nat.cast | true | false |
Commute.exp_right | Field.toSemifield | false | false |
Commute.exp_right | NonAssocRing.toNonUnitalNonAssocRing | false | false |
Commute.exp_right | SummationFilter.instNeBotUnconditional | false | false |
Commute.exp_right | dite | true | false |
Commute.exp_right | MulZeroOneClass.toMulOneClass | false | false |
Commute.exp_right | IsTopologicalRing | false | false |
Commute.exp_right | NonUnitalNonAssocSemiring.toAddCommMonoid | false | false |
Commute.exp_right | AddMonoidWithOne.toOne | false | false |
Commute.exp_right | TopologicalSpace | false | false |
Commute.exp_right | MulOneClass.toMulOne | false | false |
Commute.exp_right | Commute.smul_right | true | false |
Commute.exp_right | NormedSpace.exp_def | true | false |
Commute.exp_right | Inv.inv | true | false |
Commute.exp_right | Semifield.toDivisionSemiring | false | false |
Commute.exp_right | Rat.instField | false | false |
Commute.exp_right | Rat.instCharZero | false | false |
Commute.exp_right | HPow.hPow | false | false |
Commute.exp_right | Distrib.toMul | false | false |
Commute.exp_right | Nat.factorial | true | false |
Commute.exp_right | tsum | false | false |
Commute.exp_right | NormedSpace.definition._proof_1._@.Mathlib.Analysis.Normed.Algebra.Exponential.267156490._hygCtx._hyg.8 | false | false |
Commute.exp_right | Nat | false | false |
Commute.exp_right | T2Space | false | false |
Commute.exp_right | Nonempty.casesOn | true | false |
Commute.exp_right | Semifield.toCommGroupWithZero | false | false |
Commute.exp_right | NormedSpace.definition._proof_2._@.Mathlib.Analysis.Normed.Algebra.Exponential.267156490._hygCtx._hyg.8 | false | false |
Commute.exp_right | DivisionSemiring.toSemiring | false | false |
Commute.exp_right | One.toOfNat1 | false | false |
Commute.exp_right | NonUnitalNonAssocSemiring.toDistrib | false | false |
Commute.exp_right | Nonempty | true | false |
Commute.exp_right | CommGroupWithZero.toDivisionCommMonoid | false | false |
Commute.exp_right | HSMul.hSMul | false | false |
Commute.exp_right | InvOneClass.toInv | false | false |
Commute.exp_right | Semifield.toCommSemiring | false | false |
Commute.exp_right | instHPow | false | false |
Commute.exp_right | NormedSpace.expSeries | false | false |
Commute.exp_right | OfNat.ofNat | false | false |
Commute.exp_right | Semiring.toNonAssocSemiring | false | false |
Commute.exp_right | Ring.toSemiring | false | false |
Commute.exp_right | Eq | false | false |
Commute.exp_right | Commute.one_right | true | false |
Commute.exp_right | Ring | false | false |
Commute.exp_right | Ring.toAddGroupWithOne | false | false |
Commute.exp_right | Not | false | false |
Commute.exp_right | MonoidWithZero.toMonoid | false | false |
Commute.exp_right | FormalMultilinearSeries.sum | false | false |
Commute.exp_right | SummationFilter.unconditional | false | false |
Commute.exp_right | Semiring.toMonoidWithZero | false | false |
AddGroupNorm.add_apply | Real | false | false |
AddGroupNorm.add_apply | Real.instAdd | false | false |
AddGroupNorm.add_apply | instHAdd | false | false |
AddGroupNorm.add_apply | AddGroup | false | false |
AddGroupNorm.add_apply | HAdd.hAdd | false | false |
AddGroupNorm.add_apply | AddGroupNorm.funLike | false | false |
AddGroupNorm.add_apply | AddGroupNorm.instAdd | false | false |
AddGroupNorm.add_apply | Eq | false | false |
AddGroupNorm.add_apply | DFunLike.coe | false | false |
AddGroupNorm.add_apply | AddGroupNorm | false | false |
AddGroupNorm.add_apply | rfl | true | false |
HahnModule.instBaseModule | DistribMulAction.toDistribSMul | false | false |
HahnModule.instBaseModule | inferInstanceAs | true | false |
HahnModule.instBaseModule | AddMonoid.toAddZeroClass | false | false |
HahnModule.instBaseModule | HahnModule | false | false |
HahnModule.instBaseModule | AddZeroClass.toAddZero | false | false |
HahnModule.instBaseModule | PartialOrder | false | false |
HahnModule.instBaseModule | HahnSeries.instAddCommMonoid | false | false |
End of preview.