This repo contains the code for a scooter and bikeshare app that could interface with Remix and allows people to investigate usage and estimated demand.
When running pa.serialize(df_demand).to_buffer().to_pybytes(), I get the following error:
FutureWarning: 'pyarrow.deserialize' is deprecated as of 2.0.0 and will be removed in a future version. Use pickle or the pyarrow IPC functionality instead.
We can use pickle instead as explained in method 2 here.
When running
pa.serialize(df_demand).to_buffer().to_pybytes()
, I get the following error:We can use pickle instead as explained in method 2 here.