Hello, I feel kind of silly here. No idea what I did. I couldn’t seem to load a dataset with Arrow from R (feather). So I jumped to Parquet to test. I used the arrow package in R, have a .parquet file on my hard disk and went to read in with Parquet in Julia.
Anyone have any idea on this one? Feel very lost on why Arrow wasn’t working and why Parquet doesn’t even list a core function. I must have made some mistake.
So sorry, very ignorant here trying to learn Julia still. I mostly use R, but need Julia for JWAS so bare with me. I do not see the function at all. I loaded Parquet, but if you can see my screenshot, no read_parquet() function exists.
That version is from several years ago; I’m guessing read_parquet is newer than that. The current version is 0.8.4. Pkg.update() to update your packages, hopefully there isn’t a conflict that would prevent updating to the newest versions.
If you’ve loaded the old package (i.e. using Parquet) already, you’ll have to restart Julia after installing the new version in order to load the new version.