Skip to content

Commit 285a286

Browse files
committed
Add data visualization guide
1 parent 9f0598b commit 285a286

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

03-Intro2Python-viz.ipynb

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"**Data visualization**: Sometimes it's tricky to choose the right graph to display your data. I like the guide in [data-to-viz](https://www.data-to-viz.com/)"
8+
]
9+
},
310
{
411
"cell_type": "code",
512
"execution_count": 1,

0 commit comments

Comments
 (0)