Skip to content

my_pandas.py Issues #4

@shraddha-kr

Description

@shraddha-kr

#1 - append deprecation
FutureWarning: The frame.append method is deprecated and will be removed from pandas in a future version. Use pandas.concat instead. Can be used as below
pd.concat([e_commerce_csv_df, e_commerce_json_df]))
#2 - Parsing error
raise ParserError("Unknown string format: %s", timestr)
dateutil.parser._parser.ParserError: Unknown string format: 6,12/1/2010 10:03, to fix this use the original df 'e_commerce_csv_df',instead of the appended one

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