Explorar o código

fix:修改stl python脚本

zqbao hai 4 meses
pai
achega
7abf9a11ac
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      services/data/stl/stl.go

+ 1 - 1
services/data/stl/stl.go

@@ -434,7 +434,7 @@ import warnings
 warnings.filterwarnings('ignore')
 
 file_path = r"%s"
-df = pd.read_excel(file_path, parse_dates=['日期'])
+df = pd.read_excel(file_path, parse_dates=['日期'], engine='openpyxl')
 df.set_index('日期', inplace=True)