neuniversity / ALY6140

1 stars 3 forks source link

Capstone-Error related to date extraction #29

Open ShailuKonda opened 5 years ago

ShailuKonda commented 5 years ago

I am trying to extract the data set Employee Earnings report. But its throwing an error as "ParserError: Error tokenizing data". I am using the direct link to load the data set. Can anyone help me to get through this issue?

CHENGYULIU1 commented 5 years ago

https://stackoverflow.com/questions/18039057/python-pandas-error-tokenizing-data I am not sure if this helps you! I just copied the error and google it online.

hansu101 commented 5 years ago

Hello, I guess you'd better to check the case where this problem arises in some in-between column say column 3 one and after that extra comma column. I attached a related error link below. https://stackoverflow.com/questions/48383962/python-eliminate-extra-comma-error-tokenizing-data-c-error-expected-3-fields

ThatkidfromA commented 5 years ago

Hello,

I am not sure if this help, but you should check on delimiters or the first row. Since python is sensitive with formatting, make sure to check with documentation.

I hope the link below can help to solve your problem. https://stackoverflow.com/questions/18039057/python-pandas-error-tokenizing-data