Skip to content
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

mikon vs daru? #5

Closed
minad opened this issue May 26, 2015 · 4 comments
Closed

mikon vs daru? #5

minad opened this issue May 26, 2015 · 4 comments

Comments

@minad
Copy link

minad commented May 26, 2015

It seems both of you are working on dataframe libraries?

https://github.com/v0dro/daru
https://github.com/domitry/mikon

What about merging these two?

@v0dro
Copy link
Member

v0dro commented May 26, 2015

Mikon started off after daru, but @domitry made some amazing progress in very little time.

I have borrowed some functionality from mikon in daru. For example, the idea of using the library as the primary data store for statsample was first proposed there (and which daru is now implementing here - SciRuby/statsample#35).

Daru has grown a lot more in features since then and can do everything that mikon can (except the Mikon::Row DSL, which I think is very interesting). It also additionally sports group_by, pivot_table and hierarchical indexing now, and will soon have time series handling.

So mikon is mostly merged into daru, so to speak.

@minad
Copy link
Author

minad commented May 26, 2015

It would probably be the best if one of the projects is continued and you join your efforts. This will lead to a better thing in the end, more review and more discussions about the needed features since the features should fulfill both your requirements.

@v0dro
Copy link
Member

v0dro commented May 26, 2015

Agreed.

@v0dro v0dro closed this as completed May 26, 2015
@agarie
Copy link
Member

agarie commented May 26, 2015

It would be great indeed! Sameer is doing a good job at making Statsample work with Daru's DataFrame and Vector (this should be done and shipped in a new statsample version in a few weeks). I'm pretty sure the same could be done in Nyaplot, thus leading to a single DataFrame-like structure being used in several different and useful gems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants