Dowwie commited on
Commit
48dcbe9
·
verified ·
1 Parent(s): cb54240

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: job_id
5
+ dtype: int64
6
+ - name: company_name
7
+ dtype: string
8
+ - name: title
9
+ dtype: string
10
+ - name: description
11
+ dtype: string
12
+ - name: max_salary
13
+ dtype: float64
14
+ - name: pay_period
15
+ dtype: string
16
+ - name: location
17
+ dtype: string
18
+ - name: company_id
19
+ dtype: float64
20
+ - name: views
21
+ dtype: float64
22
+ - name: med_salary
23
+ dtype: float64
24
+ - name: min_salary
25
+ dtype: float64
26
+ - name: formatted_work_type
27
+ dtype: string
28
+ - name: applies
29
+ dtype: float64
30
+ - name: original_listed_time
31
+ dtype: float64
32
+ - name: remote_allowed
33
+ dtype: float64
34
+ - name: job_posting_url
35
+ dtype: string
36
+ - name: application_url
37
+ dtype: string
38
+ - name: application_type
39
+ dtype: string
40
+ - name: expiry
41
+ dtype: float64
42
+ - name: closed_time
43
+ dtype: float64
44
+ - name: formatted_experience_level
45
+ dtype: string
46
+ - name: skills_desc
47
+ dtype: string
48
+ - name: listed_time
49
+ dtype: float64
50
+ - name: posting_domain
51
+ dtype: string
52
+ - name: sponsored
53
+ dtype: int64
54
+ - name: work_type
55
+ dtype: string
56
+ - name: currency
57
+ dtype: string
58
+ - name: compensation_type
59
+ dtype: string
60
+ - name: normalized_salary
61
+ dtype: float64
62
+ - name: zip_code
63
+ dtype: float64
64
+ - name: fips
65
+ dtype: float64
66
+ splits:
67
+ - name: train
68
+ num_bytes: 525897778
69
+ num_examples: 123849
70
+ download_size: 234701731
71
+ dataset_size: 525897778
72
+ configs:
73
+ - config_name: default
74
+ data_files:
75
+ - split: train
76
+ path: data/train-*
77
+ ---
data/train-00000-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fa5950fb08bfa8196010190e05e092b44dcdea5589496e5282b97c0f3879cf0f
3
+ size 113315738
data/train-00001-of-00002.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd56b52bb59e09bdc92bd0bee83361e7ba50c17f84102230a5ca19165af28b94
3
+ size 121385993