{ "cells": [ { "cell_type": "code", "execution_count": 1, "id": "a7539c22", "metadata": { "_cell_guid": "b1076dfc-b9ad-4769-8c92-a6c4dae69d19", "_uuid": "8f2839f25d086af736a60e9eeb907d3b93b6e0e5", "execution": { "iopub.execute_input": "2024-11-17T05:58:54.410649Z", "iopub.status.busy": "2024-11-17T05:58:54.410173Z", "iopub.status.idle": "2024-11-17T05:58:55.495726Z", "shell.execute_reply": "2024-11-17T05:58:55.494342Z" }, "papermill": { "duration": 1.093188, "end_time": "2024-11-17T05:58:55.498784", "exception": false, "start_time": "2024-11-17T05:58:54.405596", "status": "completed" }, "tags": [] }, "outputs": [], "source": [ "# This Python 3 environment comes with many helpful analytics libraries installed\n", "# It is defined by the kaggle/python Docker image: https://github.com/kaggle/docker-python\n", "# For example, here's several helpful packages to load\n", "\n", "import numpy as np # linear algebra\n", "import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)\n", "\n", "# Input data files are available in the read-only \"../input/\" directory\n", "# For example, running this (by clicking run or pressing Shift+Enter) will list all files under the input directory\n", "\n", "import os\n", "for dirname, _, filenames in os.walk('/kaggle/input'):\n", " for filename in filenames:\n", " print(os.path.join(dirname, filename))\n", "\n", "# You can write up to 20GB to the current directory (/kaggle/working/) that gets preserved as output when you create a version using \"Save & Run All\" \n", "# You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session" ] }, { "cell_type": "code", "execution_count": 2, "id": "ad0cc7db", "metadata": { "execution": { "iopub.execute_input": "2024-11-17T05:58:55.505703Z", "iopub.status.busy": "2024-11-17T05:58:55.505111Z", "iopub.status.idle": "2024-11-17T05:58:56.224081Z", "shell.execute_reply": "2024-11-17T05:58:56.222818Z" }, "papermill": { "duration": 0.725574, "end_time": "2024-11-17T05:58:56.226902", "exception": false, "start_time": "2024-11-17T05:58:55.501328", "status": "completed" }, "tags": [] }, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" }, { "data": { "text/html": [ "