Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

my_pandas.py Issues #4

Open
shraddha-kr opened this issue Dec 7, 2022 · 0 comments
Open

my_pandas.py Issues #4

shraddha-kr opened this issue Dec 7, 2022 · 0 comments

Comments

@shraddha-kr
Copy link

#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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant