<style type="text/css">
html, .reveal {
color: #CFC7BF;
}
ol, ul {
font-size: 2rem;
}
.reveal pre code {
display: block;
line-height: 1.5em;
border-radius: 0.9rem;
font-size: 3rem;
padding: 3rem;
overflow: auto;
}
</style>
---
# Stats demo
---
```python=
sns.displot(df['AveragePrice'],
color="purple",
kde=False,
bins=20)
plt.title("")
```
---
<iframe title="Embedded cell output" src="https://embed.deepnote.com/2f6ce91c-3d9b-475b-9bda-28d9c267cea5/af5b0194-5609-49c8-9d72-a73df67978c5/1be194fdec204e4b8f98696406498d39?height=428" height="550" width="650"/>
---
<iframe title="Embedded cell output" src="https://embed.deepnote.com/2f6ce91c-3d9b-475b-9bda-28d9c267cea5/af5b0194-5609-49c8-9d72-a73df67978c5/1be194fdec204e4b8f98696406498d39?height=480.1875" height="480.1875" width="500"/>
---
{"metaMigratedAt":"2023-06-17T00:57:53.391Z","metaMigratedFrom":"YAML","title":"Stats Slides","breaks":true,"slideOptions":"{\"theme\":\"dark\",\"transition\":\"fade\"}","contributors":"[{\"id\":\"0f7a35ec-f2b1-4089-943c-17d8603eb062\",\"add\":1669,\"del\":686}]"}