Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber committed Sep 7, 2023
1 parent f9fe2c9 commit a65f80c
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 40,
"id": "50694ecb",
"metadata": {
"tags": [
Expand All @@ -454,7 +454,7 @@
},
"outputs": [],
"source": [
"filename = r\"https://github.com/florian-huber/data_science_course/blob/a595bd6b19565cedff0c3917012be6e05223f7fb/datasets/datasaurus.csv\"\n",
"filename = r\"https://raw.githubusercontent.com/florian-huber/data_science_course/a595bd6b19565cedff0c3917012be6e05223f7fb/datasets/datasaurus.csv\"\n",
"\n",
"# read data\n",
"data = pd.read_csv(filename)\n",
Expand Down Expand Up @@ -553,7 +553,7 @@
},
{
"cell_type": "markdown",
"id": "ee3ff920",
"id": "54eb9aa9",
"metadata": {},
"source": [
"We can use Pandas and its `groupby` method to quickly get several important statistical measures on all 14 subsets:"
Expand Down Expand Up @@ -766,7 +766,7 @@
},
{
"cell_type": "markdown",
"id": "d5dc7497",
"id": "6754183f",
"metadata": {},
"source": [
"### Mini-Exercise: What do you think?\n",
Expand All @@ -775,7 +775,7 @@
},
{
"cell_type": "markdown",
"id": "3bfffda4",
"id": "fbbf844e",
"metadata": {},
"source": [
"### Solution\n",
Expand Down Expand Up @@ -1976,7 +1976,7 @@
"id": "92bc9773",
"metadata": {},
"source": [
"This visualization provides an illustrative look at how wealth is dispersed across different segments of society. Through such visual aids, abstract numbers transform into tangible insights. And I bet the help a lot in sparking some discussions on the distribution of wealth..."
"This visualization provides an illustrative look at how wealth is dispersed across different segments of society. Through such visual aids, abstract numbers transform into tangible insights. And I bet they help a lot in sparking discussions on the distribution of wealth..."
]
}
],
Expand Down

0 comments on commit a65f80c

Please sign in to comment.