Error in loading modeldata.parquet
I've cloned this repo into RStudio to better understand the modeling approached that is currently being used, and I made it as far as line 65 in model.R
, loading modeldata.parquet
when I hit the following error:
Error in parquet___arrow___FileReader__OpenFile(file, props) : Invalid: Parquet magic bytes not found in footer. Either the file is corrupted or this is not a parquet file.
I've tried using arrow
3.0 as well as the 2.0 that appears to be used in the renv
, but no luck. This is my first time using the arrow
package so guidance is much appreciated.
Terrific work building this repository / ecosystem. It's a beautiful example of best practices in reproducibility (not to mention machine learning in the tidyverse).