Skip to content

Fix wrong delimiter in text dataset #683

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

Closed
wants to merge 1 commit into from

Conversation

lhoestq
Copy link
Member

@lhoestq lhoestq commented Sep 29, 2020

The delimiter is set to the bell character as it is used nowhere is text files usually.
However in the text dataset the delimiter was set to \b which is backspace in python, while the bell character is \a.
I replace \b by \a

Hopefully it fixes issues mentioned by some users in #622

@lhoestq lhoestq closed this Sep 29, 2020
@lhoestq lhoestq deleted the fix-wrong-delimiter-in-text-dataset branch May 5, 2021 18:24
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

Successfully merging this pull request may close these issues.

1 participant