更新 SCADA 数据导入函数

This commit is contained in:
JIANG
2025-11-06 15:12:36 +08:00
parent ac653fa2c1
commit 57f6a96658
2 changed files with 12 additions and 12 deletions

View File

@@ -4154,7 +4154,7 @@ async def fastapi_scada_device_data_cleaning(
elif device_type == "pipe_flow":
cleaned_value_df = api_ex.Fdataclean.clean_flow_data_dict(value_df)
# 添加 time 列到首列
# 添加 time 列到首列
cleaned_value_df = pd.DataFrame(cleaned_value_df)
# 只选择以 '_cleaned' 结尾的清洗数据列
cleaned_columns = [