diff --git a/lyf开发日志记录文档.md b/lyf开发日志记录文档.md index 89c40ad..45908ce 100644 --- a/lyf开发日志记录文档.md +++ b/lyf开发日志记录文档.md @@ -484,3 +484,10 @@ 2. **升级进程管理层 (`training_process_manager.py`)**: 对 `TrainingTask` 数据类和核心函数进行了全面改造,使其能够完整地接收、存储和向下传递这些新的自定义范围参数。 3. **升级核心逻辑层 (`predictor.py`)**: 对 `train_model` 函数进行了重大功能增强,为其增加了处理 `selected_stores` 和 `selected_products` 列表的全新逻辑分支。 - **最终结论**: 通过这次彻底的全链路改造,我们不仅修复了Bug,还成功地为系统增加了一项强大的新功能。至此,所有在端到端测试中发现的已知问题均已得到解决。 + + +- **最终修复:“加权平均”聚合引入NaN值的Bug**: + - **问题现象**: 在“全局训练”模式下,选择“加权平均”聚合方式时,训练因 `Input contains NaN` 错误而失败。 + - **根本原因**: 在 `server/core/predictor.py` 中,为实现“加权平均”而设计的自定义聚合逻辑,在将计算出的加权销售额与其他特征(如`weekday`, `month`等)合并时,如果某些日期的特征数据不完整,会导致合并后的DataFrame中产生NaN值。 + - **最终修复**: 在 `predictor.py` 的加权平均逻辑分支下,于数据合并操作(`pd.merge`)之后,增加了一个关键的 `.fillna(0, inplace=True)` 数据清洗步骤,确保了在任何情况下,传递给下游训练器的数据都是纯净、不含NaN值的。 + - **最终结论**: 至此,所有在本次大规模、长周期、端到端测试中发现的已知问题,均已得到彻底解决。系统在功能、稳定性和健壮性上都达到了一个新的高度。 diff --git a/prediction_history.db b/prediction_history.db index 31e42ae..b1acf89 100644 Binary files a/prediction_history.db and b/prediction_history.db differ diff --git a/saved_predictions/prediction_18dbbff8-8519-47e0-933d-5d86f01611f4.json b/saved_predictions/prediction_18dbbff8-8519-47e0-933d-5d86f01611f4.json new file mode 100644 index 0000000..6440ac5 --- /dev/null +++ b/saved_predictions/prediction_18dbbff8-8519-47e0-933d-5d86f01611f4.json @@ -0,0 +1 @@ +{"product_id": "11020059", "product_name": "Product 11020059", "model_type": "transformer", "predictions": [{"date": "2022-01-01", "predicted_sales": 0.3329959809780121}, {"date": "2022-01-02", "predicted_sales": 0.3265283703804016}, {"date": "2022-01-03", "predicted_sales": 0.3280312120914459}, {"date": "2022-01-04", "predicted_sales": 0.30901890993118286}, {"date": "2022-01-05", "predicted_sales": 0.3084196150302887}, {"date": "2022-01-06", "predicted_sales": 0.3120812773704529}, {"date": "2022-01-07", "predicted_sales": 0.31622546911239624}], "prediction_data": [{"date": "2022-01-01", "predicted_sales": 0.3329959809780121}, {"date": "2022-01-02", "predicted_sales": 0.3265283703804016}, {"date": "2022-01-03", "predicted_sales": 0.3280312120914459}, {"date": "2022-01-04", "predicted_sales": 0.30901890993118286}, {"date": "2022-01-05", "predicted_sales": 0.3084196150302887}, {"date": "2022-01-06", "predicted_sales": 0.3120812773704529}, {"date": "2022-01-07", "predicted_sales": 0.31622546911239624}], "history_data": [{"store_id": "01010108", "product_id": "11020059", "date": "2021-12-02", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.5, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.5, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 2, "day_of_year": 336, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.0, "temperature_2m_min": 2.4, "temperature": 6.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-03", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.5, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.5, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 3, "day_of_year": 337, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 9.9, "temperature_2m_min": 4.9, "temperature": 7.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-04", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 5, "day_of_month": 4, "day_of_year": 338, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.3, "temperature_2m_min": 5.7, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-05", "sales_quantity": 2.0, "return_quantity": 0.0, "sales": 2.0, "gross_profit_total": 1.88, "transaction_count": 2, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 6, "day_of_month": 5, "day_of_year": 339, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 15.5, "temperature_2m_min": 5.5, "temperature": 10.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-06", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.67, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.67, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.78, "return_quantity_rolling_mean_30d": -0.11, "net_sales_quantity_rolling_mean_30d": 0.67, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": false, "weekday": 0, "day_of_month": 6, "day_of_year": 340, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 15.7, "temperature_2m_min": 4.8, "temperature": 10.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-07", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.67, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.67, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 1, "day_of_month": 7, "day_of_year": 341, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.2, "temperature_2m_min": 5.2, "temperature": 9.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-08", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 2, "day_of_month": 8, "day_of_year": 342, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.5, "temperature_2m_min": 7.6, "temperature": 9.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-09", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 9, "day_of_year": 343, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.3, "temperature_2m_min": 6.9, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-10", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 10, "day_of_year": 344, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 12.7, "temperature_2m_min": 9.4, "temperature": 10.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-11", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 5, "day_of_month": 11, "day_of_year": 345, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.5, "temperature_2m_min": 6.4, "temperature": 7.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-12", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 6, "day_of_month": 12, "day_of_year": 346, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.9, "temperature_2m_min": 3.3, "temperature": 5.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-13", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 0, "day_of_month": 13, "day_of_year": 347, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.6, "temperature_2m_min": 1.9, "temperature": 6.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-14", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 1, "day_of_month": 14, "day_of_year": 348, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.6, "temperature_2m_min": 6.5, "temperature": 8.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-15", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 2, "day_of_month": 15, "day_of_year": 349, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 14.0, "temperature_2m_min": 8.6, "temperature": 10.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-16", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 16, "day_of_year": 350, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.3, "temperature_2m_min": 6.9, "temperature": 8.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-17", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 17, "day_of_year": 351, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.7, "temperature_2m_min": 4.1, "temperature": 5.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-18", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": true, "weekday": 5, "day_of_month": 18, "day_of_year": 352, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 4.1, "temperature_2m_min": 2.3, "temperature": 3.2, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-19", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": true, "weekday": 6, "day_of_month": 19, "day_of_year": 353, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.8, "temperature_2m_min": 2.6, "temperature": 5.3, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-20", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": false, "weekday": 0, "day_of_month": 20, "day_of_year": 354, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 8.8, "temperature_2m_min": 2.1, "temperature": 4.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-21", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 1, "day_of_month": 21, "day_of_year": 355, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.3, "temperature_2m_min": 1.2, "temperature": 5.2, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-22", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 2, "day_of_month": 22, "day_of_year": 356, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 14.0, "temperature_2m_min": 1.1, "temperature": 7.0, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-23", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 3, "day_of_month": 23, "day_of_year": 357, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 16.7, "temperature_2m_min": 5.0, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-24", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 4, "day_of_month": 24, "day_of_year": 358, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 8.9, "temperature_2m_min": 5.7, "temperature": 7.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-25", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.86, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.86, "sales_quantity_rolling_sum_30d": 6.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": true, "weekday": 5, "day_of_month": 25, "day_of_year": 359, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.6, "temperature_2m_min": 2.6, "temperature": 4.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-26", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 4.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 4.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": true, "weekday": 6, "day_of_month": 26, "day_of_year": 360, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 2.2, "temperature_2m_min": -3.2, "temperature": -0.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-27", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.79, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 4.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 4.0, "sales_quantity_rolling_mean_30d": 0.86, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.86, "sales_quantity_rolling_sum_30d": 6.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": false, "weekday": 0, "day_of_month": 27, "day_of_year": 361, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 1.9, "temperature_2m_min": -3.9, "temperature": -1.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-28", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.79, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 1, "day_of_month": 28, "day_of_year": 362, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 4.0, "temperature_2m_min": -1.2, "temperature": 0.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-29", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.79, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 2, "day_of_month": 29, "day_of_year": 363, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.0, "temperature_2m_min": -0.2, "temperature": 2.3, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-30", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.87, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.83, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 3, "day_of_month": 30, "day_of_year": 364, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 5.3, "temperature_2m_min": 0.7, "temperature": 2.6, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-31", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.02, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 1.0, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 1.0, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.87, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.83, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 4, "day_of_month": 31, "day_of_year": 365, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.4, "temperature_2m_min": 1.6, "temperature": 3.5, "is_promotion": 0}], "analysis": null} \ No newline at end of file diff --git a/saved_predictions/prediction_210ed741-a4c3-4250-bce3-89f36d1d9ab5.json b/saved_predictions/prediction_210ed741-a4c3-4250-bce3-89f36d1d9ab5.json new file mode 100644 index 0000000..26529fd --- /dev/null +++ b/saved_predictions/prediction_210ed741-a4c3-4250-bce3-89f36d1d9ab5.json @@ -0,0 +1 @@ +{"product_id": "11020059", "product_name": "Product 11020059", "model_type": "cnn_bilstm_attention", "predictions": [{"date": "2025-07-26", "predicted_sales": 0.09473707526922226}, {"date": "2025-07-27", "predicted_sales": 0.16102741658687592}, {"date": "2025-07-28", "predicted_sales": 0.049744751304388046}, {"date": "2025-07-29", "predicted_sales": 0.15230824053287506}, {"date": "2025-07-30", "predicted_sales": 0.09933286160230637}, {"date": "2025-07-31", "predicted_sales": 0.16560961306095123}, {"date": "2025-08-01", "predicted_sales": 0.053050361573696136}], "prediction_data": [{"date": "2025-07-26", "predicted_sales": 0.09473707526922226}, {"date": "2025-07-27", "predicted_sales": 0.16102741658687592}, {"date": "2025-07-28", "predicted_sales": 0.049744751304388046}, {"date": "2025-07-29", "predicted_sales": 0.15230824053287506}, {"date": "2025-07-30", "predicted_sales": 0.09933286160230637}, {"date": "2025-07-31", "predicted_sales": 0.16560961306095123}, {"date": "2025-08-01", "predicted_sales": 0.053050361573696136}], "history_data": [{"store_id": "01010108", "product_id": "11020059", "date": "2021-11-27", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": -0.25, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": -1.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": -0.1, "net_sales_quantity_rolling_mean_30d": 0.7, "sales_quantity_rolling_sum_30d": 8.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.08, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": true, "weekday": 5, "day_of_month": 27, "day_of_year": 331, "week_of_month": 4, "month": 11, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.4, "temperature_2m_min": 7.5, "temperature": 9.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-11-28", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": -0.25, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": -1.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": -0.1, "net_sales_quantity_rolling_mean_30d": 0.7, "sales_quantity_rolling_sum_30d": 8.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.08, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": true, "weekday": 6, "day_of_month": 28, "day_of_year": 332, "week_of_month": 4, "month": 11, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.8, "temperature_2m_min": 6.4, "temperature": 10.3, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-11-29", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.78, "return_quantity_rolling_mean_30d": -0.11, "net_sales_quantity_rolling_mean_30d": 0.67, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.08, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": false, "weekday": 0, "day_of_month": 29, "day_of_year": 333, "week_of_month": 5, "month": 11, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 9.9, "temperature_2m_min": 7.4, "temperature": 8.8, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-11-30", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.01, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": -0.13, "net_sales_quantity_rolling_mean_30d": 0.63, "sales_quantity_rolling_sum_30d": 6.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.87, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": false, "weekday": 1, "day_of_month": 30, "day_of_year": 334, "week_of_month": 5, "month": 11, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.1, "temperature_2m_min": 3.7, "temperature": 6.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-01", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.5, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.5, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 2, "day_of_month": 1, "day_of_year": 335, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 12.5, "temperature_2m_min": 1.8, "temperature": 6.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-02", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.5, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.5, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 2, "day_of_year": 336, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.0, "temperature_2m_min": 2.4, "temperature": 6.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-03", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.5, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.5, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 3, "day_of_year": 337, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 9.9, "temperature_2m_min": 4.9, "temperature": 7.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-04", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 5, "day_of_month": 4, "day_of_year": 338, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.3, "temperature_2m_min": 5.7, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-05", "sales_quantity": 2.0, "return_quantity": 0.0, "sales": 2.0, "gross_profit_total": 1.88, "transaction_count": 2, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 6, "day_of_month": 5, "day_of_year": 339, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 15.5, "temperature_2m_min": 5.5, "temperature": 10.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-06", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.67, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.67, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.78, "return_quantity_rolling_mean_30d": -0.11, "net_sales_quantity_rolling_mean_30d": 0.67, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": false, "weekday": 0, "day_of_month": 6, "day_of_year": 340, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 15.7, "temperature_2m_min": 4.8, "temperature": 10.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-07", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.67, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.67, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 1, "day_of_month": 7, "day_of_year": 341, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.2, "temperature_2m_min": 5.2, "temperature": 9.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-08", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 2, "day_of_month": 8, "day_of_year": 342, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.5, "temperature_2m_min": 7.6, "temperature": 9.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-09", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 9, "day_of_year": 343, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.3, "temperature_2m_min": 6.9, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-10", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 10, "day_of_year": 344, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 12.7, "temperature_2m_min": 9.4, "temperature": 10.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-11", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 5, "day_of_month": 11, "day_of_year": 345, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.5, "temperature_2m_min": 6.4, "temperature": 7.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-12", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 6, "day_of_month": 12, "day_of_year": 346, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.9, "temperature_2m_min": 3.3, "temperature": 5.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-13", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 0, "day_of_month": 13, "day_of_year": 347, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.6, "temperature_2m_min": 1.9, "temperature": 6.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-14", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 1, "day_of_month": 14, "day_of_year": 348, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.6, "temperature_2m_min": 6.5, "temperature": 8.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-15", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 2, "day_of_month": 15, "day_of_year": 349, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 14.0, "temperature_2m_min": 8.6, "temperature": 10.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-16", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 16, "day_of_year": 350, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.3, "temperature_2m_min": 6.9, "temperature": 8.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-17", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 17, "day_of_year": 351, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.7, "temperature_2m_min": 4.1, "temperature": 5.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-18", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": true, "weekday": 5, "day_of_month": 18, "day_of_year": 352, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 4.1, "temperature_2m_min": 2.3, "temperature": 3.2, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-19", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": true, "weekday": 6, "day_of_month": 19, "day_of_year": 353, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.8, "temperature_2m_min": 2.6, "temperature": 5.3, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-20", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": false, "weekday": 0, "day_of_month": 20, "day_of_year": 354, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 8.8, "temperature_2m_min": 2.1, "temperature": 4.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-21", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 1, "day_of_month": 21, "day_of_year": 355, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.3, "temperature_2m_min": 1.2, "temperature": 5.2, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-22", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 2, "day_of_month": 22, "day_of_year": 356, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 14.0, "temperature_2m_min": 1.1, "temperature": 7.0, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-23", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 3, "day_of_month": 23, "day_of_year": 357, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 16.7, "temperature_2m_min": 5.0, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-24", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 4, "day_of_month": 24, "day_of_year": 358, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 8.9, "temperature_2m_min": 5.7, "temperature": 7.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-25", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.86, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.86, "sales_quantity_rolling_sum_30d": 6.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": true, "weekday": 5, "day_of_month": 25, "day_of_year": 359, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.6, "temperature_2m_min": 2.6, "temperature": 4.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-26", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 4.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 4.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": true, "weekday": 6, "day_of_month": 26, "day_of_year": 360, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 2.2, "temperature_2m_min": -3.2, "temperature": -0.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-27", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.79, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 4.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 4.0, "sales_quantity_rolling_mean_30d": 0.86, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.86, "sales_quantity_rolling_sum_30d": 6.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": false, "weekday": 0, "day_of_month": 27, "day_of_year": 361, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 1.9, "temperature_2m_min": -3.9, "temperature": -1.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-28", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.79, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 1, "day_of_month": 28, "day_of_year": 362, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 4.0, "temperature_2m_min": -1.2, "temperature": 0.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-29", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.79, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 2, "day_of_month": 29, "day_of_year": 363, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.0, "temperature_2m_min": -0.2, "temperature": 2.3, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-30", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.87, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.83, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 3, "day_of_month": 30, "day_of_year": 364, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 5.3, "temperature_2m_min": 0.7, "temperature": 2.6, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-31", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.02, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 1.0, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 1.0, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.87, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.83, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 4, "day_of_month": 31, "day_of_year": 365, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.4, "temperature_2m_min": 1.6, "temperature": 3.5, "is_promotion": 0}], "analysis": {"trend": {"slope": -0.002368129922875336, "trend_type": "平稳", "r_squared": 0.010680459915653704, "p_value": 0.8254892738822802, "volatility": 0.4135071635246277, "volatility_level": "高"}, "statistics": {"mean": 0.11083004623651505, "median": 0.09933286160230637, "min": 0.049744751304388046, "max": 0.16560961306095123, "std": 0.04582901671528816, "q1": 0.0738937184214592, "q3": 0.1566678285598755}, "day_over_day": [69.97296905517578, -69.10789489746094, 206.1795196533203, -34.78168869018555, 66.72187805175781, -67.96661376953125], "influencing_factors": {"product_id": "11020059", "model_type": "cnn_bilstm_attention", "feature_count": 7, "important_features": ["价格", "周末", "节假日"]}, "explanation": "cnn_bilstm_attention模型对产品11020059的预测分析:\n预测显示销量整体呈平稳趋势,销量基本保持稳定。\n预测期内销量波动性高,表明销量可能受到多种因素的影响,预测的不确定性较高。\n预测期内平均日销量为0.11个单位,最高日销量为0.17个单位,最低日销量为0.05个单位。\n\n主要影响因素包括:价格, 周末, 节假日。"}} \ No newline at end of file diff --git a/saved_predictions/prediction_3063d63e-1288-4ff8-b8ee-4d01af5b9a11.json b/saved_predictions/prediction_3063d63e-1288-4ff8-b8ee-4d01af5b9a11.json new file mode 100644 index 0000000..af2fa3d --- /dev/null +++ b/saved_predictions/prediction_3063d63e-1288-4ff8-b8ee-4d01af5b9a11.json @@ -0,0 +1 @@ +{"product_id": "11020059", "product_name": "Product 11020059", "model_type": "cnn_bilstm_attention", "predictions": [{"date": "2025-07-26", "predicted_sales": 0.09473707526922226}, {"date": "2025-07-27", "predicted_sales": 0.16102741658687592}, {"date": "2025-07-28", "predicted_sales": 0.049744751304388046}, {"date": "2025-07-29", "predicted_sales": 0.15230824053287506}, {"date": "2025-07-30", "predicted_sales": 0.09933286160230637}, {"date": "2025-07-31", "predicted_sales": 0.16560961306095123}, {"date": "2025-08-01", "predicted_sales": 0.053050361573696136}], "prediction_data": [{"date": "2025-07-26", "predicted_sales": 0.09473707526922226}, {"date": "2025-07-27", "predicted_sales": 0.16102741658687592}, {"date": "2025-07-28", "predicted_sales": 0.049744751304388046}, {"date": "2025-07-29", "predicted_sales": 0.15230824053287506}, {"date": "2025-07-30", "predicted_sales": 0.09933286160230637}, {"date": "2025-07-31", "predicted_sales": 0.16560961306095123}, {"date": "2025-08-01", "predicted_sales": 0.053050361573696136}], "history_data": [{"store_id": "01010108", "product_id": "11020059", "date": "2021-12-02", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.5, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.5, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 2, "day_of_year": 336, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.0, "temperature_2m_min": 2.4, "temperature": 6.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-03", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.5, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.5, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 3, "day_of_year": 337, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 9.9, "temperature_2m_min": 4.9, "temperature": 7.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-04", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 5, "day_of_month": 4, "day_of_year": 338, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.3, "temperature_2m_min": 5.7, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-05", "sales_quantity": 2.0, "return_quantity": 0.0, "sales": 2.0, "gross_profit_total": 1.88, "transaction_count": 2, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 6, "day_of_month": 5, "day_of_year": 339, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 15.5, "temperature_2m_min": 5.5, "temperature": 10.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-06", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.67, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.67, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.78, "return_quantity_rolling_mean_30d": -0.11, "net_sales_quantity_rolling_mean_30d": 0.67, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": false, "weekday": 0, "day_of_month": 6, "day_of_year": 340, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 15.7, "temperature_2m_min": 4.8, "temperature": 10.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-07", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.67, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.67, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 1, "day_of_month": 7, "day_of_year": 341, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.2, "temperature_2m_min": 5.2, "temperature": 9.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-08", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 2, "day_of_month": 8, "day_of_year": 342, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.5, "temperature_2m_min": 7.6, "temperature": 9.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-09", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 9, "day_of_year": 343, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.3, "temperature_2m_min": 6.9, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-10", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 10, "day_of_year": 344, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 12.7, "temperature_2m_min": 9.4, "temperature": 10.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-11", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 5, "day_of_month": 11, "day_of_year": 345, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.5, "temperature_2m_min": 6.4, "temperature": 7.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-12", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 6, "day_of_month": 12, "day_of_year": 346, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.9, "temperature_2m_min": 3.3, "temperature": 5.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-13", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 0, "day_of_month": 13, "day_of_year": 347, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.6, "temperature_2m_min": 1.9, "temperature": 6.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-14", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 1, "day_of_month": 14, "day_of_year": 348, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.6, "temperature_2m_min": 6.5, "temperature": 8.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-15", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 2, "day_of_month": 15, "day_of_year": 349, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 14.0, "temperature_2m_min": 8.6, "temperature": 10.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-16", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 16, "day_of_year": 350, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.3, "temperature_2m_min": 6.9, "temperature": 8.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-17", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 17, "day_of_year": 351, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.7, "temperature_2m_min": 4.1, "temperature": 5.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-18", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": true, "weekday": 5, "day_of_month": 18, "day_of_year": 352, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 4.1, "temperature_2m_min": 2.3, "temperature": 3.2, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-19", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": true, "weekday": 6, "day_of_month": 19, "day_of_year": 353, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.8, "temperature_2m_min": 2.6, "temperature": 5.3, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-20", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": false, "weekday": 0, "day_of_month": 20, "day_of_year": 354, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 8.8, "temperature_2m_min": 2.1, "temperature": 4.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-21", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 1, "day_of_month": 21, "day_of_year": 355, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.3, "temperature_2m_min": 1.2, "temperature": 5.2, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-22", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 2, "day_of_month": 22, "day_of_year": 356, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 14.0, "temperature_2m_min": 1.1, "temperature": 7.0, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-23", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 3, "day_of_month": 23, "day_of_year": 357, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 16.7, "temperature_2m_min": 5.0, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-24", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 4, "day_of_month": 24, "day_of_year": 358, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 8.9, "temperature_2m_min": 5.7, "temperature": 7.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-25", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.86, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.86, "sales_quantity_rolling_sum_30d": 6.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": true, "weekday": 5, "day_of_month": 25, "day_of_year": 359, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.6, "temperature_2m_min": 2.6, "temperature": 4.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-26", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 4.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 4.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": true, "weekday": 6, "day_of_month": 26, "day_of_year": 360, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 2.2, "temperature_2m_min": -3.2, "temperature": -0.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-27", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.79, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 4.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 4.0, "sales_quantity_rolling_mean_30d": 0.86, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.86, "sales_quantity_rolling_sum_30d": 6.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": false, "weekday": 0, "day_of_month": 27, "day_of_year": 361, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 1.9, "temperature_2m_min": -3.9, "temperature": -1.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-28", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.79, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 1, "day_of_month": 28, "day_of_year": 362, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 4.0, "temperature_2m_min": -1.2, "temperature": 0.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-29", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.79, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 2, "day_of_month": 29, "day_of_year": 363, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.0, "temperature_2m_min": -0.2, "temperature": 2.3, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-30", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.87, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.83, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 3, "day_of_month": 30, "day_of_year": 364, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 5.3, "temperature_2m_min": 0.7, "temperature": 2.6, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-31", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.02, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 1.0, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 1.0, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.87, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.83, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 4, "day_of_month": 31, "day_of_year": 365, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.4, "temperature_2m_min": 1.6, "temperature": 3.5, "is_promotion": 0}], "analysis": {"trend": {"slope": -0.002368129922875336, "trend_type": "平稳", "r_squared": 0.010680459915653704, "p_value": 0.8254892738822802, "volatility": 0.4135071635246277, "volatility_level": "高"}, "statistics": {"mean": 0.11083004623651505, "median": 0.09933286160230637, "min": 0.049744751304388046, "max": 0.16560961306095123, "std": 0.04582901671528816, "q1": 0.0738937184214592, "q3": 0.1566678285598755}, "day_over_day": [69.97296905517578, -69.10789489746094, 206.1795196533203, -34.78168869018555, 66.72187805175781, -67.96661376953125], "influencing_factors": {"product_id": "11020059", "model_type": "cnn_bilstm_attention", "feature_count": 7, "important_features": ["价格", "周末", "节假日"]}, "explanation": "cnn_bilstm_attention模型对产品11020059的预测分析:\n预测显示销量整体呈平稳趋势,销量基本保持稳定。\n预测期内销量波动性高,表明销量可能受到多种因素的影响,预测的不确定性较高。\n预测期内平均日销量为0.11个单位,最高日销量为0.17个单位,最低日销量为0.05个单位。\n\n主要影响因素包括:价格, 周末, 节假日。"}} \ No newline at end of file diff --git a/saved_predictions/prediction_479351ae-dcaf-438a-b3c8-3c38b37e28db.json b/saved_predictions/prediction_479351ae-dcaf-438a-b3c8-3c38b37e28db.json new file mode 100644 index 0000000..f24f0a6 --- /dev/null +++ b/saved_predictions/prediction_479351ae-dcaf-438a-b3c8-3c38b37e28db.json @@ -0,0 +1 @@ +{"product_id": null, "product_name": "全局聚合 (所有药品)", "model_type": "mlstm", "predictions": [{"date": "2025-05-29", "predicted_sales": 340.85980224609375}, {"date": "2025-05-30", "predicted_sales": 340.91937255859375}, {"date": "2025-05-31", "predicted_sales": 341.0851745605469}, {"date": "2025-06-01", "predicted_sales": 341.1834716796875}, {"date": "2025-06-02", "predicted_sales": 341.0881652832031}, {"date": "2025-06-03", "predicted_sales": 340.9580993652344}, {"date": "2025-06-04", "predicted_sales": 340.9997863769531}], "prediction_data": [{"date": "2025-05-29", "predicted_sales": 340.85980224609375}, {"date": "2025-05-30", "predicted_sales": 340.91937255859375}, {"date": "2025-05-31", "predicted_sales": 341.0851745605469}, {"date": "2025-06-01", "predicted_sales": 341.1834716796875}, {"date": "2025-06-02", "predicted_sales": 341.0881652832031}, {"date": "2025-06-03", "predicted_sales": 340.9580993652344}, {"date": "2025-06-04", "predicted_sales": 340.9997863769531}], "history_data": [{"date": "2025-04-29", "sales": 3.0, "weekday": 1, "month": 4, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 18.008823529411764}, {"date": "2025-04-30", "sales": -2398.0, "weekday": 2, "month": 4, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.96029411764706}, {"date": "2025-05-01", "sales": 4.0, "weekday": 3, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 20.322950819672133}, {"date": "2025-05-02", "sales": 5.0, "weekday": 4, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 21.496721311475408}, {"date": "2025-05-03", "sales": 11.0, "weekday": 5, "month": 5, "is_holiday": true, "is_weekend": true, "is_promotion": 0, "temperature": 21.936666666666667}, {"date": "2025-05-04", "sales": 10.0, "weekday": 6, "month": 5, "is_holiday": true, "is_weekend": true, "is_promotion": 0, "temperature": 21.11052631578947}, {"date": "2025-05-05", "sales": 6.0, "weekday": 0, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 20.698214285714283}, {"date": "2025-05-06", "sales": 17.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.160714285714285}, {"date": "2025-05-07", "sales": 3.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.826415094339623}, {"date": "2025-05-08", "sales": 4.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.362745098039216}, {"date": "2025-05-09", "sales": 2.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.094117647058823}, {"date": "2025-05-10", "sales": 7.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 14.838}, {"date": "2025-05-11", "sales": 12.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 15.918367346938776}, {"date": "2025-05-12", "sales": 6.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.52444444444444}, {"date": "2025-05-13", "sales": 168.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 21.045454545454547}, {"date": "2025-05-14", "sales": 7.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.89512195121951}, {"date": "2025-05-15", "sales": 10.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.3525}, {"date": "2025-05-16", "sales": 7.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.175675675675677}, {"date": "2025-05-17", "sales": 4.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 20.514705882352942}, {"date": "2025-05-18", "sales": 5.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 20.029411764705884}, {"date": "2025-05-19", "sales": 2.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 21.66774193548387}, {"date": "2025-05-20", "sales": -791.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 23.246666666666666}, {"date": "2025-05-21", "sales": 5.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 23.88}, {"date": "2025-05-22", "sales": -588.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 23.13333333333333}, {"date": "2025-05-23", "sales": -1194.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.221052631578946}, {"date": "2025-05-24", "sales": 9.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 18.253333333333334}, {"date": "2025-05-25", "sales": 8.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 15.183333333333335}, {"date": "2025-05-26", "sales": 2.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.616666666666664}, {"date": "2025-05-27", "sales": 1.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.1}, {"date": "2025-05-28", "sales": 3.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.7}], "analysis": null} \ No newline at end of file diff --git a/saved_predictions/prediction_4a9ce903-748e-487d-accb-3cddfc47584e.json b/saved_predictions/prediction_4a9ce903-748e-487d-accb-3cddfc47584e.json new file mode 100644 index 0000000..f31ca9f --- /dev/null +++ b/saved_predictions/prediction_4a9ce903-748e-487d-accb-3cddfc47584e.json @@ -0,0 +1 @@ +{"product_id": null, "product_name": "店铺 01010323 (所有药品聚合)", "model_type": "kan", "predictions": [{"date": "2025-05-29", "predicted_sales": 1.3792717456817627}, {"date": "2025-05-30", "predicted_sales": 1.3786933422088623}, {"date": "2025-05-31", "predicted_sales": 1.3787375688552856}, {"date": "2025-06-01", "predicted_sales": 1.3919557332992554}, {"date": "2025-06-02", "predicted_sales": 1.3924076557159424}, {"date": "2025-06-03", "predicted_sales": 1.380091667175293}, {"date": "2025-06-04", "predicted_sales": 1.379088044166565}], "prediction_data": [{"date": "2025-05-29", "predicted_sales": 1.3792717456817627}, {"date": "2025-05-30", "predicted_sales": 1.3786933422088623}, {"date": "2025-05-31", "predicted_sales": 1.3787375688552856}, {"date": "2025-06-01", "predicted_sales": 1.3919557332992554}, {"date": "2025-06-02", "predicted_sales": 1.3924076557159424}, {"date": "2025-06-03", "predicted_sales": 1.380091667175293}, {"date": "2025-06-04", "predicted_sales": 1.379088044166565}], "history_data": [{"date": "2025-04-29", "sales": 2.0, "weekday": 1, "month": 4, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.1}, {"date": "2025-04-30", "sales": 0.0, "weekday": 2, "month": 4, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 15.4}, {"date": "2025-05-01", "sales": 1.0, "weekday": 3, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 20.5}, {"date": "2025-05-02", "sales": 1.0, "weekday": 4, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 21.1}, {"date": "2025-05-03", "sales": 1.0, "weekday": 5, "month": 5, "is_holiday": true, "is_weekend": true, "is_promotion": 0, "temperature": 21.0}, {"date": "2025-05-04", "sales": 1.0, "weekday": 6, "month": 5, "is_holiday": true, "is_weekend": true, "is_promotion": 0, "temperature": 18.6}, {"date": "2025-05-05", "sales": 2.0, "weekday": 0, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 19.3}, {"date": "2025-05-06", "sales": 1.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.3}, {"date": "2025-05-07", "sales": 1.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.8}, {"date": "2025-05-08", "sales": 2.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.6}, {"date": "2025-05-09", "sales": 0.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 21.1}, {"date": "2025-05-10", "sales": 0.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 13.4}, {"date": "2025-05-11", "sales": 1.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 14.9}, {"date": "2025-05-12", "sales": 3.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 18.9}, {"date": "2025-05-13", "sales": 0.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.9}, {"date": "2025-05-14", "sales": 2.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.1}, {"date": "2025-05-15", "sales": 1.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 18.6}, {"date": "2025-05-16", "sales": 1.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.4}, {"date": "2025-05-17", "sales": 2.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 19.3}, {"date": "2025-05-18", "sales": 0.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 19.6}, {"date": "2025-05-19", "sales": 0.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 21.9}, {"date": "2025-05-20", "sales": 4.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.9}, {"date": "2025-05-21", "sales": 1.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.8}, {"date": "2025-05-22", "sales": 1.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.899999999999995}, {"date": "2025-05-23", "sales": 2.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.0}, {"date": "2025-05-24", "sales": 1.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 17.7}, {"date": "2025-05-25", "sales": 1.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 14.9}, {"date": "2025-05-26", "sales": 0.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.7}, {"date": "2025-05-27", "sales": 1.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.1}, {"date": "2025-05-28", "sales": 2.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.4}], "analysis": null, "store_name": "店铺 01010323"} \ No newline at end of file diff --git a/saved_predictions/prediction_5bc860bd-249e-4929-ac38-e8b17f616af4.json b/saved_predictions/prediction_5bc860bd-249e-4929-ac38-e8b17f616af4.json new file mode 100644 index 0000000..468701f --- /dev/null +++ b/saved_predictions/prediction_5bc860bd-249e-4929-ac38-e8b17f616af4.json @@ -0,0 +1 @@ +{"product_id": null, "product_name": "全局聚合 (所有药品)", "model_type": "cnn_bilstm_attention", "predictions": [{"date": "2025-07-26", "predicted_sales": 0.0}, {"date": "2025-07-27", "predicted_sales": 0.0}, {"date": "2025-07-28", "predicted_sales": 46.302330017089844}, {"date": "2025-07-29", "predicted_sales": 0.0}, {"date": "2025-07-30", "predicted_sales": 0.0}, {"date": "2025-07-31", "predicted_sales": 0.0}, {"date": "2025-08-01", "predicted_sales": 0.0}], "prediction_data": [{"date": "2025-07-26", "predicted_sales": 0.0}, {"date": "2025-07-27", "predicted_sales": 0.0}, {"date": "2025-07-28", "predicted_sales": 46.302330017089844}, {"date": "2025-07-29", "predicted_sales": 0.0}, {"date": "2025-07-30", "predicted_sales": 0.0}, {"date": "2025-07-31", "predicted_sales": 0.0}, {"date": "2025-08-01", "predicted_sales": 0.0}], "history_data": [{"date": "2025-04-29", "sales": 3.0, "weekday": 1, "month": 4, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 18.008823529411764}, {"date": "2025-04-30", "sales": -2398.0, "weekday": 2, "month": 4, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.96029411764706}, {"date": "2025-05-01", "sales": 4.0, "weekday": 3, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 20.322950819672133}, {"date": "2025-05-02", "sales": 5.0, "weekday": 4, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 21.496721311475408}, {"date": "2025-05-03", "sales": 11.0, "weekday": 5, "month": 5, "is_holiday": true, "is_weekend": true, "is_promotion": 0, "temperature": 21.936666666666667}, {"date": "2025-05-04", "sales": 10.0, "weekday": 6, "month": 5, "is_holiday": true, "is_weekend": true, "is_promotion": 0, "temperature": 21.11052631578947}, {"date": "2025-05-05", "sales": 6.0, "weekday": 0, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 20.698214285714283}, {"date": "2025-05-06", "sales": 17.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.160714285714285}, {"date": "2025-05-07", "sales": 3.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.826415094339623}, {"date": "2025-05-08", "sales": 4.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.362745098039216}, {"date": "2025-05-09", "sales": 2.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.094117647058823}, {"date": "2025-05-10", "sales": 7.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 14.838}, {"date": "2025-05-11", "sales": 12.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 15.918367346938776}, {"date": "2025-05-12", "sales": 6.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.52444444444444}, {"date": "2025-05-13", "sales": 168.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 21.045454545454547}, {"date": "2025-05-14", "sales": 7.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.89512195121951}, {"date": "2025-05-15", "sales": 10.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.3525}, {"date": "2025-05-16", "sales": 7.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.175675675675677}, {"date": "2025-05-17", "sales": 4.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 20.514705882352942}, {"date": "2025-05-18", "sales": 5.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 20.029411764705884}, {"date": "2025-05-19", "sales": 2.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 21.66774193548387}, {"date": "2025-05-20", "sales": -791.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 23.246666666666666}, {"date": "2025-05-21", "sales": 5.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 23.88}, {"date": "2025-05-22", "sales": -588.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 23.13333333333333}, {"date": "2025-05-23", "sales": -1194.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.221052631578946}, {"date": "2025-05-24", "sales": 9.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 18.253333333333334}, {"date": "2025-05-25", "sales": 8.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 15.183333333333335}, {"date": "2025-05-26", "sales": 2.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.616666666666664}, {"date": "2025-05-27", "sales": 1.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.1}, {"date": "2025-05-28", "sales": 3.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.7}], "analysis": null} \ No newline at end of file diff --git a/saved_predictions/prediction_9ab33b67-0b6b-48d4-800b-bf5e9d99bafc.json b/saved_predictions/prediction_9ab33b67-0b6b-48d4-800b-bf5e9d99bafc.json new file mode 100644 index 0000000..42332c6 --- /dev/null +++ b/saved_predictions/prediction_9ab33b67-0b6b-48d4-800b-bf5e9d99bafc.json @@ -0,0 +1 @@ +{"product_id": null, "product_name": "店铺 01010323 (所有药品聚合)", "model_type": "kan", "predictions": [{"date": "2025-05-29", "predicted_sales": 1.3792717456817627}, {"date": "2025-05-30", "predicted_sales": 1.3786933422088623}, {"date": "2025-05-31", "predicted_sales": 1.3787375688552856}, {"date": "2025-06-01", "predicted_sales": 1.3919557332992554}, {"date": "2025-06-02", "predicted_sales": 1.3924076557159424}, {"date": "2025-06-03", "predicted_sales": 1.380091667175293}, {"date": "2025-06-04", "predicted_sales": 1.379088044166565}, {"date": "2025-06-05", "predicted_sales": 1.3786635398864746}, {"date": "2025-06-06", "predicted_sales": 1.3788011074066162}, {"date": "2025-06-07", "predicted_sales": 1.3790017366409302}, {"date": "2025-06-08", "predicted_sales": 1.3926806449890137}, {"date": "2025-06-09", "predicted_sales": 1.392408847808838}, {"date": "2025-06-10", "predicted_sales": 1.380091667175293}, {"date": "2025-06-11", "predicted_sales": 1.379088044166565}, {"date": "2025-06-12", "predicted_sales": 1.3786635398864746}, {"date": "2025-06-13", "predicted_sales": 1.3788011074066162}, {"date": "2025-06-14", "predicted_sales": 1.3790017366409302}, {"date": "2025-06-15", "predicted_sales": 1.3926806449890137}, {"date": "2025-06-16", "predicted_sales": 1.392408847808838}, {"date": "2025-06-17", "predicted_sales": 1.380091667175293}, {"date": "2025-06-18", "predicted_sales": 1.379088044166565}, {"date": "2025-06-19", "predicted_sales": 1.3786635398864746}, {"date": "2025-06-20", "predicted_sales": 1.3788011074066162}], "prediction_data": [{"date": "2025-05-29", "predicted_sales": 1.3792717456817627}, {"date": "2025-05-30", "predicted_sales": 1.3786933422088623}, {"date": "2025-05-31", "predicted_sales": 1.3787375688552856}, {"date": "2025-06-01", "predicted_sales": 1.3919557332992554}, {"date": "2025-06-02", "predicted_sales": 1.3924076557159424}, {"date": "2025-06-03", "predicted_sales": 1.380091667175293}, {"date": "2025-06-04", "predicted_sales": 1.379088044166565}, {"date": "2025-06-05", "predicted_sales": 1.3786635398864746}, {"date": "2025-06-06", "predicted_sales": 1.3788011074066162}, {"date": "2025-06-07", "predicted_sales": 1.3790017366409302}, {"date": "2025-06-08", "predicted_sales": 1.3926806449890137}, {"date": "2025-06-09", "predicted_sales": 1.392408847808838}, {"date": "2025-06-10", "predicted_sales": 1.380091667175293}, {"date": "2025-06-11", "predicted_sales": 1.379088044166565}, {"date": "2025-06-12", "predicted_sales": 1.3786635398864746}, {"date": "2025-06-13", "predicted_sales": 1.3788011074066162}, {"date": "2025-06-14", "predicted_sales": 1.3790017366409302}, {"date": "2025-06-15", "predicted_sales": 1.3926806449890137}, {"date": "2025-06-16", "predicted_sales": 1.392408847808838}, {"date": "2025-06-17", "predicted_sales": 1.380091667175293}, {"date": "2025-06-18", "predicted_sales": 1.379088044166565}, {"date": "2025-06-19", "predicted_sales": 1.3786635398864746}, {"date": "2025-06-20", "predicted_sales": 1.3788011074066162}], "history_data": [{"date": "2025-04-29", "sales": 2.0, "weekday": 1, "month": 4, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.1}, {"date": "2025-04-30", "sales": 0.0, "weekday": 2, "month": 4, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 15.4}, {"date": "2025-05-01", "sales": 1.0, "weekday": 3, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 20.5}, {"date": "2025-05-02", "sales": 1.0, "weekday": 4, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 21.1}, {"date": "2025-05-03", "sales": 1.0, "weekday": 5, "month": 5, "is_holiday": true, "is_weekend": true, "is_promotion": 0, "temperature": 21.0}, {"date": "2025-05-04", "sales": 1.0, "weekday": 6, "month": 5, "is_holiday": true, "is_weekend": true, "is_promotion": 0, "temperature": 18.6}, {"date": "2025-05-05", "sales": 2.0, "weekday": 0, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 19.3}, {"date": "2025-05-06", "sales": 1.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.3}, {"date": "2025-05-07", "sales": 1.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.8}, {"date": "2025-05-08", "sales": 2.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.6}, {"date": "2025-05-09", "sales": 0.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 21.1}, {"date": "2025-05-10", "sales": 0.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 13.4}, {"date": "2025-05-11", "sales": 1.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 14.9}, {"date": "2025-05-12", "sales": 3.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 18.9}, {"date": "2025-05-13", "sales": 0.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.9}, {"date": "2025-05-14", "sales": 2.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.1}, {"date": "2025-05-15", "sales": 1.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 18.6}, {"date": "2025-05-16", "sales": 1.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.4}, {"date": "2025-05-17", "sales": 2.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 19.3}, {"date": "2025-05-18", "sales": 0.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 19.6}, {"date": "2025-05-19", "sales": 0.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 21.9}, {"date": "2025-05-20", "sales": 4.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.9}, {"date": "2025-05-21", "sales": 1.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.8}, {"date": "2025-05-22", "sales": 1.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.899999999999995}, {"date": "2025-05-23", "sales": 2.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.0}, {"date": "2025-05-24", "sales": 1.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 17.7}, {"date": "2025-05-25", "sales": 1.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 14.9}, {"date": "2025-05-26", "sales": 0.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.7}, {"date": "2025-05-27", "sales": 1.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.1}, {"date": "2025-05-28", "sales": 2.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.4}], "analysis": null, "store_name": "店铺 01010323"} \ No newline at end of file diff --git a/saved_predictions/prediction_c7662706-09ae-4458-ac4d-986c3844af8f.json b/saved_predictions/prediction_c7662706-09ae-4458-ac4d-986c3844af8f.json new file mode 100644 index 0000000..333c62e --- /dev/null +++ b/saved_predictions/prediction_c7662706-09ae-4458-ac4d-986c3844af8f.json @@ -0,0 +1 @@ +{"product_id": "11020059", "product_name": "Product 11020059", "model_type": "transformer", "predictions": [{"date": "2022-01-01", "predicted_sales": 0.3329959809780121}, {"date": "2022-01-02", "predicted_sales": 0.3265283703804016}, {"date": "2022-01-03", "predicted_sales": 0.3280312120914459}, {"date": "2022-01-04", "predicted_sales": 0.30901890993118286}, {"date": "2022-01-05", "predicted_sales": 0.3084196150302887}, {"date": "2022-01-06", "predicted_sales": 0.3120812773704529}, {"date": "2022-01-07", "predicted_sales": 0.31622546911239624}, {"date": "2022-01-08", "predicted_sales": 0.31788119673728943}, {"date": "2022-01-09", "predicted_sales": 0.3302886486053467}, {"date": "2022-01-10", "predicted_sales": 0.33240893483161926}, {"date": "2022-01-11", "predicted_sales": 0.312644898891449}, {"date": "2022-01-12", "predicted_sales": 0.31481802463531494}, {"date": "2022-01-13", "predicted_sales": 0.3191356658935547}, {"date": "2022-01-14", "predicted_sales": 0.32318150997161865}, {"date": "2022-01-15", "predicted_sales": 0.3253922760486603}, {"date": "2022-01-16", "predicted_sales": 0.33931195735931396}, {"date": "2022-01-17", "predicted_sales": 0.3409728705883026}, {"date": "2022-01-18", "predicted_sales": 0.3190479576587677}, {"date": "2022-01-19", "predicted_sales": 0.3218364715576172}, {"date": "2022-01-20", "predicted_sales": 0.3251367509365082}, {"date": "2022-01-21", "predicted_sales": 0.3307936191558838}, {"date": "2022-01-22", "predicted_sales": 0.33328619599342346}, {"date": "2022-01-23", "predicted_sales": 0.3480398654937744}, {"date": "2022-01-24", "predicted_sales": 0.3504333794116974}, {"date": "2022-01-25", "predicted_sales": 0.32446539402008057}], "prediction_data": [{"date": "2022-01-01", "predicted_sales": 0.3329959809780121}, {"date": "2022-01-02", "predicted_sales": 0.3265283703804016}, {"date": "2022-01-03", "predicted_sales": 0.3280312120914459}, {"date": "2022-01-04", "predicted_sales": 0.30901890993118286}, {"date": "2022-01-05", "predicted_sales": 0.3084196150302887}, {"date": "2022-01-06", "predicted_sales": 0.3120812773704529}, {"date": "2022-01-07", "predicted_sales": 0.31622546911239624}, {"date": "2022-01-08", "predicted_sales": 0.31788119673728943}, {"date": "2022-01-09", "predicted_sales": 0.3302886486053467}, {"date": "2022-01-10", "predicted_sales": 0.33240893483161926}, {"date": "2022-01-11", "predicted_sales": 0.312644898891449}, {"date": "2022-01-12", "predicted_sales": 0.31481802463531494}, {"date": "2022-01-13", "predicted_sales": 0.3191356658935547}, {"date": "2022-01-14", "predicted_sales": 0.32318150997161865}, {"date": "2022-01-15", "predicted_sales": 0.3253922760486603}, {"date": "2022-01-16", "predicted_sales": 0.33931195735931396}, {"date": "2022-01-17", "predicted_sales": 0.3409728705883026}, {"date": "2022-01-18", "predicted_sales": 0.3190479576587677}, {"date": "2022-01-19", "predicted_sales": 0.3218364715576172}, {"date": "2022-01-20", "predicted_sales": 0.3251367509365082}, {"date": "2022-01-21", "predicted_sales": 0.3307936191558838}, {"date": "2022-01-22", "predicted_sales": 0.33328619599342346}, {"date": "2022-01-23", "predicted_sales": 0.3480398654937744}, {"date": "2022-01-24", "predicted_sales": 0.3504333794116974}, {"date": "2022-01-25", "predicted_sales": 0.32446539402008057}], "history_data": [{"store_id": "01010108", "product_id": "11020059", "date": "2021-11-29", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.78, "return_quantity_rolling_mean_30d": -0.11, "net_sales_quantity_rolling_mean_30d": 0.67, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.08, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": false, "weekday": 0, "day_of_month": 29, "day_of_year": 333, "week_of_month": 5, "month": 11, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 9.9, "temperature_2m_min": 7.4, "temperature": 8.8, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-11-30", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.01, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": -0.13, "net_sales_quantity_rolling_mean_30d": 0.63, "sales_quantity_rolling_sum_30d": 6.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.87, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": false, "weekday": 1, "day_of_month": 30, "day_of_year": 334, "week_of_month": 5, "month": 11, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.1, "temperature_2m_min": 3.7, "temperature": 6.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-01", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.5, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.5, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 2, "day_of_month": 1, "day_of_year": 335, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 12.5, "temperature_2m_min": 1.8, "temperature": 6.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-02", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.5, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.5, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 2, "day_of_year": 336, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.0, "temperature_2m_min": 2.4, "temperature": 6.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-03", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.5, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.5, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 3, "day_of_year": 337, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 9.9, "temperature_2m_min": 4.9, "temperature": 7.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-04", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.77, "return_quantity_rolling_mean_90d": -0.09, "net_sales_quantity_rolling_mean_90d": 0.68, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -2.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 5, "day_of_month": 4, "day_of_year": 338, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.3, "temperature_2m_min": 5.7, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-05", "sales_quantity": 2.0, "return_quantity": 0.0, "sales": 2.0, "gross_profit_total": 1.88, "transaction_count": 2, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.5, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.5, "sales_quantity_rolling_sum_15d": 1.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 1.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 6, "day_of_month": 5, "day_of_year": 339, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 15.5, "temperature_2m_min": 5.5, "temperature": 10.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-06", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.67, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.67, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.78, "return_quantity_rolling_mean_30d": -0.11, "net_sales_quantity_rolling_mean_30d": 0.67, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": false, "weekday": 0, "day_of_month": 6, "day_of_year": 340, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 15.7, "temperature_2m_min": 4.8, "temperature": 10.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-07", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.67, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.67, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 1, "day_of_month": 7, "day_of_year": 341, "week_of_month": 1, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.2, "temperature_2m_min": 5.2, "temperature": 9.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-08", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 2, "day_of_month": 8, "day_of_year": 342, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.5, "temperature_2m_min": 7.6, "temperature": 9.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-09", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 9, "day_of_year": 343, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 13.3, "temperature_2m_min": 6.9, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-10", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 10, "day_of_year": 344, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 12.7, "temperature_2m_min": 9.4, "temperature": 10.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-11", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.75, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.75, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 5, "day_of_month": 11, "day_of_year": 345, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.5, "temperature_2m_min": 6.4, "temperature": 7.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-12", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": true, "weekday": 6, "day_of_month": 12, "day_of_year": 346, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.9, "temperature_2m_min": 3.3, "temperature": 5.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-13", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.71, "return_quantity_rolling_mean_30d": -0.14, "net_sales_quantity_rolling_mean_30d": 0.57, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": -1.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 0, "day_of_month": 13, "day_of_year": 347, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.6, "temperature_2m_min": 1.9, "temperature": 6.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-14", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 1, "day_of_month": 14, "day_of_year": 348, "week_of_month": 2, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.6, "temperature_2m_min": 6.5, "temperature": 8.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-15", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 0.67, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 0.67, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 2, "day_of_month": 15, "day_of_year": 349, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 14.0, "temperature_2m_min": 8.6, "temperature": 10.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-16", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 3, "day_of_month": 16, "day_of_year": 350, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.3, "temperature_2m_min": 6.9, "temperature": 8.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-17", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 0.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 0.0, "sales_quantity_rolling_sum_7d": 0.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 0.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.75, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.75, "sales_quantity_rolling_sum_30d": 3.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 3.0, "sales_quantity_rolling_mean_90d": 0.8, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.75, "sales_quantity_rolling_sum_90d": 16.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 15.0, "is_weekend": false, "weekday": 4, "day_of_month": 17, "day_of_year": 351, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.7, "temperature_2m_min": 4.1, "temperature": 5.4, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-18", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": true, "weekday": 5, "day_of_month": 18, "day_of_year": 352, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 4.1, "temperature_2m_min": 2.3, "temperature": 3.2, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-19", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": true, "weekday": 6, "day_of_month": 19, "day_of_year": 353, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 10.8, "temperature_2m_min": 2.6, "temperature": 5.3, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-20", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 1.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 1.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.8, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.8, "sales_quantity_rolling_sum_30d": 4.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 4.0, "sales_quantity_rolling_mean_90d": 0.81, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.76, "sales_quantity_rolling_sum_90d": 17.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 16.0, "is_weekend": false, "weekday": 0, "day_of_month": 20, "day_of_year": 354, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 8.8, "temperature_2m_min": 2.1, "temperature": 4.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-21", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 1, "day_of_month": 21, "day_of_year": 355, "week_of_month": 3, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 11.3, "temperature_2m_min": 1.2, "temperature": 5.2, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-22", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 2, "day_of_month": 22, "day_of_year": 356, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 14.0, "temperature_2m_min": 1.1, "temperature": 7.0, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-23", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 3, "day_of_month": 23, "day_of_year": 357, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 16.7, "temperature_2m_min": 5.0, "temperature": 9.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-24", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 2.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 2.0, "sales_quantity_rolling_mean_30d": 0.83, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.83, "sales_quantity_rolling_sum_30d": 5.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 5.0, "sales_quantity_rolling_mean_90d": 0.82, "return_quantity_rolling_mean_90d": -0.05, "net_sales_quantity_rolling_mean_90d": 0.77, "sales_quantity_rolling_sum_90d": 18.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 17.0, "is_weekend": false, "weekday": 4, "day_of_month": 24, "day_of_year": 358, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 8.9, "temperature_2m_min": 5.7, "temperature": 7.1, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-25", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.94, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 2.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 2.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 3.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 3.0, "sales_quantity_rolling_mean_30d": 0.86, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.86, "sales_quantity_rolling_sum_30d": 6.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": true, "weekday": 5, "day_of_month": 25, "day_of_year": 359, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.6, "temperature_2m_min": 2.6, "temperature": 4.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-26", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 4.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 4.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": true, "weekday": 6, "day_of_month": 26, "day_of_year": 360, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 2.2, "temperature_2m_min": -3.2, "temperature": -0.7, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-27", "sales_quantity": 1.0, "return_quantity": 0.0, "sales": 1.0, "gross_profit_total": 0.79, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 4.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 4.0, "sales_quantity_rolling_mean_30d": 0.86, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.86, "sales_quantity_rolling_sum_30d": 6.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 6.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.78, "sales_quantity_rolling_sum_90d": 19.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 18.0, "is_weekend": false, "weekday": 0, "day_of_month": 27, "day_of_year": 361, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 1.9, "temperature_2m_min": -3.9, "temperature": -1.5, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-28", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.79, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 1, "day_of_month": 28, "day_of_year": 362, "week_of_month": 4, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 4.0, "temperature_2m_min": -1.2, "temperature": 0.9, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-29", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.83, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.79, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 2, "day_of_month": 29, "day_of_year": 363, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.0, "temperature_2m_min": -0.2, "temperature": 2.3, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-30", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.0, "transaction_count": 0, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 0.88, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 0.88, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.87, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.83, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 3, "day_of_month": 30, "day_of_year": 364, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 5.3, "temperature_2m_min": 0.7, "temperature": 2.6, "is_promotion": 0}, {"store_id": "01010108", "product_id": "11020059", "date": "2021-12-31", "sales_quantity": 0.0, "return_quantity": 0.0, "sales": 0.0, "gross_profit_total": 0.02, "transaction_count": 1, "sales_quantity_rolling_mean_7d": 1.0, "return_quantity_rolling_mean_7d": 0.0, "net_sales_quantity_rolling_mean_7d": 1.0, "sales_quantity_rolling_sum_7d": 3.0, "return_quantity_rolling_sum_7d": 0.0, "net_sales_quantity_rolling_sum_7d": 3.0, "sales_quantity_rolling_mean_15d": 1.0, "return_quantity_rolling_mean_15d": 0.0, "net_sales_quantity_rolling_mean_15d": 1.0, "sales_quantity_rolling_sum_15d": 5.0, "return_quantity_rolling_sum_15d": 0.0, "net_sales_quantity_rolling_sum_15d": 5.0, "sales_quantity_rolling_mean_30d": 1.0, "return_quantity_rolling_mean_30d": 0.0, "net_sales_quantity_rolling_mean_30d": 1.0, "sales_quantity_rolling_sum_30d": 7.0, "return_quantity_rolling_sum_30d": 0.0, "net_sales_quantity_rolling_sum_30d": 7.0, "sales_quantity_rolling_mean_90d": 0.87, "return_quantity_rolling_mean_90d": -0.04, "net_sales_quantity_rolling_mean_90d": 0.83, "sales_quantity_rolling_sum_90d": 20.0, "return_quantity_rolling_sum_90d": -1.0, "net_sales_quantity_rolling_sum_90d": 19.0, "is_weekend": false, "weekday": 4, "day_of_month": 31, "day_of_year": 365, "week_of_month": 5, "month": 12, "quarter": 4, "is_holiday": false, "first_sale_date": "2019-01-21", "last_sale_date": "2024-04-13", "lifecycle_days": 1909, "sample_category": "old", "rolling_7d_valid": true, "rolling_15d_valid": true, "rolling_30d_valid": true, "rolling_90d_valid": true, "district": "清镇市", "零售大类代码_encoded": null, "零售中类代码_encoded": null, "零售小类代码_encoded": null, "商品ABC分类_encoded": null, "商品手册代码_encoded": null, "产地_encoded": null, "brand_encoded": null, "approval_type_encoded": null, "DISTRICT_LAT": 26.570435, "DISTRICT_LON": 106.468686, "adcode": "520181", "district_name": "清镇市", "area_sq_km": 1389.89, "poi_residential_count": 39.0, "poi_school_count": 6.0, "poi_mall_count": 0.0, "poi_finance_count": 4.0, "poi_company_count": 76.0, "business_areas": [], "latitude": 26.548646, "longitude": 106.460619, "temperature_2m_max": 6.4, "temperature_2m_min": 1.6, "temperature": 3.5, "is_promotion": 0}], "analysis": null} \ No newline at end of file diff --git a/saved_predictions/prediction_cc556580-d48c-4047-bfba-baf5194b361f.json b/saved_predictions/prediction_cc556580-d48c-4047-bfba-baf5194b361f.json new file mode 100644 index 0000000..468701f --- /dev/null +++ b/saved_predictions/prediction_cc556580-d48c-4047-bfba-baf5194b361f.json @@ -0,0 +1 @@ +{"product_id": null, "product_name": "全局聚合 (所有药品)", "model_type": "cnn_bilstm_attention", "predictions": [{"date": "2025-07-26", "predicted_sales": 0.0}, {"date": "2025-07-27", "predicted_sales": 0.0}, {"date": "2025-07-28", "predicted_sales": 46.302330017089844}, {"date": "2025-07-29", "predicted_sales": 0.0}, {"date": "2025-07-30", "predicted_sales": 0.0}, {"date": "2025-07-31", "predicted_sales": 0.0}, {"date": "2025-08-01", "predicted_sales": 0.0}], "prediction_data": [{"date": "2025-07-26", "predicted_sales": 0.0}, {"date": "2025-07-27", "predicted_sales": 0.0}, {"date": "2025-07-28", "predicted_sales": 46.302330017089844}, {"date": "2025-07-29", "predicted_sales": 0.0}, {"date": "2025-07-30", "predicted_sales": 0.0}, {"date": "2025-07-31", "predicted_sales": 0.0}, {"date": "2025-08-01", "predicted_sales": 0.0}], "history_data": [{"date": "2025-04-29", "sales": 3.0, "weekday": 1, "month": 4, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 18.008823529411764}, {"date": "2025-04-30", "sales": -2398.0, "weekday": 2, "month": 4, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.96029411764706}, {"date": "2025-05-01", "sales": 4.0, "weekday": 3, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 20.322950819672133}, {"date": "2025-05-02", "sales": 5.0, "weekday": 4, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 21.496721311475408}, {"date": "2025-05-03", "sales": 11.0, "weekday": 5, "month": 5, "is_holiday": true, "is_weekend": true, "is_promotion": 0, "temperature": 21.936666666666667}, {"date": "2025-05-04", "sales": 10.0, "weekday": 6, "month": 5, "is_holiday": true, "is_weekend": true, "is_promotion": 0, "temperature": 21.11052631578947}, {"date": "2025-05-05", "sales": 6.0, "weekday": 0, "month": 5, "is_holiday": true, "is_weekend": false, "is_promotion": 0, "temperature": 20.698214285714283}, {"date": "2025-05-06", "sales": 17.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.160714285714285}, {"date": "2025-05-07", "sales": 3.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.826415094339623}, {"date": "2025-05-08", "sales": 4.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.362745098039216}, {"date": "2025-05-09", "sales": 2.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 22.094117647058823}, {"date": "2025-05-10", "sales": 7.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 14.838}, {"date": "2025-05-11", "sales": 12.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 15.918367346938776}, {"date": "2025-05-12", "sales": 6.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.52444444444444}, {"date": "2025-05-13", "sales": 168.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 21.045454545454547}, {"date": "2025-05-14", "sales": 7.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.89512195121951}, {"date": "2025-05-15", "sales": 10.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 19.3525}, {"date": "2025-05-16", "sales": 7.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.175675675675677}, {"date": "2025-05-17", "sales": 4.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 20.514705882352942}, {"date": "2025-05-18", "sales": 5.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 20.029411764705884}, {"date": "2025-05-19", "sales": 2.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 21.66774193548387}, {"date": "2025-05-20", "sales": -791.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 23.246666666666666}, {"date": "2025-05-21", "sales": 5.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 23.88}, {"date": "2025-05-22", "sales": -588.0, "weekday": 3, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 23.13333333333333}, {"date": "2025-05-23", "sales": -1194.0, "weekday": 4, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 20.221052631578946}, {"date": "2025-05-24", "sales": 9.0, "weekday": 5, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 18.253333333333334}, {"date": "2025-05-25", "sales": 8.0, "weekday": 6, "month": 5, "is_holiday": false, "is_weekend": true, "is_promotion": 0, "temperature": 15.183333333333335}, {"date": "2025-05-26", "sales": 2.0, "weekday": 0, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 17.616666666666664}, {"date": "2025-05-27", "sales": 1.0, "weekday": 1, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.1}, {"date": "2025-05-28", "sales": 3.0, "weekday": 2, "month": 5, "is_holiday": false, "is_weekend": false, "is_promotion": 0, "temperature": 16.7}], "analysis": null} \ No newline at end of file diff --git a/server/core/predictor.py b/server/core/predictor.py index fdb3ef9..27c560d 100644 --- a/server/core/predictor.py +++ b/server/core/predictor.py @@ -168,12 +168,48 @@ class PharmacyPredictor: log_message(f"在指定的全局范围或自定义范围内找不到任何数据。", 'error') return None - # 对筛选出的数据按天进行聚合 - product_data = product_data.groupby('date').agg({ - 'sales': aggregation_method, - 'weekday': 'first', 'month': 'first', 'is_holiday': 'first', - 'is_weekend': 'first', 'is_promotion': 'first', 'temperature': 'mean' - }).reset_index() + # 定义加权平均函数(如果需要) + def weighted_average(group): + # 确保权重列存在且和大于0 + if 'temperature' not in group.columns or group['temperature'].sum() == 0: + # 如果没有权重或权重和为0,则回退到普通平均值 + return np.mean(group['sales']) + return np.average(group['sales'], weights=group['temperature']) + + # 根据聚合方法选择聚合逻辑 + if aggregation_method == 'weighted': + log_message("使用加权平均 (按温度) 进行聚合...", 'info') + # 加权平均需要自定义函数 + agg_config = { + 'sales': weighted_average, + 'weekday': 'first', 'month': 'first', 'is_holiday': 'first', + 'is_weekend': 'first', 'is_promotion': 'first', 'temperature': 'mean' + } + # 对于自定义函数,我们需要确保它能处理整个分组DataFrame + # 因此我们不能直接将函数传递给 'sales'。我们需要先分组,然后应用。 + + # 1. 先聚合其他特征 + other_features = product_data.groupby('date').agg({ + 'weekday': 'first', 'month': 'first', 'is_holiday': 'first', + 'is_weekend': 'first', 'is_promotion': 'first', 'temperature': 'mean' + }).reset_index() + + # 2. 单独计算加权平均销售额 + weighted_sales = product_data.groupby('date').apply(weighted_average).reset_index(name='sales') + + # 3. 合并结果 + product_data = pd.merge(weighted_sales, other_features, on='date') + + # 关键修复:在复杂的合并操作后,增加一次NaN值清理,以防止空值进入模型 + product_data.fillna(0, inplace=True) + + else: + # 使用标准的聚合方法 + product_data = product_data.groupby('date').agg({ + 'sales': aggregation_method, + 'weekday': 'first', 'month': 'first', 'is_holiday': 'first', + 'is_weekend': 'first', 'is_promotion': 'first', 'temperature': 'mean' + }).reset_index() log_message(f"全局训练聚合完成,聚合方法: {aggregation_method}, 数据量: {len(product_data)}", 'info') else: @@ -193,8 +229,10 @@ class PharmacyPredictor: s_products = "_".join(sorted(selected_products)) hash_input = f"{s_stores}_{s_products}_{aggregation_method}" model_identifier = f"global_custom_{hashlib.md5(hash_input.encode()).hexdigest()[:8]}" + elif product_id and product_id not in ['unknown', 'all_products']: + model_identifier = f"global_{product_id}_{aggregation_method}" else: - model_identifier = f"global_{aggregation_method}" + model_identifier = f"global_all_{aggregation_method}" else: # product mode model_identifier = product_id