Skip to content

Commit

Permalink
noe broken
Browse files Browse the repository at this point in the history
  • Loading branch information
brownsarahm committed Oct 15, 2024
1 parent d389384 commit 8790944
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions notes/2024-09-26.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,12 @@ pd.cut(coffee_df_bags['Number.of.Bags'],bins=3).sample(10)

by default, it makes bins of equal size, meaning the range of values. This is not good based on what we noted above. Most will be in one label

```{note}
I would like to show a histogram here, but for somereason it broke. The output is hidden for now.
```

```{code-cell} ipython3
:tags:["hide-output"]
pd.cut(coffee_df_bags['Number.of.Bags'],bins=3).hist()
```

Expand Down

0 comments on commit 8790944

Please sign in to comment.