File tree 1 file changed +4
-14
lines changed
1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 40
40
"outputs" : [],
41
41
"source" : [
42
42
" !sudo apt update -qq\n " ,
43
- " !sudo apt install -qq -y apt-transport-https ca-certificates curl software-properties-common p7zip "
43
+ " !sudo apt install -qq -y apt-transport-https ca-certificates curl software-properties-common"
44
44
]
45
45
},
46
46
{
262
262
"outputs" : [],
263
263
"source" : [
264
264
" %%sh\n " ,
265
- " (wget -qq https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.001 -O -;\n " ,
266
- " wget -qq https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.csv.7z.002 -O -) > es.stackoverflow.csv.7z"
267
- ]
268
- },
269
- {
270
- "cell_type" : " code" ,
271
- "execution_count" : null ,
272
- "metadata" : {
273
- "id" : " 3Yjcw6EZcBQi"
274
- },
275
- "outputs" : [],
276
- "source" : [
277
- " !7zr x -oa es.stackoverflow.csv.7z && rm -rf es.stackoverflow.csv.7z"
265
+ " (wget -qq https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.tar.xz.00 -O -;\n " ,
266
+ " wget -qq https://github.com/dsevilla/bd2-data/raw/main/es.stackoverflow/es.stackoverflow.tar.xz.01 -O -) |\\\n " ,
267
+ " tar Jxvf -"
278
268
]
279
269
},
280
270
{
You can’t perform that action at this time.
0 commit comments