INFO: Started server process [24860] INFO: Waiting for application startup. INFO: Application startup complete. INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1271: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` .fillna(merged["actual_cost_receipt"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1280: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` merged["actual_unit_price"] = merged["actual_unit_price"].fillna(merged["plan_price"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1380: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ).fillna(b2c["sku"].map(price_map).fillna(0.0)) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1392: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_cost_ws"] = ws["actual_unit_cost_ws"].fillna(ws_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1393: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_cost_b2c"] = b2c["actual_unit_cost_b2c"].fillna(b2c_fallback_cost) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1409: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` ws["actual_unit_price_ws"] = ws["actual_unit_price_ws"].fillna(ws["plan_price_ws"]) C:\Users\Korisnik\Desktop\polleo-demand\backend\services\finance_service.py:1410: FutureWarning: Downcasting object dtype arrays on .fillna, .ffill, .bfill is deprecated and will change in a future version. Call result.infer_objects(copy=False) instead. To opt-in to the future behavior, set `pd.set_option('future.no_silent_downcasting', True)` b2c["actual_unit_price_b2c"] = b2c["actual_unit_price_b2c"].fillna(b2c["plan_price_b2c"])