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
As written here: #188 (comment)
It was suggested to make an issue of its own about this, which I agree with.
So basically it would be a nice addition to iterate through the column names without multiple calls to retrieve the names.
This will help to simplify implementation, but should also increase performance.
The text was updated successfully, but these errors were encountered:
I think just in general support for iteration via things like byValue, byName, byNameValue would be nice.
byValue
byName
byNameValue
Sorry, something went wrong.
No branches or pull requests
As written here: #188 (comment)
It was suggested to make an issue of its own about this, which I agree with.
So basically it would be a nice addition to iterate through the column names without multiple calls to retrieve the names.
This will help to simplify implementation, but should also increase performance.
The text was updated successfully, but these errors were encountered: