jchristo12 / fantasy_football

Files related to fantasy football analysis
0 stars 0 forks source link

Get ranking data frame into full data frame #22

Open jchristo12 opened 5 years ago

jchristo12 commented 5 years ago

Ranking data frames are at the team, season, week level. Need to concat to the data frame that is at the player, season, week level.

jchristo12 commented 4 years ago

Defensive ranking dataframe: all_def_ranks = pd.concat(def_ranks, axis=1)

Offensive ranking dataframe: all_off_ranks = pd.concat(off_ranks, axis=1)