How to Insert File Bytes into Firebase Cloud Storage with Put Bytes
Firebase Cloud Storage
We use google cloud storage to store .parquet files as part of our dataprocessing. Insert File Bytes into Firebase Cloud Storage with Put Bytes We often want to load a .parquet file into memory, to be read directly into a pandas Dataframe without downloading it on disk. The code below does the trick. My question is: would it be useful to include a download_as_buffer method in storage.blob? When…
View On WordPress











