Skip to content

Commit

Permalink
fixed spacings
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonchanhku committed Nov 12, 2022
1 parent e3ee811 commit 55faeb3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scraper.py
Expand Up @@ -71,12 +71,6 @@
subDf = subDf[['weightclass','rank', 'fighters','nickName','wins', 'losses', 'draws', 'img']]
dfList.append(subDf)








finalDf = pd.concat(dfList)
finalDf = finalDf.reset_index().rename(columns={'index':'_id'})
Expand Down

0 comments on commit 55faeb3

Please sign in to comment.