masa729406 commited on
Commit
c8ca045
Β·
1 Parent(s): 5c6e347

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -213,7 +213,7 @@ url23 = 'https://www.football-lab.jp/ka-f/match/'
213
  dfs23 = pd.read_html(url23)
214
 
215
  #γ‚·γƒΌγ‚Ίγƒ³ζ―Žγ«εˆ†ι‘ž
216
- res23 = pd.DataFrame([['S2023']]*len(dfs23[0])).join(dfs23, lsuffix='0')
217
 
218
  df = res23
219
 
 
213
  dfs23 = pd.read_html(url23)
214
 
215
  #γ‚·γƒΌγ‚Ίγƒ³ζ―Žγ«εˆ†ι‘ž
216
+ res23 = pd.DataFrame([['S2023']]*len(dfs23[0])).join(dfs23)
217
 
218
  df = res23
219