Skip to content

Commit

Permalink
Docs: Update docs and fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-mader-bis committed May 13, 2024
1 parent cafe454 commit 3e695b3
Show file tree
Hide file tree
Showing 11 changed files with 281 additions and 184 deletions.
3 changes: 2 additions & 1 deletion 00_datasets.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ from fastcore.test import test_fail
import matplotlib.pyplot as plt
import pandas as pd
from utils import show_doc
from gingado.datasets import load_BarroLee_1994, load_CB_speeches
from gingado.datasets import load_BarroLee_1994, load_CB_speeches, load_monopol_statements
```

## Real datasets
Expand Down Expand Up @@ -64,6 +64,7 @@ X.head()
y.plot.hist(title='GDP growth', bins=30)
```


<!-- load_CB_speeches -->
```{python}
#| output: asis
Expand Down
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
430 changes: 261 additions & 169 deletions docs/datasets.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/search.json

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions docs/site_libs/bootstrap/bootstrap-dark.min.css

Large diffs are not rendered by default.

12 changes: 7 additions & 5 deletions docs/site_libs/bootstrap/bootstrap.min.css

Large diffs are not rendered by default.

0 comments on commit 3e695b3

Please sign in to comment.