Created
July 6, 2020 21:59
-
-
Save tmastny/c81efd7a2219e1801710d53faafcf093 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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