-
Notifications
You must be signed in to change notification settings - Fork 25
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
Subsetting #45
Comments
Can you post complete code that reproduces the problem? Then I can take a look. |
Sure.
All I'm trying to do is subset a dataframe based on another object, which is trivial in Python pandas. The above code in Python for the last line:
|
You should index in Julia just like in Python:
|
Huh, weird, I had tried that before and run into an error. Looks like I'm doing it right now, sorry and thanks! |
No problem and thanks for checking out the package.
…On Wed, Dec 12, 2018 at 11:10 AM versipellis ***@***.***> wrote:
Huh, weird, I had tried that before and run into an error. Looks like I'm
doing it right now, sorry and thanks!
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#45 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA8SvUO_J5MRt5QAoD0gWYsPXSrNjTd5ks5u4SqQgaJpZM4ZOF0W>
.
|
It's not immediately apparent to me how to subset in Pandas.jl compared to Python's pandas:
Where in Python pandas:
I roughly expect the Pandas.jl equivalent to be:
This, however, results in:
The text was updated successfully, but these errors were encountered: