Skip to content

df_download() method implemented

Pre-release
Pre-release
Compare
Choose a tag to compare
@raul-martin-dev raul-martin-dev released this 20 Oct 10:48
· 17 commits to master since this release

New pre-release incorporing a new method:

  • df_download() method implemented (downloads google sheet indicated with link - sheetname can be specified too - to a pandas Dataframe object)

This new method takes advantage of the Google Sheets API to download sheets directly to a pandas "df" unlocking all it's possibilities in data manipulation.

This is significantly faster than using the Drive API as it works directly with the values in the file and not the file itself.