Datasets:
Upload dataset
Browse files- README.md +94 -2
- data/train-00000-of-00001.parquet +2 -2
README.md
CHANGED
@@ -1,7 +1,99 @@
|
|
1 |
-
|
2 |
---
|
3 |
tags:
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
---
|
6 |
# ls-state-legislators-2024
|
7 |
|
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
+
- latent-scope
|
4 |
+
configs:
|
5 |
+
- config_name: default
|
6 |
+
data_files:
|
7 |
+
- split: train
|
8 |
+
path: data/train-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: index
|
12 |
+
dtype: int64
|
13 |
+
- name: text
|
14 |
+
dtype: string
|
15 |
+
- name: NameLastFirstM
|
16 |
+
dtype: string
|
17 |
+
- name: StateAbbrev
|
18 |
+
dtype: string
|
19 |
+
- name: Chamberul
|
20 |
+
dtype: string
|
21 |
+
- name: District
|
22 |
+
dtype: string
|
23 |
+
- name: PartyAbbrev
|
24 |
+
dtype: string
|
25 |
+
- name: Gender
|
26 |
+
dtype: string
|
27 |
+
- name: RaceCoded
|
28 |
+
dtype: string
|
29 |
+
- name: HighestDegree
|
30 |
+
dtype: string
|
31 |
+
- name: JobTitle
|
32 |
+
dtype: string
|
33 |
+
- name: JobOrgName
|
34 |
+
dtype: string
|
35 |
+
- name: JobOrgDescr
|
36 |
+
dtype: string
|
37 |
+
- name: WRKCL
|
38 |
+
dtype: int64
|
39 |
+
- name: UNION
|
40 |
+
dtype: int64
|
41 |
+
- name: SAFTY
|
42 |
+
dtype: int64
|
43 |
+
- name: K12
|
44 |
+
dtype: int64
|
45 |
+
- name: BUSNS
|
46 |
+
dtype: int64
|
47 |
+
- name: FARM
|
48 |
+
dtype: int64
|
49 |
+
- name: GOVT
|
50 |
+
dtype: int64
|
51 |
+
- name: INSUR
|
52 |
+
dtype: int64
|
53 |
+
- name: RLEST
|
54 |
+
dtype: int64
|
55 |
+
- name: BANKS
|
56 |
+
dtype: int64
|
57 |
+
- name: HGHED
|
58 |
+
dtype: int64
|
59 |
+
- name: LAWJD
|
60 |
+
dtype: int64
|
61 |
+
- name: DCTR
|
62 |
+
dtype: int64
|
63 |
+
- name: FOSFU
|
64 |
+
dtype: int64
|
65 |
+
- name: GREEN
|
66 |
+
dtype: int64
|
67 |
+
- name: ELECT
|
68 |
+
dtype: int64
|
69 |
+
- name: vacant
|
70 |
+
dtype: int64
|
71 |
+
- name: YearBorn
|
72 |
+
dtype: float64
|
73 |
+
- name: idno
|
74 |
+
dtype: float64
|
75 |
+
- name: x
|
76 |
+
dtype: float32
|
77 |
+
- name: y
|
78 |
+
dtype: float32
|
79 |
+
- name: tile_index_64
|
80 |
+
dtype: int64
|
81 |
+
- name: tile_index_128
|
82 |
+
dtype: int64
|
83 |
+
- name: cluster
|
84 |
+
dtype: int64
|
85 |
+
- name: raw_cluster
|
86 |
+
dtype: int64
|
87 |
+
- name: label
|
88 |
+
dtype: string
|
89 |
+
- name: deleted
|
90 |
+
dtype: bool
|
91 |
+
splits:
|
92 |
+
- name: train
|
93 |
+
num_bytes: 3447021
|
94 |
+
num_examples: 7292
|
95 |
+
download_size: 1202056
|
96 |
+
dataset_size: 3447021
|
97 |
---
|
98 |
# ls-state-legislators-2024
|
99 |
|
data/train-00000-of-00001.parquet
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7d4fbe282501640d2803870eb8566387b6619c159796d18ea02b546998fb5173
|
3 |
+
size 1202056
|