Skip to content

Commit 46e91ca

Browse files
authored
added links for Colab
1 parent 306de58 commit 46e91ca

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

Part 1 - Basics.ipynb

+17
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "markdown",
5+
"metadata": {},
6+
"source": [
7+
"## About this Workshop\n",
8+
"\n",
9+
"This workshop is designed as an introduction to using the package known as pandas. \n",
10+
"\n",
11+
"By the end of this workshop, you should be able to: \n",
12+
" -read a csv into a dataframe \n",
13+
" -filter by columns \n",
14+
" -run some basic statistics on that dataframe \n",
15+
" -graph the data using a second package called seaborn. \n",
16+
"\n",
17+
"In addition to the 3 notebooks we will be working off of here, a second version is available at: https://github.com/mkitti/pandas-workshop which has been designed to run through google's [Colab environment](https://colab.research.google.com/notebooks/welcome.ipynb#recent=true). If you are having difficulty downloading the files, this option allows for you to run all of the code through the web."
18+
]
19+
},
320
{
421
"cell_type": "markdown",
522
"metadata": {},

0 commit comments

Comments
 (0)