burnash/gspread

getallrecords() – can there be a "rows" option to get attributes from rows, not columns?

开放

#808 创建于 2020年8月26日

 (3 条评论) (5 个反应) (0 位负责人)Python (979 个派生)batch import
Feature Requestgood first issue

仓库指标

星标
 (7,501 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Is your feature request related to a problem? Please describe. Sometimes I have to work with spreadsheets that are "rotated 90 degrees" – that is, the creators use the rows to list important attributes, and then every item in the DB is listed in a column. The attributes list would have to be Column A for these sheets, not Row 1.

Describe the solution you'd like An optional argument in getallrecords() that will be able to produce dictionaries using the first column to find attribute names, not the first row.

Describe alternatives you've considered It's possible to use getallvalues() and iterate over things appropriately or create mappings. But a dictionary like the one getallrecords() produces would be much faster to work with.

贡献者指南