Pietro Vertechi
Pietro Vertechi
Yes, I guess we should basically copy DataFrames, so basically `:col => func` gives you `df.col_func = func(df.col)`, and `:col => func => :new_name` gives `df.new_name = func(df.col)`. Maybe even...
About the implementation, instead of overloading `map`, I was thinking that one could try the following. `renamer` and `sorter`, rather than returning a `Sorted` object, would return a ```julia struct...
May be this is one of those cases where the JuliaDB syntax could be simplified a bit. You need something like: ```julia func(i, j) = @NT(v1 = max(i.v1, j.v1), v2...
> That being said, I'm 100% on board for forcing the eltype to be a named tuple. Definitely. Having tuples for rows may be technically difficult with missing data as,...
Ok, let me know when the API of `partitionplot` stabilizes! Otherwise, I could also do the GUI for `OnlineStats.Partition` (if it turns out to be useful for non-tabular data as...
I'm happy to update it as Interact changed quite a bit in the mean time but I was waiting for JuliaDB to update to 1.0 as latest Interact is not...
Thanks to the rework in Widgets and InteractBase the `@nodeps` macro is no longer needed and there is overall less macro magic. There still seems to be some issues with...
Thanks a lot! I also had a greeting message from my .juliarc.jl file and removing it fixed the issue.
The same thing has been happening to me as well for a while (I'm on mac High Sierra now). The issue seems to be that on the mac I had...
> The only downside I see is that the API will be exclusively for English language as for other languages as Wiktionary lags behind, but you can expect other languages...