Nieuws

Pandas supports a .query syntax including the .query("my_col < @some_var") syntax to bring in a local some_var. This predates Python's f-string syntax which was introduced in Python 3.6.
Python and pandas tutorial Quick tutorials for getting to know Python syntax and basic pandas usage.