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 that the CSV writer supports dictionaries, it would be advantageous for the reader to also.
The major use-case for this would be for string dictionaries, which can make use of the existing DictionaryArray::from_iter implementation.
DictionaryArray::from_iter
The text was updated successfully, but these errors were encountered:
Support string dictionaries in csv reader (apache#228)
38801d6
Support string dictionaries in csv reader (#228) (#229)
111d5d6
Successfully merging a pull request may close this issue.
Now that the CSV writer supports dictionaries, it would be advantageous for the reader to also.
The major use-case for this would be for string dictionaries, which can make use of the existing
DictionaryArray::from_iter
implementation.The text was updated successfully, but these errors were encountered: