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 12 new columns ({'first_seen', 'exploitation_phase', 'cvss_score', 'vendor', 'has_public_exploit', 'published_date', 'id', 'severity', 'product', 'nb_ips', 'tags', 'events'}) and 10 missing columns ({'N Users Logged In', 'Plan Type', 'N Signals', 'Organization ID', 'Org Created At', 'N Active Engines', 'N Cti Queries', 'Industry Sector', 'N Attached Engines', 'Date'}).

This happened while the csv dataset builder was generating data using

hf://datasets/purayar06/CSdata/vulnerabilities.csv (at revision 301ee8ebfb15656360044625bec6cd9f2ca6c810), [/tmp/hf-datasets-cache/medium/datasets/57139559706760-config-parquet-and-info-purayar06-CSdata-507205ae/hub/datasets--purayar06--CSdata/snapshots/301ee8ebfb15656360044625bec6cd9f2ca6c810/console_users_acquisition.csv.gz (origin=hf://datasets/purayar06/CSdata@301ee8ebfb15656360044625bec6cd9f2ca6c810/console_users_acquisition.csv.gz), /tmp/hf-datasets-cache/medium/datasets/57139559706760-config-parquet-and-info-purayar06-CSdata-507205ae/hub/datasets--purayar06--CSdata/snapshots/301ee8ebfb15656360044625bec6cd9f2ca6c810/vulnerabilities.csv (origin=hf://datasets/purayar06/CSdata@301ee8ebfb15656360044625bec6cd9f2ca6c810/vulnerabilities.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
              id: string
              published_date: string
              first_seen: string
              cvss_score: double
              severity: string
              vendor: string
              product: string
              has_public_exploit: bool
              exploitation_phase: string
              nb_ips: int64
              tags: string
              events: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1671
              to
              {'Date': Value('string'), 'Organization ID': Value('string'), 'Plan Type': Value('string'), 'Industry Sector': Value('string'), 'Org Created At': Value('string'), 'N Signals': Value('int64'), 'N Active Engines': Value('int64'), 'N Attached Engines': Value('int64'), 'N Cti Queries': Value('int64'), 'N Users Logged In': 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 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 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 12 new columns ({'first_seen', 'exploitation_phase', 'cvss_score', 'vendor', 'has_public_exploit', 'published_date', 'id', 'severity', 'product', 'nb_ips', 'tags', 'events'}) and 10 missing columns ({'N Users Logged In', 'Plan Type', 'N Signals', 'Organization ID', 'Org Created At', 'N Active Engines', 'N Cti Queries', 'Industry Sector', 'N Attached Engines', 'Date'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/purayar06/CSdata/vulnerabilities.csv (at revision 301ee8ebfb15656360044625bec6cd9f2ca6c810), [/tmp/hf-datasets-cache/medium/datasets/57139559706760-config-parquet-and-info-purayar06-CSdata-507205ae/hub/datasets--purayar06--CSdata/snapshots/301ee8ebfb15656360044625bec6cd9f2ca6c810/console_users_acquisition.csv.gz (origin=hf://datasets/purayar06/CSdata@301ee8ebfb15656360044625bec6cd9f2ca6c810/console_users_acquisition.csv.gz), /tmp/hf-datasets-cache/medium/datasets/57139559706760-config-parquet-and-info-purayar06-CSdata-507205ae/hub/datasets--purayar06--CSdata/snapshots/301ee8ebfb15656360044625bec6cd9f2ca6c810/vulnerabilities.csv (origin=hf://datasets/purayar06/CSdata@301ee8ebfb15656360044625bec6cd9f2ca6c810/vulnerabilities.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.

Date
string
Organization ID
string
Plan Type
string
Industry Sector
string
Org Created At
string
N Signals
int64
N Active Engines
int64
N Attached Engines
int64
N Cti Queries
int64
N Users Logged In
int64
2025-02-26
817a0be5-4cff-4686-88ba-b8737d54ca49
COMMUNITY
PERSONAL_USE
2025-02-18T10:40:45.418
0
0
0
0
0
2025-02-26
7b8a147d-86ca-4af5-be93-c655e2700249
COMMUNITY
GOVERNMENTAL_ADMINISTRATION
2025-01-31T02:41:33.435
0
0
0
0
0
2025-02-26
58d126e7-3155-406c-b412-4b5f32899e6a
COMMUNITY
PERSONAL_USE
2025-02-06T07:23:48.605
0
0
1
0
0
2025-02-26
48dd7a93-5bf7-4e12-9345-33c265a6b0c9
COMMUNITY
PERSONAL_USE
2025-01-03T13:54:35.033
0
0
0
0
0
2025-02-26
585e9fc3-a059-4646-9911-7346b9408b2c
COMMUNITY
PERSONAL_USE
2025-01-08T18:50:05.412
16
1
1
0
0
2025-02-26
7cfc7e6c-547b-4ffb-8b99-194f419fd8a7
COMMUNITY
PERSONAL_USE
2025-02-24T06:44:26.169
0
0
0
0
0
2025-03-04
f9b48914-7589-4591-9c59-9106b2ab84fc
COMMUNITY
HOSTING
2025-02-22T18:20:57.093
0
0
0
0
0
2025-03-04
d09fe46f-bc61-443f-8c36-6230d924f45f
COMMUNITY
HOSTING
2025-02-27T16:42:13.087
11
2
2
0
0
2025-03-04
e5c57132-e029-41e5-99d6-6596fedcbbb2
COMMUNITY
IT_AND_SERVICES
2025-02-24T04:45:39.352
0
0
0
0
0
2025-03-04
7b697320-c6fb-417a-97df-bf7dead1b3e0
COMMUNITY
PERSONAL_USE
2025-01-17T18:18:15.52
41
1
1
0
0
2025-03-04
f73c8ace-c356-4847-b13c-8e40777dcd70
COMMUNITY
NON_PROFIT
2025-01-08T14:30:34.574
0
0
1
0
0
2025-03-04
89cb4d7a-03c6-44f7-9caf-4fdc709682f7
COMMUNITY
ECOMMERCE_OR_RETAIL
2025-02-02T10:25:23.455
1
1
1
0
0
2025-03-04
5059d2ac-8c76-4d8a-8d6b-b644c94428d2
COMMUNITY
PERSONAL_USE
2025-01-31T23:21:26.528
0
0
1
0
0
2025-03-04
53ad6af2-4b6c-4764-be61-faced570627c
COMMUNITY
HOSTING
2025-01-05T13:17:37.568
0
0
1
0
0
2025-04-04
ba226138-0a58-4f00-b2e2-1efc1d988a78
COMMUNITY
PERSONAL_USE
2025-01-22T11:58:11.833
0
0
1
0
0
2025-04-04
c2059937-5cdf-450c-9c6f-a514e5be873d
COMMUNITY
MSSP
2025-01-20T06:32:31.484
0
0
0
0
0
2025-04-04
c7436064-c667-47e4-92c6-160009c6e69b
COMMUNITY
PERSONAL_USE
2025-03-29T23:47:32.783
0
0
1
0
0
2025-04-04
f90dc219-2014-4a5f-bc7b-8b06fc84076c
COMMUNITY
PERSONAL_USE
2025-03-08T04:34:03.24
0
0
0
0
0
2025-04-04
a9ccbb8e-bd42-4174-8684-0a4212653336
COMMUNITY
PERSONAL_USE
2025-01-27T11:19:11.286
88
2
2
0
0
2025-04-04
bb54f9cd-70eb-465e-971c-43f9945c91f8
COMMUNITY
null
2025-02-14T23:47:23.057
0
0
0
0
0
2025-04-04
543af77d-99bb-4287-b8ad-873b94daf803
COMMUNITY
IT_AND_SERVICES
2025-01-24T23:59:14.818
0
0
0
0
0
2025-04-04
49c72e4e-ed6d-41b2-8fee-2c0d8be4fdb6
COMMUNITY
HOSTING
2025-03-12T22:08:16.963
0
0
1
0
0
2025-04-04
6a8fbc07-e8c2-4aa6-8bd3-d3ea40f9dfb3
COMMUNITY
PERSONAL_USE
2025-03-23T20:40:11.763
0
0
1
0
0
2025-04-04
70c936d6-6b30-4851-8d28-d01bff2cae32
SECOPS
PERSONAL_USE
2025-01-06T07:55:35.343
0
0
1
0
1
2025-04-04
7777eecf-a638-4ccd-a940-aecb6e6b530d
COMMUNITY
PERSONAL_USE
2025-01-27T11:47:10.7
19
1
1
0
0
2025-04-04
78dec297-8dfd-487d-b57e-e1a940924fde
COMMUNITY
UNSPECIFIED
2025-03-20T11:30:33.189
11
1
1
0
0
2025-04-04
68b153ec-60c5-4464-b179-a00acdc42460
COMMUNITY
PERSONAL_USE
2025-01-15T20:48:35.88
501
1
1
0
0
2025-04-04
918b1ea0-c178-4e6d-b36c-30fad50a9226
COMMUNITY
EDUCATION
2025-04-03T13:18:52.815
0
0
1
0
0
2025-04-04
45fc2171-8b92-4f83-9f7c-686cb9b45583
COMMUNITY
PERSONAL_USE
2025-03-07T06:22:07.549
0
0
0
0
0
2025-04-04
dcdf4707-6af0-4926-a346-d0c202038437
COMMUNITY
HOSTING
2025-01-23T23:39:25.26
0
0
0
0
0
2025-01-31
6576c722-9ce0-4714-bd6d-3a7501076256
COMMUNITY
UNSPECIFIED
2025-01-11T04:08:18.111
0
0
0
0
0
2025-01-31
7c440bf9-b9fa-42aa-ab5d-e14f6de548f6
COMMUNITY
GOVERNMENTAL_ADMINISTRATION
2025-01-29T16:33:49.829
0
0
0
0
0
2025-01-31
76d5d308-16a9-452b-9a63-793008df627f
COMMUNITY
HOSTING
2025-01-02T23:24:46.16
3
1
2
0
0
2025-01-31
b5093c26-8147-4c02-9b32-5d1bdce6d367
COMMUNITY
UNSPECIFIED
2025-01-31T06:06:19.513
0
0
0
0
1
2025-01-31
42211c74-cae1-41ff-9a51-84c9922223ad
COMMUNITY
UNSPECIFIED
2025-01-03T15:40:15.086
0
0
0
0
0
2025-04-16
342ed3e0-1952-4acc-a7f1-cf337a0a0f28
COMMUNITY
GOVERNMENTAL_ADMINISTRATION
2025-04-06T04:32:22.908
0
0
0
0
0
2025-02-11
981d42bd-4fb4-4aea-97ed-588e159a888f
COMMUNITY
NON_PROFIT
2025-01-30T02:47:04.811
0
0
3
0
0
2025-02-11
9b41e4de-987d-45b6-a8b5-fc965d71d02c
COMMUNITY
PERSONAL_USE
2025-01-19T15:49:37.418
20
1
1
0
0
2025-02-11
9d2d168b-467b-4de4-b9ed-2277345572dd
COMMUNITY
IT_AND_SERVICES
2025-02-04T10:19:14.573
0
0
0
0
0
2025-02-11
9d5e170a-769c-4e53-b6c4-cd2dedb17ec0
COMMUNITY
PERSONAL_USE
2025-01-09T02:41:30.045
0
0
1
0
0
2025-02-11
9dccc4b1-bdf1-486d-ac86-31c28e1e16d7
COMMUNITY
HOSTING
2025-01-17T21:56:05.911
0
0
1
0
0
2025-02-11
61fae7b5-4841-40ef-ade6-99065e7da290
COMMUNITY
HOSTING
2025-01-24T19:17:53.768
0
0
1
0
0
2025-02-11
6a4ec434-4867-41e1-bd64-10eca138a018
COMMUNITY
PERSONAL_USE
2025-01-23T06:44:51.625
0
0
0
0
0
2025-02-11
3f81317a-0418-4c06-8d20-b42636ff5474
COMMUNITY
PERSONAL_USE
2025-02-05T19:52:16.669
0
0
0
0
1
2025-02-11
466213af-b431-4d26-b4b7-ac02d437aeeb
COMMUNITY
IT_AND_SERVICES
2025-01-17T14:14:30.645
0
0
1
0
0
2025-02-11
10222d4a-ab8e-48df-9738-e96006d12720
COMMUNITY
PERSONAL_USE
2025-01-05T21:31:44.687
14
1
2
0
0
2025-02-11
0590d386-3162-4cd3-963b-04dc78da1b68
COMMUNITY
IT_AND_SERVICES
2025-02-06T13:33:56.019
46
2
0
0
1
2025-02-11
06c61bed-167b-4330-b62c-a33cbcd73989
COMMUNITY
UNSPECIFIED
2025-02-08T23:40:06.595
0
0
0
0
0
2025-02-11
3cc91055-f02c-42ea-890c-cc8171808724
COMMUNITY
PERSONAL_USE
2025-01-20T21:06:15.731
0
0
1
0
0
2025-02-11
3b4031e4-1145-4d6e-93f9-d0af2d0c01f5
COMMUNITY
MSSP
2025-01-18T15:15:09.357
0
0
0
0
0
2025-02-11
a2933dd1-e144-483e-9b3d-30fd098d6329
COMMUNITY
OTHER
2025-01-31T22:40:49.01
0
0
0
0
0
2025-02-11
95a714ad-eafd-47a5-a988-8eb796c2cc10
SECOPS
IT_AND_SERVICES
2025-02-10T21:17:50.838
208
1
1
0
0
2025-02-11
162cd890-c398-4e24-bb74-607b21c7aeb4
COMMUNITY
PERSONAL_USE
2025-01-21T14:17:04.643
0
0
1
0
0
2025-02-11
40959d7b-78cc-4954-bee3-02cdf59a1f76
COMMUNITY
IT_AND_SERVICES
2025-01-20T11:50:02.569
0
0
1
0
0
2025-02-11
53e92ace-1246-42b3-bfb5-f179f409c4d6
COMMUNITY
PERSONAL_USE
2025-01-10T11:21:22.148
0
0
1
0
0
2025-02-11
5a28c34d-52af-4cf6-9cc4-f5895084e14b
COMMUNITY
null
2025-01-07T02:55:15.086
0
0
0
0
0
2025-02-11
68b490e1-1335-43bc-903b-d0ccb9b24dc3
COMMUNITY
PERSONAL_USE
2025-01-09T13:03:44.23
0
0
1
0
0
2025-02-11
68f466b3-35f5-422c-840a-19baf49f83b6
COMMUNITY
IT_AND_SERVICES
2025-01-09T09:35:49.689
0
0
2
0
0
2025-02-11
6a53f219-7064-492f-8c70-e1d37c27cdaf
COMMUNITY
IT_AND_SERVICES
2025-01-17T16:05:01.427
0
0
0
0
0
2025-02-11
6cb1c737-66b7-4d7f-ac8b-55957690eba9
COMMUNITY
PERSONAL_USE
2025-01-08T19:58:43.902
10
1
0
0
0
2025-03-29
df16183a-1e67-44f6-a3ff-81964cdbc0eb
COMMUNITY
HEALTHCARE
2025-03-04T18:07:34.05
0
0
1
0
0
2025-03-29
ae4c758b-6526-4823-99e7-500764b81cb1
COMMUNITY
PERSONAL_USE
2025-03-18T20:27:05.586
0
0
1
0
0
2025-03-29
b1f1e5df-617a-4f3f-8b09-2ed111c625a8
COMMUNITY
PERSONAL_USE
2025-03-16T06:36:21.077
0
0
0
0
0
2025-03-29
b4b32815-5c49-4486-9978-d09c5f574fa6
COMMUNITY
HOSTING
2025-02-14T13:04:59.788
0
0
0
0
0
2025-03-29
c55e6b67-0b5d-41c6-b486-e34f3d3b9328
COMMUNITY
PERSONAL_USE
2025-01-22T04:09:03.736
21
2
2
0
0
2025-03-29
f370123f-f2d8-4f4a-9f04-d8881f27c511
COMMUNITY
PERSONAL_USE
2025-03-14T02:17:00.543
0
0
2
0
0
2025-03-29
1c98fca6-789c-43ee-944d-1720e9092007
COMMUNITY
PERSONAL_USE
2025-03-19T22:05:24.992
0
0
0
0
0
2025-03-29
1dbb83ca-730c-41da-ae2a-844e4bd14d6d
COMMUNITY
PERSONAL_USE
2025-02-08T09:04:03.749
0
0
10
0
0
2025-03-29
1e4b9c74-b88b-4ecf-924e-5ad0a3ac7a1d
COMMUNITY
NON_PROFIT
2025-02-22T14:57:58.811
0
0
1
0
0
2025-03-29
1eca021e-70c1-4720-a532-c140c286b59e
COMMUNITY
PERSONAL_USE
2025-03-12T00:22:05.327
0
0
0
0
0
2025-03-29
2b70397a-43d1-4364-ac4f-6ac611b1b506
COMMUNITY
PERSONAL_USE
2025-01-07T18:31:46.009
0
0
1
0
0
2025-03-29
6010638f-1117-4023-bf9d-ededa3fbebbe
COMMUNITY
null
2025-03-29T10:07:55.206
0
0
0
0
0
2025-03-29
3e876bb4-3e18-4c34-9a7a-6e8f2ba5f5a2
COMMUNITY
UNSPECIFIED
2025-01-31T09:33:24.519
0
0
0
0
0
2025-03-29
4056e12c-2ef3-44f3-a34c-a8ddead42409
COMMUNITY
PERSONAL_USE
2025-01-28T13:59:47.184
0
0
1
0
0
2025-03-29
463aa683-c356-4697-8ebf-62807b92a6b3
COMMUNITY
PERSONAL_USE
2025-02-19T02:53:55.538
0
0
0
0
0
2025-03-29
46454327-d9f9-4a71-afd9-35c5578e5c11
COMMUNITY
PERSONAL_USE
2025-01-10T23:59:12.754
0
0
0
0
0
2025-03-29
7d47e353-bf0d-4c05-b23e-fa722676e40c
COMMUNITY
IT_AND_SERVICES
2025-03-16T14:29:59.638
54
1
1
0
0
2025-03-29
7de682ad-3cfd-4897-80be-cfea996a8038
COMMUNITY
GOVERNMENTAL_ADMINISTRATION
2025-02-04T05:28:13.15
0
0
0
0
0
2025-03-29
820d0093-7c7a-47d4-8573-8dd93d975d68
COMMUNITY
IT_AND_SERVICES
2025-01-22T13:50:55.483
0
0
0
0
0
2025-03-29
5f3c4c84-72fd-4d63-9abf-50fd4c700646
COMMUNITY
PERSONAL_USE
2025-02-25T14:10:48.64
0
0
0
0
0
2025-03-29
0036e5fb-6861-45c2-aa67-ff084115db81
COMMUNITY
PERSONAL_USE
2025-01-12T04:36:02.7
0
0
0
0
0
2025-03-29
03f6357c-f314-4f43-918f-f7e2296d9049
COMMUNITY
PERSONAL_USE
2025-01-11T21:20:02.354
0
0
2
0
0
2025-03-29
002e0a32-aef2-4e1b-ac02-ff8eda6a344b
COMMUNITY
PERSONAL_USE
2025-01-06T18:25:39.981
0
0
1
0
0
2025-03-29
0051fa58-5244-46c0-b27a-7248941f2516
COMMUNITY
PERSONAL_USE
2025-03-01T11:37:54.595
0
0
1
0
0
2025-03-29
006ea0c8-bbad-4e54-b056-de18f66a2632
COMMUNITY
OTHER
2025-03-21T10:59:51.372
0
0
0
0
0
2025-03-29
42ea4906-d7cd-40ed-83f6-ba5f284908a1
COMMUNITY
UNSPECIFIED
2025-03-07T08:39:49.56
0
0
0
0
0
2025-03-31
c43c5f7e-f6a2-4dfb-8381-b06de37e0af6
COMMUNITY
EDUCATION
2025-02-11T11:23:32.187
0
0
0
0
0
2025-03-31
be602cba-8765-40dc-b40f-6fac411ae2c6
COMMUNITY
EDUCATION
2025-03-02T11:08:09.251
0
0
0
0
0
2025-03-31
7bbe1553-1aca-4c4e-9b7a-77c72aac0bf8
COMMUNITY
PERSONAL_USE
2025-02-21T20:16:16.334
0
0
1
0
0
2025-03-31
20a21af4-b9d1-4712-95df-61a6a57cac04
COMMUNITY
UNSPECIFIED
2025-01-06T14:18:52.478
0
0
0
0
0
2025-03-31
2d07b7b2-4c5a-4944-899c-7599187d050d
COMMUNITY
PERSONAL_USE
2025-03-04T22:30:30.796
0
0
0
0
0
2025-03-31
f78a6cbc-cdcc-4c20-9216-09bf4ecc9a73
COMMUNITY
PERSONAL_USE
2025-03-16T18:22:20.198
0
0
1
0
0
2025-03-31
fa43410e-1004-4229-9536-0574388e7edc
COMMUNITY
PERSONAL_USE
2025-01-15T07:52:59.822
0
0
2
0
0
2025-03-31
ee3aa44f-41bb-4cb2-a9cd-6be5d3125a2c
SECOPS
OTHER
2025-02-17T19:35:35.879
0
0
0
0
0
2025-03-31
fbcbf574-c8f9-4ed6-b2bc-da260f971b31
COMMUNITY
PERSONAL_USE
2025-03-18T14:33:50.939
0
0
1
0
0
2025-03-31
e58e29be-8209-4147-ada7-feb093c18373
COMMUNITY
PERSONAL_USE
2025-01-01T17:20:23.331
0
0
1
0
0
2025-03-31
ec2c73e2-124d-4ff8-8182-f87e180a5215
COMMUNITY
HOSTING
2025-03-08T22:31:29.261
5
1
1
0
0
2025-03-31
6d73a676-54a8-40c2-8cba-f7409d66ba9e
COMMUNITY
PERSONAL_USE
2025-03-16T12:36:00.144
0
0
0
0
0
2025-03-31
15c3a25c-8d96-4659-9406-a19924753375
COMMUNITY
PERSONAL_USE
2025-03-24T10:17:01.354
0
0
1
0
0
2025-03-31
47116ca1-40b9-47e5-a36f-1ab057104ac9
COMMUNITY
PERSONAL_USE
2025-03-01T18:36:05.958
112
1
1
0
0
End of preview.

purayar06/CSdata

Generated by ML Intern

This dataset repository was generated by ML Intern, an agent for machine learning research and development on the Hugging Face Hub.

Usage

from datasets import load_dataset

dataset = load_dataset('purayar06/CSdata')
Downloads last month
61