Skip to content

Error in extract_feature.py #1

@jianchengss

Description

@jianchengss

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions