-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a lookup function #120
Comments
Hm, we'd have to do something somewhat different, because we don't have row
or maybe
where row_where looks like {"Date" => "2011-02-02 00:00:00"} or even |
They are not pulled in automatically, but there is some code in |
We now support it via |
See this example for the semantics of Pandas'
lookup()
function:http://stackoverflow.com/questions/13893227/vectorized-look-up-of-values-in-pandas-dataframe
The text was updated successfully, but these errors were encountered: