|
func execStlPythonCode(path, toPath string, period, seasonal, trend, trendDeg, seasonalDeg, lowPassDeg int, fraction float64, robust bool) (stlResult *STLResult, err error) {
|
|
func execStlPythonCode(path, toPath string, period, seasonal, trend, trendDeg, seasonalDeg, lowPassDeg int, fraction float64, robust bool) (stlResult *STLResult, err error) {
|
|
df = pd.read_excel(file_path, parse_dates=['日期'], engine='openpyxl')
|
|
df = pd.read_excel(file_path, parse_dates=['日期'], engine='openpyxl')
|