Skip to content

Commit

Permalink
fix example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
zilto authored and skrawcz committed Nov 7, 2024
1 parent d6f6f90 commit 4e61771
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion examples/pandas/with_columns/notebook.ipynb
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Execute this cell to install dependencies\n",
"%pip install sf-hamilton[visualization]"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Example of using with_columns for Pandas\n",
"# 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",
"\n",
"This allows you to efficiently run groups of map operations on a dataframe.\n",
"Here's an example of calling it -- if you've seen `@subdag`, you should be familiar with the concepts."
Expand Down

0 comments on commit 4e61771

Please sign in to comment.