go-gota / gota

Gota: DataFrames and data wrangling in Go (Golang)
Other
2.98k stars 277 forks source link

Not meant to be merged in, but gauging interest #45

Closed szaydel closed 6 years ago

szaydel commented 6 years ago

Hi! And, thanks a lot for this great package. It is really a nice complement to Gonum and in my mind the only package currently in existence which comes close to R and Python Dataframe(s).

I made some tweaks, which I think I am going to find useful, but I am wondering if you have any interest in this at all. I figured a pull request is a good way to solicit feedback. This changeset is surely not ready, lacks tests, etc., but I thought it would be good to ask whether there's interest at all.

Thanks!

szaydel commented 6 years ago

I think all comments are very sensible, and yes I am more than happy to do PRs for different bits and pieces. I am just starting to get a sense for intent and so this guidance helps. I will do some PRs next week, chunking things like typos/language change suggests and then bits like histogram and such, to make them more manageable and easier to reason about and discuss.

Thank you for this really thorough feedback. I think we can probably close this PR, now that I kind of have an idea for how to proceed.