sol-eng / bike_predict

A demo of an end-to-end machine learning pipeline, using Posit Connect
92 stars 31 forks source link

Changed the bike station info pin from `rds` to `csv`. #29

Closed SamEdwardes closed 2 years ago

SamEdwardes commented 2 years ago

Changed the bike station info pin (https://colorado.rstudio.com/rsc/bike-predict-r-station-info-data-pin/) from .rds to .csv so that it can be read into a Pandas DataFrame for the python workflow.

gsingh91 commented 2 years ago

LGTM!

gsingh91 commented 2 years ago

Thanks for making the change :)