coverney / shared-mobility-app

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.
0 stars 0 forks source link

'pyarrow.deserialize' is deprecated #10

Open coverney opened 3 years ago

coverney commented 3 years ago

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.