getredash/redash

Load unformatted numbers from Google Spreadsheets

Open

#2923 aperta il 10 ott 2018

Vedi su GitHub
 (6 commenti) (3 reazioni) (0 assegnatari)Python (4236 fork)batch import
Backendenhancementhelp wanted

Metriche repository

Star
 (24.845 star)
Metriche merge PR
 (Merge medio 9g 5h) (3 PR mergiate in 30 g)

Descrizione

By default gspread loads formatted values from Google Spreadsheets, but it makes more sense to load unformatted values (123.0 instead of $123.0).

We use the get_all_values method. Unlike other getters this one doesn't take a value_render_option, but we can:

  1. Reimplement its behavior by using the lower level API it calls.
  2. Submit a pull request upstream to take this option for this method too.

Guida contributor