removed zip

This commit is contained in:
Szymon Bartanowicz 2024-03-18 00:28:17 +01:00
parent 1a39f75995
commit 712662158f
2 changed files with 10 additions and 8 deletions

2
.gitignore vendored
View File

@ -1,6 +1,6 @@
venv/ venv/
powerlifting-database.zip
openpowerlifting.csv openpowerlifting.csv
openpowerlifting-2024-01-06-4c732975.csv openpowerlifting-2024-01-06-4c732975.csv
.idea .idea
.ipynb_checkpoints .ipynb_checkpoints
powerlifting-database.zip/

View File

@ -59,13 +59,15 @@
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 35, "execution_count": 84,
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
"output_type": "stream", "output_type": "stream",
"text": [ "text": [
"powerlifting-database.zip: Skipping, found more recently modified local copy (use --force to force download)\r\n" "Downloading powerlifting-database.zip to /Users/szymonbartanowicz/studia/mag_1/inzynieria_uczenia_maszynowego/ium_464937\r\n",
"100%|███████████████████████████████████████▉| 176M/176M [00:06<00:00, 35.7MB/s]\r\n",
"100%|████████████████████████████████████████| 176M/176M [00:06<00:00, 30.1MB/s]\r\n"
] ]
} }
], ],
@ -75,14 +77,14 @@
"metadata": { "metadata": {
"collapsed": false, "collapsed": false,
"ExecuteTime": { "ExecuteTime": {
"end_time": "2024-03-17T20:46:25.992367Z", "end_time": "2024-03-17T23:26:26.248407Z",
"start_time": "2024-03-17T20:46:24.434212Z" "start_time": "2024-03-17T23:26:18.424908Z"
} }
} }
}, },
{ {
"cell_type": "code", "cell_type": "code",
"execution_count": 36, "execution_count": 85,
"outputs": [ "outputs": [
{ {
"name": "stdout", "name": "stdout",
@ -100,8 +102,8 @@
"metadata": { "metadata": {
"collapsed": false, "collapsed": false,
"ExecuteTime": { "ExecuteTime": {
"end_time": "2024-03-17T20:46:33.195703Z", "end_time": "2024-03-17T23:26:54.793707Z",
"start_time": "2024-03-17T20:46:25.990819Z" "start_time": "2024-03-17T23:26:43.911566Z"
} }
} }
}, },