Le dimanche 10 juillet 2016 à 09:02 -0700, Brandon Taylor a écrit : > I'm looking to add an additional dataframes library. I was going to > pick up all the additional functions that are in tidyr and dplyr that > aren't covered in dataframes.jl and dataframesmeta.jl but I wanted to > check whether something like this existed first. No that I know of, but I'd encourage you to coordinate your work with Julia Stats developers. For example, you could open issues or pull requests against DataFramesMeta if your additions would fit well with the goal of the package. Or if you're not sure, write a message to the julia-stats mailing list to start a discussion (I won't be able to reply immediately, but others might).
In particular, it will be probably be relevant to your work to be aware of the current plan to switch from DataArrays to NullableArrays: https://github.com/JuliaStats/DataFrames.jl/pull/1008 https://github.com/JuliaStats/DataArrays.jl/issues/73 (see also referenced issues) Regards