You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ENH: Add implementation for backtick quoting (pandas-dev#6508).
This only works for parser=pandas and engine=numexpr
It works by replacing any backtick quoted variables to a clean version.
For this, see: pandas/core/common.py::clean_column_name_with_spaces
This happens before the query is passed and by changing the names
of the localdict before it passed to numexpr.
0 commit comments