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 1 new columns ({'ProdTaken'}) and 35 missing columns ({'ProductPitched_King', 'TypeofContact_Self Enquiry', 'Gender_Male', 'PreferredPropertyStar', 'NumberOfTrips', 'Designation_Manager', 'TypeofContact_Company Invited', 'Occupation_Small Business', 'MaritalStatus_Single', 'NumberOfPersonVisiting', 'Age', 'Passport_1', 'ProductPitched_Deluxe', 'Designation_Executive', 'ProductPitched_Super Deluxe', 'Occupation_Large Business', 'CityTier', 'Passport_0', 'OwnCar_0', 'MaritalStatus_Divorced', 'Occupation_Salaried', 'NumberOfChildrenVisiting', 'MaritalStatus_Married', 'Designation_VP', 'ProductPitched_Standard', 'NumberOfFollowups', 'MonthlyIncome', 'DurationOfPitch', 'Occupation_Free Lancer', 'OwnCar_1', 'Designation_AVP', 'Designation_Senior Manager', 'ProductPitched_Basic', 'Gender_Female', 'PitchSatisfactionScore'}).
This happened while the csv dataset builder was generating data using
hf://datasets/Quantum9999/Tourism-Package-Prediction/y_train.csv (at revision ea08b0019da9f04c339cdea8e50064056bc295a4)
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 1831, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 714, 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
ProdTaken: int64
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 377
to
{'Age': Value('float64'), 'CityTier': Value('float64'), 'NumberOfPersonVisiting': Value('float64'), 'PreferredPropertyStar': Value('float64'), 'NumberOfTrips': Value('float64'), 'NumberOfChildrenVisiting': Value('float64'), 'MonthlyIncome': Value('float64'), 'PitchSatisfactionScore': Value('float64'), 'NumberOfFollowups': Value('float64'), 'DurationOfPitch': Value('float64'), 'TypeofContact_Company Invited': Value('float64'), 'TypeofContact_Self Enquiry': Value('float64'), 'Occupation_Free Lancer': Value('float64'), 'Occupation_Large Business': Value('float64'), 'Occupation_Salaried': Value('float64'), 'Occupation_Small Business': Value('float64'), 'Gender_Female': Value('float64'), 'Gender_Male': Value('float64'), 'MaritalStatus_Divorced': Value('float64'), 'MaritalStatus_Married': Value('float64'), 'MaritalStatus_Single': Value('float64'), 'Passport_0': Value('float64'), 'Passport_1': Value('float64'), 'OwnCar_0': Value('float64'), 'OwnCar_1': Value('float64'), 'Designation_AVP': Value('float64'), 'Designation_Executive': Value('float64'), 'Designation_Manager': Value('float64'), 'Designation_Senior Manager': Value('float64'), 'Designation_VP': Value('float64'), 'ProductPitched_Basic': Value('float64'), 'ProductPitched_Deluxe': Value('float64'), 'ProductPitched_King': Value('float64'), 'ProductPitched_Standard': Value('float64'), 'ProductPitched_Super Deluxe': Value('float64')}
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 1339, 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 972, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 894, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 970, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1702, 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 1833, 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 1 new columns ({'ProdTaken'}) and 35 missing columns ({'ProductPitched_King', 'TypeofContact_Self Enquiry', 'Gender_Male', 'PreferredPropertyStar', 'NumberOfTrips', 'Designation_Manager', 'TypeofContact_Company Invited', 'Occupation_Small Business', 'MaritalStatus_Single', 'NumberOfPersonVisiting', 'Age', 'Passport_1', 'ProductPitched_Deluxe', 'Designation_Executive', 'ProductPitched_Super Deluxe', 'Occupation_Large Business', 'CityTier', 'Passport_0', 'OwnCar_0', 'MaritalStatus_Divorced', 'Occupation_Salaried', 'NumberOfChildrenVisiting', 'MaritalStatus_Married', 'Designation_VP', 'ProductPitched_Standard', 'NumberOfFollowups', 'MonthlyIncome', 'DurationOfPitch', 'Occupation_Free Lancer', 'OwnCar_1', 'Designation_AVP', 'Designation_Senior Manager', 'ProductPitched_Basic', 'Gender_Female', 'PitchSatisfactionScore'}).
This happened while the csv dataset builder was generating data using
hf://datasets/Quantum9999/Tourism-Package-Prediction/y_train.csv (at revision ea08b0019da9f04c339cdea8e50064056bc295a4)
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.
Age float64 | CityTier float64 | NumberOfPersonVisiting float64 | PreferredPropertyStar float64 | NumberOfTrips float64 | NumberOfChildrenVisiting float64 | MonthlyIncome float64 | PitchSatisfactionScore float64 | NumberOfFollowups float64 | DurationOfPitch float64 | TypeofContact_Company Invited float64 | TypeofContact_Self Enquiry float64 | Occupation_Free Lancer float64 | Occupation_Large Business float64 | Occupation_Salaried float64 | Occupation_Small Business float64 | Gender_Female float64 | Gender_Male float64 | MaritalStatus_Divorced float64 | MaritalStatus_Married float64 | MaritalStatus_Single float64 | Passport_0 float64 | Passport_1 float64 | OwnCar_0 float64 | OwnCar_1 float64 | Designation_AVP float64 | Designation_Executive float64 | Designation_Manager float64 | Designation_Senior Manager float64 | Designation_VP float64 | ProductPitched_Basic float64 | ProductPitched_Deluxe float64 | ProductPitched_King float64 | ProductPitched_Standard float64 | ProductPitched_Super Deluxe float64 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1.936921 | -0.720538 | 1.461785 | 1.788212 | 2.534756 | -0.262256 | -0.013418 | -1.512074 | 0.256768 | 0.168535 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
0.192749 | -0.720538 | 0.070443 | -0.727718 | 1.995985 | 0.910652 | -0.123492 | 0.689116 | 0.256768 | -0.784172 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.519782 | 0.365795 | 0.070443 | 1.788212 | -1.236642 | 0.910652 | -0.423088 | -0.778344 | -2.723372 | -0.90326 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.025272 | -0.720538 | 0.070443 | 1.788212 | -0.69787 | -0.262256 | 16.755079 | -0.778344 | 1.250147 | -0.426906 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-1.551422 | -0.720538 | 0.070443 | -0.727718 | 2.534756 | -0.262256 | 0.060926 | -0.778344 | 1.250147 | -1.022348 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.461315 | -0.720538 | 1.461785 | -0.727718 | -0.159099 | -0.262256 | 0.179433 | 0.689116 | 0.256768 | 1.835773 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
0.083739 | -0.720538 | -1.320898 | -0.727718 | 0.379672 | -0.262256 | -0.525395 | 1.422846 | 1.250147 | 1.002154 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
2.481975 | -0.720538 | 1.461785 | -0.727718 | 0.918443 | 2.083561 | 2.047358 | 1.422846 | 1.250147 | -0.784172 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
1.718899 | 1.452128 | -1.320898 | 0.530247 | -0.159099 | -1.435165 | -0.145019 | -1.512074 | 0.256768 | -0.90326 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
-0.025272 | -0.720538 | 1.461785 | -0.727718 | 2.534756 | -0.262256 | 0.187866 | -0.044614 | 0.256768 | 2.07395 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
2.481975 | 1.452128 | 0.070443 | 1.788212 | 0.918443 | -1.435165 | 0.463272 | -1.512074 | 0.256768 | 2.193038 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
0.628792 | -0.720538 | 0.070443 | -0.727718 | 1.457214 | 0.910652 | -0.050701 | -0.044614 | 2.243527 | 2.431215 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.243294 | -0.720538 | -1.320898 | 0.530247 | -1.236642 | -0.262256 | -1.276604 | 0.689116 | -2.723372 | 0.763977 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.628792 | -0.720538 | 1.461785 | -0.727718 | 0.379672 | -0.262256 | 0.162123 | 1.422846 | -1.729992 | -0.665083 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
1.609889 | -0.720538 | -1.320898 | -0.727718 | -0.159099 | -1.435165 | 1.124824 | 0.689116 | -2.723372 | 2.193038 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
2.372964 | -0.720538 | 0.070443 | -0.727718 | -0.69787 | -0.262256 | -0.47058 | -0.778344 | 1.250147 | -0.784172 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.134283 | -0.720538 | 0.070443 | -0.727718 | 1.995985 | -1.435165 | -0.652778 | -0.044614 | -0.736612 | 2.07395 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.897358 | -0.720538 | 0.070443 | -0.727718 | -0.159099 | -0.262256 | -0.522953 | -0.044614 | 0.256768 | 0.883066 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.025272 | -0.720538 | 0.070443 | 0.530247 | 0.379672 | 0.910652 | 0.964596 | 0.689116 | 1.250147 | 0.049447 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
0.083739 | -0.720538 | -1.320898 | -0.727718 | -1.236642 | -0.262256 | -0.360728 | -0.778344 | -0.736612 | -0.90326 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.679336 | 1.452128 | -1.320898 | -0.727718 | -0.69787 | -0.262256 | -1.513396 | -0.044614 | 1.250147 | -1.141437 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.955824 | 1.452128 | 1.461785 | 1.788212 | 1.457214 | -0.262256 | 1.389356 | -0.778344 | 0.256768 | 0.049447 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
0.410771 | 1.452128 | 0.070443 | 0.530247 | -0.159099 | -0.262256 | 0.035627 | 1.422846 | 0.256768 | -0.18873 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.243294 | -0.720538 | 0.070443 | 0.530247 | -0.69787 | -0.262256 | -0.624816 | -0.044614 | -0.736612 | -0.307818 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.897358 | 1.452128 | 0.070443 | -0.727718 | -0.69787 | -1.435165 | -1.228668 | 0.689116 | -0.736612 | 0.049447 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
1.500878 | 1.452128 | 0.070443 | -0.727718 | -1.236642 | 0.910652 | -0.607506 | 1.422846 | -0.736612 | 1.359419 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
0.192749 | -0.720538 | -1.320898 | -0.727718 | -1.236642 | -1.435165 | 0.318356 | -0.044614 | -1.729992 | -1.141437 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
-0.025272 | 1.452128 | 0.070443 | -0.727718 | 0.918443 | 0.910652 | -0.409329 | 1.422846 | 0.256768 | 0.763977 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.461315 | 1.452128 | -1.320898 | -0.727718 | -0.69787 | -0.262256 | 2.056235 | -0.044614 | -0.736612 | 0.883066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
1.500878 | 1.452128 | 1.461785 | -0.727718 | 1.457214 | 2.083561 | 1.04471 | 1.422846 | 0.256768 | 0.406712 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
0.519782 | -0.720538 | 0.070443 | 0.530247 | 0.918443 | -0.262256 | 0.525854 | 1.422846 | -1.729992 | -0.426906 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.461315 | 1.452128 | 1.461785 | 0.530247 | -0.159099 | -0.262256 | 0.161457 | -0.778344 | 1.250147 | -0.069641 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.788347 | -0.720538 | 1.461785 | 0.530247 | -0.69787 | -0.262256 | -0.268408 | 1.422846 | 0.256768 | 0.168535 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.410771 | 1.452128 | 0.070443 | -0.727718 | 0.379672 | -0.262256 | 0.656123 | -0.044614 | 2.243527 | -1.022348 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
0.083739 | -0.720538 | 0.070443 | -0.727718 | -0.69787 | -0.262256 | -0.222026 | 1.422846 | -1.729992 | -0.426906 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-1.006369 | 1.452128 | 0.070443 | -0.727718 | 0.918443 | 0.910652 | 0.126615 | 0.689116 | 2.243527 | -0.784172 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-1.115379 | -0.720538 | 1.461785 | -0.727718 | -0.159099 | 2.083561 | -0.487224 | -0.044614 | 2.243527 | 1.002154 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-1.115379 | -0.720538 | -1.320898 | 0.530247 | -0.69787 | -0.262256 | -1.265064 | -0.044614 | -0.736612 | -0.545995 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-1.442412 | -0.720538 | 0.070443 | 1.788212 | 0.379672 | 0.910652 | -0.373155 | 0.689116 | -1.729992 | -0.545995 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.352304 | -0.720538 | 0.070443 | -0.727718 | -0.69787 | 0.910652 | -1.24842 | 1.422846 | 0.256768 | 0.763977 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.025272 | 1.452128 | 0.070443 | 1.788212 | -0.69787 | -0.262256 | 0.575565 | 1.422846 | 1.250147 | 0.168535 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
-0.352304 | -0.720538 | 0.070443 | 1.788212 | -1.236642 | -1.435165 | -0.629255 | -1.512074 | 0.256768 | -1.022348 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.788347 | 1.452128 | -1.320898 | 1.788212 | 1.457214 | -0.262256 | -0.328993 | -0.778344 | 0.256768 | 1.954861 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-1.115379 | -0.720538 | -1.320898 | 0.530247 | -1.236642 | -1.435165 | -1.136348 | 0.689116 | -0.736612 | 0.883066 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.134283 | -0.720538 | 0.070443 | 0.530247 | 0.379672 | -0.262256 | 1.28128 | 0.689116 | 1.250147 | -0.784172 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
0.30176 | -0.720538 | 0.070443 | -0.727718 | -0.69787 | -0.262256 | -1.078427 | -0.044614 | -0.736612 | 1.716684 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
0.083739 | -0.720538 | 0.070443 | -0.727718 | 1.457214 | 0.910652 | 0.663668 | 1.422846 | 0.256768 | -1.022348 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
-0.461315 | 1.452128 | 0.070443 | 0.530247 | -0.69787 | -0.262256 | 1.199834 | -1.512074 | 1.250147 | -0.784172 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.788347 | -0.720538 | -1.320898 | -0.727718 | -0.69787 | -0.262256 | -0.114837 | -1.512074 | 1.250147 | 0.049447 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
1.609889 | -0.720538 | 0.070443 | -0.727718 | -0.159099 | 0.910652 | 1.979672 | -1.512074 | -0.736612 | -1.141437 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
-0.461315 | 1.452128 | 0.070443 | 0.530247 | 2.534756 | 0.910652 | 0.495895 | -0.044614 | 2.243527 | -1.022348 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-1.878454 | -0.720538 | 1.461785 | 0.530247 | -0.159099 | 2.083561 | -0.586201 | 1.422846 | 1.250147 | 0.168535 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.083739 | -0.720538 | -1.320898 | -0.727718 | -1.236642 | -1.435165 | 0.299049 | -0.044614 | 0.256768 | 1.597596 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
-0.679336 | -0.720538 | -1.320898 | -0.727718 | 0.379672 | -1.435165 | -1.292138 | -0.044614 | -0.736612 | 0.168535 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
1.609889 | -0.720538 | 0.070443 | -0.727718 | -0.69787 | 0.910652 | -0.452604 | -0.778344 | 0.256768 | -0.545995 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.192749 | -0.720538 | 0.070443 | -0.727718 | 0.918443 | -0.262256 | -0.040715 | 1.422846 | 0.256768 | -0.665083 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
0.30176 | 1.452128 | 0.070443 | -0.727718 | 1.457214 | 0.910652 | 0.311033 | 1.422846 | 1.250147 | -0.545995 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-1.22439 | -0.720538 | 1.461785 | -0.727718 | 0.918443 | 2.083561 | -0.184521 | 1.422846 | 0.256768 | 1.240331 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
1.064835 | 1.452128 | -1.320898 | -0.727718 | -1.236642 | -0.262256 | 1.055806 | 1.422846 | 1.250147 | -0.069641 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
-1.006369 | 1.452128 | 0.070443 | 0.530247 | -0.69787 | 0.910652 | -1.581526 | 1.422846 | -0.736612 | 0.049447 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-1.987465 | -0.720538 | 1.461785 | -0.727718 | -0.159099 | -0.262256 | -0.576215 | 1.422846 | 0.256768 | -0.069641 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
1.609889 | 1.452128 | -1.320898 | 1.788212 | -0.69787 | -1.435165 | 1.925744 | 1.422846 | 0.256768 | -0.784172 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
-1.878454 | 1.452128 | 1.461785 | 1.788212 | -0.69787 | 0.910652 | -0.482785 | -0.044614 | 2.243527 | -1.022348 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.628792 | 1.452128 | 0.070443 | 0.530247 | -0.69787 | 0.910652 | 0.515868 | -0.044614 | 0.256768 | -0.069641 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.788347 | -0.720538 | 1.461785 | -0.727718 | -0.159099 | 2.083561 | -0.164326 | -1.512074 | 0.256768 | -0.90326 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
1.500878 | 1.452128 | 1.461785 | -0.727718 | -0.69787 | 0.910652 | 0.494341 | -0.044614 | 0.256768 | -1.022348 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
0.410771 | -0.720538 | 1.461785 | -0.727718 | -0.69787 | 0.910652 | 0.08334 | 1.422846 | 1.250147 | 0.049447 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.461315 | 1.452128 | 0.070443 | -0.727718 | -0.159099 | 0.910652 | 0.998106 | 0.689116 | 0.256768 | -0.069641 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
-1.660433 | 1.452128 | 0.070443 | -0.727718 | -0.159099 | -0.262256 | -0.419537 | 0.689116 | 0.256768 | 0.049447 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.30176 | -0.720538 | -1.320898 | -0.727718 | 0.379672 | -0.262256 | -1.323873 | -0.044614 | -2.723372 | 0.049447 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
1.718899 | 1.452128 | -1.320898 | 1.788212 | -1.236642 | -0.262256 | 0.044947 | -1.512074 | -0.736612 | -1.141437 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.897358 | -0.720538 | 0.070443 | 1.788212 | -0.69787 | -0.262256 | -0.430412 | 0.689116 | 1.250147 | -0.784172 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.737803 | -0.720538 | 1.461785 | -0.727718 | 0.918443 | 2.083561 | 0.261544 | -0.044614 | 0.256768 | 0.049447 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-1.551422 | -0.720538 | 1.461785 | -0.727718 | -0.69787 | -0.262256 | -0.383364 | -0.778344 | 0.256768 | -0.307818 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.628792 | -0.720538 | 0.070443 | -0.727718 | 1.457214 | -0.262256 | -0.050701 | -0.044614 | 2.243527 | 2.431215 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.461315 | 1.452128 | -1.320898 | -0.727718 | -0.69787 | -1.435165 | 2.056235 | -0.044614 | -0.736612 | 0.883066 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
-0.025272 | 1.452128 | 0.070443 | -0.727718 | 1.457214 | 0.910652 | 0.477697 | -1.512074 | 0.256768 | -1.022348 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.025272 | -0.720538 | -1.320898 | -0.727718 | -0.69787 | -0.262256 | 1.23512 | -1.512074 | -2.723372 | 0.049447 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
0.30176 | 1.452128 | 0.070443 | -0.727718 | 1.457214 | 0.910652 | 0.163676 | 0.689116 | 0.256768 | -0.665083 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.134283 | -0.720538 | 0.070443 | -0.727718 | 0.918443 | 0.910652 | -0.442617 | -0.044614 | -1.729992 | -1.022348 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
1.391867 | -0.720538 | 1.461785 | 1.788212 | 1.457214 | 0.910652 | -0.424642 | -1.512074 | 0.256768 | 0.883066 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-1.769444 | 1.452128 | 0.070443 | 0.530247 | -0.69787 | 0.910652 | -1.332528 | 1.422846 | 0.256768 | -1.141437 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-1.006369 | 1.452128 | 1.461785 | 0.530247 | 0.379672 | 0.910652 | -0.440176 | 1.422846 | 2.243527 | -0.784172 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
1.609889 | -0.720538 | 0.070443 | 0.530247 | 1.995985 | 0.910652 | 1.773061 | -0.044614 | 1.250147 | -0.069641 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
0.30176 | -0.720538 | 0.070443 | -0.727718 | -0.69787 | 0.910652 | 0.203178 | 0.689116 | 0.256768 | -0.18873 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.897358 | -0.720538 | -1.320898 | -0.727718 | -0.69787 | -0.262256 | -1.120148 | -0.044614 | -0.736612 | -0.426906 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.243294 | -0.720538 | 0.070443 | 1.788212 | -0.159099 | -0.262256 | 0.378498 | 1.422846 | 0.256768 | 0.168535 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
0.083739 | 1.452128 | 1.461785 | -0.727718 | 1.457214 | -0.262256 | 0.444187 | -0.044614 | 0.256768 | -0.307818 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
1.500878 | -0.720538 | -2.712239 | 1.788212 | 0.379672 | -1.435165 | -0.154118 | -0.778344 | 0.256768 | -1.141437 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
-1.660433 | 1.452128 | 0.070443 | -0.727718 | -0.159099 | -0.262256 | -0.419537 | 0.689116 | 0.256768 | 0.049447 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.134283 | 0.365795 | -1.320898 | 0.530247 | 0.918443 | -0.262256 | -1.339408 | -0.044614 | -0.736612 | 0.406712 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.679336 | -0.720538 | 0.070443 | 1.788212 | -0.69787 | -0.262256 | -0.298589 | -1.512074 | -0.736612 | 0.168535 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-1.006369 | 1.452128 | 0.070443 | -0.727718 | -0.159099 | 0.910652 | -0.087763 | -1.512074 | 0.256768 | 0.049447 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
1.391867 | -0.720538 | 0.070443 | -0.727718 | -0.69787 | -0.262256 | 2.100176 | -0.044614 | 1.250147 | -1.022348 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
-1.006369 | -0.720538 | 0.070443 | -0.727718 | -0.159099 | 0.910652 | -0.435294 | -1.512074 | 1.250147 | -0.307818 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.30176 | -0.720538 | 0.070443 | 1.788212 | -0.159099 | -1.435165 | -0.368939 | -1.512074 | -0.736612 | -0.18873 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
-0.897358 | -0.720538 | -1.320898 | -0.727718 | -0.69787 | -1.435165 | -1.295689 | -0.044614 | -0.736612 | 0.644889 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
0.30176 | -0.720538 | 1.461785 | -0.727718 | -0.69787 | -0.262256 | 1.989214 | -0.044614 | 0.256768 | 0.168535 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 |
-0.897358 | -0.720538 | 0.070443 | -0.727718 | -0.69787 | -0.262256 | -0.520734 | 0.689116 | 0.256768 | -1.022348 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
-0.679336 | -0.720538 | 1.461785 | 0.530247 | -0.69787 | 2.083561 | -0.204494 | 0.689116 | 0.256768 | -0.90326 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 |
End of preview.
No dataset card yet
- Downloads last month
- 5