-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
| t3['this_month_user_receive_same_coupon_lastone'] = t3.max_date_received - t3.date_received |
t3['this_month_user_receive_same_coupon_lastone'] = t3.max_date_received - t3.date_received
unsupported operand type(s) for -: 'float' and 'str'
type(t3.date_received[0]) : <type 'str'>
type(t3.max_date_received[0]) : <type 'numpy.float64'>
Metadata
Metadata
Assignees
Labels
No labels