changxin commited on
Commit
322a014
1 Parent(s): 04edcd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ def dd_ocr(tk,sl,dt):
61
  return response.json()
62
 
63
  def fx_dt(dc,x,y):
64
- DT=fread(dc,columns={'月份':dt.int64,'销量':dt.int64,'单价':dt.float64})
65
  D_table=DT[:,sum(f[int(y-1)]),by(f[int(x-1)])]
66
  return D_table.to_pandas()
67
 
 
61
  return response.json()
62
 
63
  def fx_dt(dc,x,y):
64
+ DT=fread(dc)
65
  D_table=DT[:,sum(f[int(y-1)]),by(f[int(x-1)])]
66
  return D_table.to_pandas()
67