Open raids opened 9 years ago
Right. There's no way to figure out which column to use (put data in, read data from) when you have duplicated column headers.
I can fix the error though, which is simple bug caused by the refactoring. Will roll that up with other fixes in the future.
Thanks!
Even something that returns a more accurate error message would be sufficient.
Hi there,
I receive the following error when performing .data() on a sheet which has 2 columns with the same value:
I guess this is because python dictionaries don't support duplicate keys, but is there any way duplicate column header values can be handled?
Cheers!