Wednesday, 2 January 2019

How to store Dataframe data to Firebase?

Given a pandas Dataframe which contains some data, what is the best to store this data to Firebase?

Should I convert the Dataframe to a local file (e.g. .csv, .txt) and then upload it on Firebase Storage, or is it also possible to directly store the pandas Dataframe without conversion? Or are there better best practices?



from How to store Dataframe data to Firebase?

No comments:

Post a Comment