-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BUG: query
on columns with characters like # in its name
#59296
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
Merged
WillAyd
merged 34 commits into
pandas-dev:main
from
aram-cedarwood:query_column_with_sharp_sign_in_name
Aug 20, 2024
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
ad0e9b8
escape unescape sharp, single quote, double quote
aram-cedarwood 41fb2c8
parametrize and add tests
aram-cedarwood c756fc3
reinstate text in docs, shorten some lines
aram-cedarwood d4707b6
update whatsnew
aram-cedarwood ba50d91
minor: double space to single space
aram-cedarwood aaffbba
move to parsing.py, split better, add tests
aram-cedarwood 0c75550
clean up
aram-cedarwood 90c5dbc
remove old comment
aram-cedarwood c0ee651
test names
aram-cedarwood b7dc1a8
minor test change
aram-cedarwood 164e3c5
improve splitting
aram-cedarwood 4040370
fix splitting
aram-cedarwood 148d1ed
improve splitting
aram-cedarwood 990d0d3
add tests
aram-cedarwood e674eb8
edit docstring and comments
aram-cedarwood 6a0ac72
minor test change
aram-cedarwood f2126b3
escape backticks
aram-cedarwood 168f56c
escape backticks properly
aram-cedarwood 810c82b
comment
aram-cedarwood 86947b2
fix tests
aram-cedarwood e99db1c
GH 49633: special characters
aram-cedarwood a005f13
add noqa
aram-cedarwood a77a215
update docstring,
aram-cedarwood daf2c37
unmatched backtick or quote can raise SyntaxError OR TokenError
aram-cedarwood 984431b
change splitting
aram-cedarwood b0833c0
remove repeated
aram-cedarwood 5e0631d
collect chars in a list
aram-cedarwood d3669c7
add issue 49633 to whatsnew
aram-cedarwood 87ded7c
atone for my typing sins :)
aram-cedarwood ad18c87
exclude test_query_eval.py for rst-inline-touching-normal in .pre-com…
aram-cedarwood b16d8c1
Merge branch 'main' into query_column_with_sharp_sign_in_name
aram-cedarwood 173f399
tests: add decorators for Future Infer Strings job
aram-cedarwood 9ee2231
pre-commit exclude
aram-cedarwood 334ee63
Merge branch 'main' into query_column_with_sharp_sign_in_name
aram-cedarwood File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.