Skip to content

BUG: properly tokenize & and | and exprs with strings #6352

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
merged 1 commit into from
Feb 14, 2014
Merged

BUG: properly tokenize & and | and exprs with strings #6352

merged 1 commit into from
Feb 14, 2014

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Feb 14, 2014

closes #6351

res = []
g = tokenize.generate_tokens(StringIO(source).readline)
for toknum, tokval, _, _, _ in g:
#print('toknum: %s, tokval %s' % (token.tok_name[toknum], tokval))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoopsy daisy

@jreback jreback merged commit 1e37e21 into pandas-dev:master Feb 14, 2014
@jreback
Copy link
Contributor

jreback commented Feb 14, 2014

thanks!

@cpcloud cpcloud deleted the query-nested-strings branch February 27, 2014 17:54
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.

BUG: impossible to select string with special character from HDFStore via query
2 participants