Skip to content

[question] why not droping duplicates such as save_new_companies function? #2031

@keontang

Description

@keontang

new_df = pd.concat([new_df, _tmp_df], sort=False)

shall we do it like this:
new_df = new_df.drop_duplicates([self.SYMBOL_FIELD_NAME]) ????

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