Skip to content

Commit 8f71b69

Browse files
committed
Pequeños cambios.
1 parent a9f6e5d commit 8f71b69

File tree

2 files changed

+15
-17
lines changed

2 files changed

+15
-17
lines changed

hbase/sesion5.ipynb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -289,13 +289,13 @@
289289
},
290290
{
291291
"cell_type": "code",
292-
"execution_count": null,
292+
"execution_count": 3,
293293
"metadata": {},
294294
"outputs": [],
295295
"source": [
296296
"%%bash\n",
297-
"wget -q https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.001\n",
298-
"wget -q https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.002"
297+
"(wget -q https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.001 -O - ;\n",
298+
" wget -q https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.002 -O -) > es.stackoverflow.csv.7z"
299299
]
300300
},
301301
{
@@ -304,10 +304,9 @@
304304
"metadata": {},
305305
"outputs": [],
306306
"source": [
307-
"%%bash\n",
308-
"7zr x es.stackoverflow.csv.7z.001\n",
309-
"rm -rf es.stackoverflow.csv.7z.001\n",
310-
"rm -rf es.stackoverflow.csv.7z.002"
307+
"%%sh\n",
308+
"7zr x -aoa es.stackoverflow.csv.7z\n",
309+
"rm es.stackoverflow.csv.7z"
311310
]
312311
},
313312
{
@@ -1131,7 +1130,7 @@
11311130
"provenance": []
11321131
},
11331132
"kernelspec": {
1134-
"display_name": "Python 3 (ipykernel)",
1133+
"display_name": ".venv",
11351134
"language": "python",
11361135
"name": "python3"
11371136
},
@@ -1145,7 +1144,7 @@
11451144
"name": "python",
11461145
"nbconvert_exporter": "python",
11471146
"pygments_lexer": "ipython3",
1148-
"version": "3.11.9"
1147+
"version": "3.12.7"
11491148
}
11501149
},
11511150
"nbformat": 4,

hbase/sesion6.ipynb

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,13 @@
301301
},
302302
{
303303
"cell_type": "code",
304-
"execution_count": null,
304+
"execution_count": 1,
305305
"metadata": {},
306306
"outputs": [],
307307
"source": [
308308
"%%bash\n",
309-
"wget -q https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.001\n",
310-
"wget -q https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.002"
309+
"(wget -q https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.001 -O - ;\n",
310+
" wget -q https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.002 -O - ) > es.stackoverflow.csv.7z"
311311
]
312312
},
313313
{
@@ -317,9 +317,8 @@
317317
"outputs": [],
318318
"source": [
319319
"%%bash\n",
320-
"7zr x es.stackoverflow.csv.7z.001\n",
321-
"rm -rf es.stackoverflow.csv.7z.001\n",
322-
"rm -rf es.stackoverflow.csv.7z.002"
320+
"7zr x -aoa es.stackoverflow.csv.7z\n",
321+
"rm -rf es.stackoverflow.csv.7z"
323322
]
324323
},
325324
{
@@ -1068,7 +1067,7 @@
10681067
"provenance": []
10691068
},
10701069
"kernelspec": {
1071-
"display_name": "Python 3",
1070+
"display_name": ".venv",
10721071
"language": "python",
10731072
"name": "python3"
10741073
},
@@ -1082,7 +1081,7 @@
10821081
"name": "python",
10831082
"nbconvert_exporter": "python",
10841083
"pygments_lexer": "ipython3",
1085-
"version": "3.7.3"
1084+
"version": "3.12.7"
10861085
}
10871086
},
10881087
"nbformat": 4,

0 commit comments

Comments
 (0)