We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now when parsing win1251 csv/xlsx file, parser raises ParserError: 'utf-8' codec can't decode byte 0xc4 in position 1: invalid continuation byte.
ParserError: 'utf-8' codec can't decode byte 0xc4 in position 1: invalid continuation byte
It would be nice to:
The text was updated successfully, but these errors were encountered:
Add import encoding parametrization. Issue best-doctor#1
faa9940
Merge pull request #10 from Valerich/1-add-import-encoding-parametriz…
b4e539e
…ation Add import encoding parametrization. Issue #1
Set up publishing to PyPi via Github Actions (#1)
95034f4
Merge pull request #40 from vladimir-kotikov/master
dc42330
ENG-1048: Set up publishing to PyPi via Github Actions (#1)
No branches or pull requests
Now when parsing win1251 csv/xlsx file, parser raises
ParserError: 'utf-8' codec can't decode byte 0xc4 in position 1: invalid continuation byte
.It would be nice to:
The text was updated successfully, but these errors were encountered: