Python Użyj zmiennej w zapytaniu Pandas

myval1 = 'A A'
newdf = df.query("col2 == @myval1")
Worrisome Wallaby