File tree Expand file tree Collapse file tree 3 files changed +61
-3
lines changed Expand file tree Collapse file tree 3 files changed +61
-3
lines changed Original file line number Diff line number Diff line change 10
10
" </a>"
11
11
]
12
12
},
13
+ {
14
+ "cell_type" : " code" ,
15
+ "execution_count" : null ,
16
+ "id" : " 57cddc54" ,
17
+ "metadata" : {},
18
+ "outputs" : [],
19
+ "source" : [
20
+ " import pandas as pd\n " ,
21
+ " from datasets import load_dataset\n " ,
22
+ " \n " ,
23
+ " dataset = load_dataset('lukebarousse/data_jobs')\n " ,
24
+ " df = dataset['train'].to_pandas()"
25
+ ]
26
+ },
13
27
{
14
28
"cell_type" : " markdown" ,
15
29
"id" : " ef4f96d3" ,
83
97
]
84
98
}
85
99
],
86
- "metadata" : {},
100
+ "metadata" : {
101
+ "language_info" : {
102
+ "name" : " python"
103
+ }
104
+ },
87
105
"nbformat" : 4 ,
88
106
"nbformat_minor" : 5
89
107
}
Original file line number Diff line number Diff line change 10
10
" </a>"
11
11
]
12
12
},
13
+ {
14
+ "cell_type" : " code" ,
15
+ "execution_count" : null ,
16
+ "id" : " 548eece6" ,
17
+ "metadata" : {},
18
+ "outputs" : [],
19
+ "source" : [
20
+ " import pandas as pd\n " ,
21
+ " from datasets import load_dataset\n " ,
22
+ " import matplotlib.pyplot as plt\n " ,
23
+ " \n " ,
24
+ " dataset = load_dataset('lukebarousse/data_jobs')\n " ,
25
+ " df = dataset['train'].to_pandas()\n " ,
26
+ " df['job_posted_date'] = pd.to_datetime(df['job_posted_date'])"
27
+ ]
28
+ },
13
29
{
14
30
"cell_type" : " markdown" ,
15
31
"id" : " ed3bacd0" ,
83
99
]
84
100
}
85
101
],
86
- "metadata" : {},
102
+ "metadata" : {
103
+ "language_info" : {
104
+ "name" : " python"
105
+ }
106
+ },
87
107
"nbformat" : 4 ,
88
108
"nbformat_minor" : 5
89
109
}
Original file line number Diff line number Diff line change 10
10
" </a>"
11
11
]
12
12
},
13
+ {
14
+ "cell_type" : " code" ,
15
+ "execution_count" : null ,
16
+ "id" : " cee9fe11" ,
17
+ "metadata" : {},
18
+ "outputs" : [],
19
+ "source" : [
20
+ " import pandas as pd\n " ,
21
+ " from datasets import load_dataset\n " ,
22
+ " import matplotlib.pyplot as plt\n " ,
23
+ " \n " ,
24
+ " dataset = load_dataset('lukebarousse/data_jobs')\n " ,
25
+ " df = dataset['train'].to_pandas()\n " ,
26
+ " df['job_posted_date'] = pd.to_datetime(df['job_posted_date'])"
27
+ ]
28
+ },
13
29
{
14
30
"cell_type" : " markdown" ,
15
31
"id" : " 8bc602ec" ,
83
99
]
84
100
}
85
101
],
86
- "metadata" : {},
102
+ "metadata" : {
103
+ "language_info" : {
104
+ "name" : " python"
105
+ }
106
+ },
87
107
"nbformat" : 4 ,
88
108
"nbformat_minor" : 5
89
109
}
You can’t perform that action at this time.
0 commit comments