You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't julia kernel get a dataframe made in R kernel?
In my experimentation, julia kernel can get a vector and a list from R kernel without a problem. But it fails to get any dataframes.
In contrast, SoS kernel can any type of data from R kernel. Julia kernel cannot get a dataframe imported into SoS kernel.
This problem also applies to tibble format.
The following is my experimentation.
The text was updated successfully, but these errors were encountered:
@AnselmJeong reported that the julia kernel cannot transfer data frame.
Another question...
Can't
julia
kernel get a dataframe made inR
kernel?In my experimentation,
julia
kernel can get a vector and a list fromR
kernel without a problem. But it fails to get any dataframes.In contrast,
SoS
kernel can any type of data fromR
kernel.Julia
kernel cannot get a dataframe imported intoSoS
kernel.This problem also applies to tibble format.
The following is my experimentation.
The text was updated successfully, but these errors were encountered: