Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
BUG: query with invalid dtypes should fallback to python engine #10486
Comments
|
well,
I suppose this is a bug in that this should fall back to the python engine. |
jreback
added Bug Dtypes
labels
Jul 2, 2015
jreback
added this to the
Next Major Release
milestone
Jul 2, 2015
jreback
changed the title from
query: to query with invalid dtypes should fallback to python engine
Jul 2, 2015
jreback
changed the title from
query with invalid dtypes should fallback to python engine to BUG: query with invalid dtypes should fallback to python engine
Jul 2, 2015
jreback
added Difficulty Intermediate Effort Low
labels
Jul 2, 2015
tsstchoi
added a commit
to tsstchoi/pandas
that referenced
this issue
Feb 26, 2016
|
|
tsstchoi |
414e30f
|
tsstchoi
referenced
this issue
Feb 26, 2016
Closed
Update what's new page with relevant issues for df.query() with in-pl… #12456
jreback
modified the milestone: 0.18.2, Next Major Release
May 7, 2016
jreback
closed this
in 881a690
May 7, 2016
nps
added a commit
to nps/pandas
that referenced
this issue
May 17, 2016
|
|
tsstchoi + nps |
d4e9073
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DSLituiev commentedJul 1, 2015
The following call of
df.query()produces an error:in pandas 0.15.2