Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions examples/pandas/split-apply-combine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,16 @@ You can run the example doing:
python my_script.py
```

or running the notebook:

```bash
# cd examples/pandas/split-apply-combine/
jupyter notebook # pip install jupyter if you don't have it
```
Or you can open up the notebook in Colab:

[![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/split-apply-combine/notebook.ipynb)

The expected result is :

| Name | Income | Children | Tax Rate | Tax Credit | Tax | Tax Formula |
Expand Down
Loading