rjulia icon indicating copy to clipboard operation
rjulia copied to clipboard

DataFrames dropped DataArrays for NullableArrays

Open phaverty opened this issue 9 years ago • 4 comments

DataFrames has switched from DataArrays and PooledDataArrays to NullableArrays and CategoricalArrays. rjulia should switch too. I think it would be very similar code.

phaverty avatar Sep 26 '16 16:09 phaverty

yes, but the we need carefully read the dataframe docs ,and then change rjulia

armgong avatar Oct 01 '16 01:10 armgong

It looks like DataFrames will make the move in a few weeks. https://discourse.julialang.org/t/announcement-dataframes-0-9-0-planned-for-february/266

phaverty avatar Jan 03 '17 22:01 phaverty

I have new idea about rjulia , thinking using RCall.jl to write rjulia2, so we don't need so much c code to do conversion.

already write a prototype https://github.com/armgong/rjulia2

I will try it during "Chinese new year" vacation , I will start this job from 2017-1-22 ,hope finish it in the vacation.

armgong avatar Jan 04 '17 07:01 armgong

Excellent, I think using RCall.jl as much as possible is the way to go. The best thing about julia is not writing C anymore, I believe. I'm looking forward to experimenting with rjulia2.

Pete


Peter M. Haverty, Ph.D. Genentech, Inc. [email protected]

On Tue, Jan 3, 2017 at 11:01 PM, Yu Gong [email protected] wrote:

I have new idea about rjulia , thinking using RCall.jl to write rjulia2, so we don't need so much c code to do conversion.

already write a prototype https://github.com/armgong/rjulia2

I will try it during "Chinese new year" vacation , I will start this job from 2017-1-22 ,hope finish it in the vacation.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/armgong/rjulia/issues/44#issuecomment-270306793, or mute the thread https://github.com/notifications/unsubscribe-auth/AH02KzYMfzMxhUSRgd9LgE-Lh7Gt3KvLks5rO0PngaJpZM4KGu2S .

phaverty avatar Jan 04 '17 17:01 phaverty