Skip to content

more question about dataset #3

@SSOTTY

Description

@SSOTTY

When n = 10,I find more than 10% were removed out of a total of 817,741 adoptions and more than 10K item is remained, which is inconsistent with the data in the paper.Following is how to process the dataset .
sql = 'SELECT * FROM shopping_processing where product_ID in'
'(SELECT product_ID FROM shopping_processing group by product_ID having count(userID)>5)'
pandasql.sqldf(sql , globals())
Can you tell me where is wrong?Thanks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions