xerroxcopy / pokemon-tcg

1 stars 0 forks source link

add a row to df that counts up the number of actual data points of pokemon cards available in the dataset #4

Closed xerroxcopy closed 2 years ago

xerroxcopy commented 2 years ago

df_series's cards_total includes non-pokemon cards. To simulate random draw, we need to align this to the actual datapoints. blackstar-promo-release-date-problem otherwise the total number of cards will be greater than nrow(df_gene), resulting in over-copied pokemons in the frequency distribution:

image
xerroxcopy commented 2 years ago

df_series2