Skip to content

Commit 57daaca

Browse files
ziltozilto
zilto
authored and
zilto
committed
fix example notebook
1 parent d6f6f90 commit 57daaca

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

examples/pandas/with_columns/notebook.ipynb

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
{
22
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": null,
6+
"metadata": {},
7+
"outputs": [],
8+
"source": [
9+
"# Execute this cell to install dependencies\n",
10+
"%pip install sf-hamilton[visualization]"
11+
]
12+
},
313
{
414
"cell_type": "markdown",
515
"metadata": {},
616
"source": [
7-
"# Example of using with_columns for Pandas\n",
17+
"# Example of using with_columns for Pandas [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/dagworks-inc/hamilton/blob/main/examples/pandas/with_columns/notebook.ipynb) [![GitHub badge](https://img.shields.io/badge/github-view_source-2b3137?logo=github)](https://github.com/dagworks-inc/hamilton/blob/main/examples/pandas/with_columns/notebook.ipynb)\n",
818
"\n",
919
"This allows you to efficiently run groups of map operations on a dataframe.\n",
1020
"Here's an example of calling it -- if you've seen `@subdag`, you should be familiar with the concepts."

0 commit comments

Comments
 (0)