Skip to content

Commit

Permalink
add v0.4 release januari 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
gsverhoeven committed Apr 15, 2023
1 parent e592992 commit b234079
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# current fumbbl datasets
# v0.4 fumbbl datasets

Uses raw datafiles scraped around januari 2023.
Added the ability to create full tournament rosters including skills and inducements.

# v0.3 fumbbl datasets

Uses raw datafiles scraped around march 16th 2022.
Updated fumbbl_dataset notebook to add more columns etc.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ See https://gsverhoeven.github.io/post/blood-bowl-fumbbl-dataset/ for a data pap

The folder `analysis/` contains Rmarkdown and Jupyter notebooks with additional analyses.

Two examples:
Two example plots using data from the current release:

## BB2020 matches by race by week

![](match_volumes_by_race.png)
![](datasets/v0.4/match_volumes_by_race.png)

## Top 10 star player usage by week

![](star_players_by_week.png)
![](datasets/v0.4/star_players_by_week.png)
2 changes: 1 addition & 1 deletion analysis/BB2020 weekly match volumes by race.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

resx = pd.concat([res, res2], axis = 0)

my_plot = (p9.ggplot(data = resx.query("week_date < '2022-06-01'"), mapping = p9.aes(x = 'week_date', y = 'n_games',
my_plot = (p9.ggplot(data = resx.query("week_date < '2023-02-01'"), mapping = p9.aes(x = 'week_date', y = 'n_games',
group = 'factor(race_name)', color = 'factor(race_name)'))
+ p9.geom_point()
+ p9.geom_line()
Expand Down
Binary file added datasets/v0.4/match_volumes_by_race.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datasets/v0.4/star_players_by_week.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added datasets/v0.4/tournament_rosters.zip
Binary file not shown.
Binary file added datasets/v0.4/v0.4_fumbbl_data_csv.zip
Binary file not shown.
Binary file added datasets/v0.4/v0.4_fumbbl_data_h5.zip
Binary file not shown.

0 comments on commit b234079

Please sign in to comment.