Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"cells": [
{
"cell_type": "markdown",
"metadata": {
"_cell_guid": "79c7e3d0-c299-4dcb-8224-4455121ee9b0",
"_uuid": "d629ff2d2480ee46fbb7e2d37f6b5fab8052498a",
"collapsed": true,
"papermill": {
"duration": 0.017556,
"end_time": "2020-11-28T09:59:49.250824",
"exception": false,
"start_time": "2020-11-28T09:59:49.233268",
"status": "completed"
},
"tags": []
},
"source": [
"# Import Relevant Libraries"
]
},
{
"cell_type": "code",
"execution_count": 23,
"metadata": {
"execution": {
"iopub.execute_input": "2020-11-28T09:59:49.284782Z",
"iopub.status.busy": "2020-11-28T09:59:49.283755Z",
"iopub.status.idle": "2020-11-28T09:59:49.288119Z",
"shell.execute_reply": "2020-11-28T09:59:49.287255Z"
},
"papermill": {
"duration": 0.023323,
"end_time": "2020-11-28T09:59:49.288266",
"exception": false,
"start_time": "2020-11-28T09:59:49.264943",
"status": "completed"
},
"tags": []
},
"outputs": [],
"source": [
"import pandas as pd\n",
"import json"
]
},
{
"cell_type": "markdown",
"metadata": {
"papermill": {
"duration": 0.013503,
"end_time": "2020-11-28T09:59:49.316142",
"exception": false,
"start_time": "2020-11-28T09:59:49.302639",
"status": "completed"
},
"tags": []
},
"source": [
"# Loading CSV Files\n",
"Loading netflix_titles.csv using the pandas package and displaying the five first rows"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2020-11-28T09:59:49.356904Z",
"iopub.status.busy": "2020-11-28T09:59:49.355798Z",
"iopub.status.idle": "2020-11-28T09:59:49.431952Z",
"shell.execute_reply": "2020-11-28T09:59:49.431106Z"
},
"papermill": {
"duration": 0.102052,
"end_time": "2020-11-28T09:59:49.432106",
"exception": false,
"start_time": "2020-11-28T09:59:49.330054",
"status": "completed"
},
"tags": []
},
"outputs": [],
"source": [
"## @COMPLETE : load the data here"
]
},
{
"cell_type": "markdown",
"metadata": {
"papermill": {
"duration": 0.017767,
"end_time": "2020-11-28T09:59:50.035000",
"exception": false,
"start_time": "2020-11-28T09:59:50.017233",
"status": "completed"
},
"tags": []
},
"source": [
"# Loading JSON Files\n",
"Loading covid_19.json using the json package and displaying its metadata."
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2020-11-28T09:59:50.076931Z",
"iopub.status.busy": "2020-11-28T09:59:50.076157Z",
"iopub.status.idle": "2020-11-28T09:59:50.092883Z",
"shell.execute_reply": "2020-11-28T09:59:50.093478Z"
},
"papermill": {
"duration": 0.04093,
"end_time": "2020-11-28T09:59:50.093696",
"exception": false,
"start_time": "2020-11-28T09:59:50.052766",
"status": "completed"
},
"scrolled": true,
"tags": []
},
"outputs": [],
"source": [
"## @COMPLETE : load the data here"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Loading XML Files\n",
"Loading clinical_trials.xml and displaying the file"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"## @COMPLETE : load the data here"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Loading HTML Files\n",
"Loading lsm.html and displaying the file"
]
},
{
"cell_type": "code",
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"## @COMPLETE : load the data here"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Web Mining",
"language": "python",
"name": "web-mining"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.9"
},
"papermill": {
"duration": 7.357046,
"end_time": "2020-11-28T09:59:51.356036",
"environment_variables": {},
"exception": null,
"input_path": "__notebook__.ipynb",
"output_path": "__notebook__.ipynb",
"parameters": {},
"start_time": "2020-11-28T09:59:43.998990",
"version": "2.1.0"
}
},
"nbformat": 4,
"nbformat_minor": 4
}