Skip to content

Instantly share code, notes, and snippets.

@tmastny
Created July 6, 2020 21:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmastny/c81efd7a2219e1801710d53faafcf093 to your computer and use it in GitHub Desktop.
Save tmastny/c81efd7a2219e1801710d53faafcf093 to your computer and use it in GitHub Desktop.
from siuba.siu import strip_symbolic, _
import pandas as pd
d = pd.DataFrame({'a':[1], 'b':[1]})
call = _.a + _.b
call(d)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment