# 演示订单：字段与计算说明

本专题编写的合成数据，12 行，含 1 行完全重复记录和 1 个取消订单。
所有金额为 USD。每行代表一个订单。

quantity：数量；unit_price：单价；discount：整笔订单优惠；refund：整笔订单退款。
status：paid、refunded 或 cancelled。region 空白归为 Unknown。

完全相同的记录保留一条，仅汇总 paid 与 refunded。
净额 = quantity × unit_price − discount − refund。按 order_date 的月份归属。

答案：6 月 480；7 月 570；8 月 550；合计 1600；纳入 10 个订单。
