You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
However this requires me to save the file locally and only then upload it (same for csv and json)
So as I said, it would be nice if compression='gzip' would be av liable in the write_to function
The text was updated successfully, but these errors were encountered:
I'm using the library as follows:
storage.Bucket('bucket_name').item(path).write_to(df['results'].to_json(), 'application/json')
It would be nice if the write_to function will also have the ability to do compression.
For example data frame has the ability to :
However this requires me to save the file locally and only then upload it (same for csv and json)
So as I said, it would be nice if
compression='gzip'
would be av liable in thewrite_to
functionThe text was updated successfully, but these errors were encountered: