From 1ec38b723eea13e4b91499dd50f4fbbd4278a951 Mon Sep 17 00:00:00 2001 From: filnow Date: Wed, 10 Apr 2024 11:47:54 +0200 Subject: [PATCH] fix --- EDA_Billionaires .ipynb | 45 +++++++++++++++++++++-------------------- 1 file changed, 23 insertions(+), 22 deletions(-) diff --git a/EDA_Billionaires .ipynb b/EDA_Billionaires .ipynb index 7964eb4..3d0be1b 100644 --- a/EDA_Billionaires .ipynb +++ b/EDA_Billionaires .ipynb @@ -8,6 +8,8 @@ "# Statystyki miliarderów\n", "**Zbiór danych zawiera statystyki dotyczące miliarderów na świecie, zawarte są również ich dane osobowe, branże którymi się zajmują oraz firmy.**\n", "\n", + "**Został on pobrany z serwisu Kaggle.**\n", + "\n", "[Źródło](https://www.kaggle.com/datasets/nelgiriyewithana/billionaires-statistics-dataset)" ] }, @@ -41,23 +43,22 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 21, "id": "cb8f7a05-40a5-46cf-8900-88da58e8690f", "metadata": {}, "outputs": [], "source": [ - "import numpy as np # linear algebra\n", - "import pandas as pd # data processing, CSV file I/O (e.g. pd.read_csv)\n", + "import pandas as pd \n", "import seaborn as sns\n", "import matplotlib.pyplot as plt\n", "import matplotlib.image as mpimg\n", - "from matplotlib.ticker import FormatStrFormatter, StrMethodFormatter\n", + "\n", "plt.style.use('ggplot')" ] }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 22, "id": "5a5c0cd6-6606-4983-b945-eeed8b5afe24", "metadata": {}, "outputs": [], @@ -67,7 +68,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 23, "id": "4b91bc35-5308-49fc-954e-dc278d133c36", "metadata": {}, "outputs": [ @@ -294,7 +295,7 @@ "[5 rows x 35 columns]" ] }, - "execution_count": 4, + "execution_count": 23, "metadata": {}, "output_type": "execute_result" } @@ -305,7 +306,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 24, "id": "30486a19", "metadata": {}, "outputs": [ @@ -364,7 +365,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 25, "id": "165adea3-3cf5-44e7-9555-2dbebd7b824c", "metadata": {}, "outputs": [ @@ -409,7 +410,7 @@ "dtype: int64" ] }, - "execution_count": 5, + "execution_count": 25, "metadata": {}, "output_type": "execute_result" } @@ -420,7 +421,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 26, "id": "603f6bb5-366d-4978-bafd-c260983caace", "metadata": {}, "outputs": [ @@ -447,7 +448,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 27, "id": "d9aa8a3c-4bed-48d3-87db-2356f44b381c", "metadata": {}, "outputs": [], @@ -457,7 +458,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 28, "id": "7c9dbf33-76b6-4f7b-a355-d81e352d7859", "metadata": {}, "outputs": [ @@ -484,7 +485,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 29, "id": "dc6c894e-3e60-491b-a7d0-16e434f8a4eb", "metadata": {}, "outputs": [], @@ -494,7 +495,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 30, "id": "4f4918b6-0296-4f5a-8dec-7a65f7653777", "metadata": {}, "outputs": [ @@ -516,7 +517,7 @@ "Name: finalWorth, Length: 79, dtype: float64" ] }, - "execution_count": 10, + "execution_count": 30, "metadata": {}, "output_type": "execute_result" } @@ -527,7 +528,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 31, "id": "c97d5224-9a5b-4563-a618-5333e0e15625", "metadata": {}, "outputs": [ @@ -549,7 +550,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 32, "id": "8a71ce98-835a-4974-8edf-ceeb9ec5e2a7", "metadata": {}, "outputs": [], @@ -560,7 +561,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 33, "id": "4f6a6b8a-f111-4592-b187-9e801cdffa63", "metadata": {}, "outputs": [ @@ -587,7 +588,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 34, "id": "b834c620", "metadata": {}, "outputs": [ @@ -612,7 +613,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 35, "id": "fc12442c", "metadata": {}, "outputs": [ @@ -648,7 +649,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 36, "id": "bf671c0e", "metadata": {}, "outputs": [