Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
3.2.0
-
None
-
None
Description
dear,
I am missing the functionality to include local variables in the query method.
```
seg = 'A'
psdf.query("segment == @seg")
```
or
seg = ['A', 'B']
psdf.query("segment == @seg")
```
Furthermore I was wondering whether date-offset functionalty as pd.offsets.MonthEnd will be added to future versions.