-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
DOC: comparison between Datafeames.jl, pandas, and r data.fame objects #392
Comments
If you could help contribute such a table, it would be very much appreciated. |
I think this would be cool to have @spencerlyon2 |
I'm happy to work on this for pandas + julia, but I am somewhat inexperienced when it comes to R (at least with respect to the other people who have worked on this project), so I'd ask for some help in filling in the R "column" |
Yeah, I could help there. What's the plan, start a branch on your fork maybe? |
Sure, that sounds good. I'll start it up and post here once I have it read to go. Thanks |
This would certainly be very useful to have. |
Before I get too far on this, how are the docs built right now? I see that they are markdown, but am not sure which variant? |
Also, I haven't worked a ton with DataFrames in Julia so if anyone has suggestions for examples of non trivial things I should include in the table just let me know. Volunteering to do this was as much a way of forcing myself to get more comfortable with this package, as it was anything altruistic. I'll probably be pinging this issue occasionally to get input. |
You can start with non-trivial things in Pandas and then fill in the blanks. |
Good idea, that will definitely be my approach, but there are bound to be some Julia specific things (like using quote to specify the DataFrame one column at a time) that I probably haven't come across yet. |
Very very rough draft here. Have't done much besides create the file |
Sorry guys but it turns out I will have less time in the near future than I thought. I will probably not get this done any time soon. If someone else wants to take the lead, feel free. If you do, let me know and I'll try to contribute. |
No worries. Thanks for getting it started. |
You can leave the branch open on your fork and I'll drop some more additions into it. |
Sounds good, I really haven't done much of anything, but I did give you push access to my fork. |
I already added some R syntax and I'll fill some more stuff in when I get a chance. |
I'm not sure there's enough interest in this; anyone feel free to re-open if still desired. |
I think that would be useful, and the number of comments by different people seems to confirm this. EDIT: #793 contains a file presenting a comparison with R and Pandas. http://pandas.pydata.org/pandas-docs/stable/comparison_with_r.html can also give some inspiration. |
Closing this as we will soon have this (we already have it for dplyr and Stata) |
Almost 7 years later at last! :-) |
Well - I would say that we are now finally ready for this 😄. Just need to finish #2340 and I am ready for PyData Global 2020 tutorial how to port from pandas to DataFrames.jl that is upcoming in November this year. |
It seems like a lot of the functionality of this package is inspired by things in R data.frames or pandas. I think more users would be willing to give this package a try if in the documentation there was a section on the differences between dataframes and the others. Maybe even a table serving as a sort of cross reference between the three and how to perform common routines using each language.
This is somewhat reminiscent of the section on notable differences between julia and matlab, R, and python from the julia documentation and the old blog post about R and julia syntax from @johnmyleswhite .
The text was updated successfully, but these errors were encountered: