Commit f3ddd2b
* Allow @np to be used within df.eval and df.query
Add additional check to make sure that ndim of the provided
variable is an int. This makes sure that the ndim guard doesn't
trigger if it is something else (e.g., a function in case of a
numpy). This allow for using @np in df.eval and df.query methods.
* Add whatsnew
* Fix typo
Co-authored-by: Abdulaziz Aloqeely <[email protected]>
* Test: skip checking names due to inconsistencies between OSes
* Elaborate futher on whatsnew message
* Fix the test by explicitly specifing engine.
Also move the test to more appropriate file.
---------
Co-authored-by: Abdulaziz Aloqeely <[email protected]>
1 parent 5c68fce commit f3ddd2b
File tree
3 files changed
+12
-1
lines changed- doc/source/whatsnew
- pandas
- core/computation
- tests/frame
3 files changed
+12
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
| 341 | + | |
341 | 342 | | |
342 | 343 | | |
343 | 344 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
118 | | - | |
| 118 | + | |
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
191 | 201 | | |
192 | 202 | | |
193 | 203 | | |
| |||
0 commit comments