From 712662158ffc2b2b82443e4c1438c4a9c862f11d Mon Sep 17 00:00:00 2001 From: Szymon Bartanowicz Date: Mon, 18 Mar 2024 00:28:17 +0100 Subject: [PATCH] removed zip --- .gitignore | 2 +- 02.ipynb | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 93d5ed9..e71ac37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ venv/ +powerlifting-database.zip openpowerlifting.csv openpowerlifting-2024-01-06-4c732975.csv .idea .ipynb_checkpoints -powerlifting-database.zip/ \ No newline at end of file diff --git a/02.ipynb b/02.ipynb index 9d2acc8..30ae907 100644 --- a/02.ipynb +++ b/02.ipynb @@ -59,13 +59,15 @@ }, { "cell_type": "code", - "execution_count": 35, + "execution_count": 84, "outputs": [ { "name": "stdout", "output_type": "stream", "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": { "collapsed": false, "ExecuteTime": { - "end_time": "2024-03-17T20:46:25.992367Z", - "start_time": "2024-03-17T20:46:24.434212Z" + "end_time": "2024-03-17T23:26:26.248407Z", + "start_time": "2024-03-17T23:26:18.424908Z" } } }, { "cell_type": "code", - "execution_count": 36, + "execution_count": 85, "outputs": [ { "name": "stdout", @@ -100,8 +102,8 @@ "metadata": { "collapsed": false, "ExecuteTime": { - "end_time": "2024-03-17T20:46:33.195703Z", - "start_time": "2024-03-17T20:46:25.990819Z" + "end_time": "2024-03-17T23:26:54.793707Z", + "start_time": "2024-03-17T23:26:43.911566Z" } } },