Robin Thomas

Results 9 comments of Robin Thomas

@gusleig The lowercase versions are probably not visible to PyCharm's code analysis. To avoid the PyCharm warning, use the fully capitalized version: ``` CellFormat(textFormat=TextFormat(bold=True), backgroundColor=Color(1, 0, 0)) ```

OK then, let's re-define this as: *Variant 2* - use empty values to avoid redundant higher-level labels on consecutive rows. Thus "empty cell under foo". *Variant 3* - merge all...

Here's a sample DataFrame, posted by @sam-s and copied here by me: **Describe the bug** Uploading a `DataFrame` with `MultiIndex` columns should merge cells appropriately **Version and Environment** *Version of...

I'm going to write out the specs for this requested feature below: For both `set_with_dataframe` _and also_ `get_as_dataframe`, a new parameter called `handle_MultiIndex` indicates how columns participating in a MultiIndex...

An update, since I've been spending a little time on this feature. The work that remains is to have `get_as_dataframe()` correctly build a MultiIndex for both a multiple-column index (`indexcols=[...]`...

Note that the proper representation of MultiIndex columns in #44 is a separate issue that is nonetheless related, because header cells for MultiIndex columns will need to be blanked and...

Turns out that `CRM26` is a valid cell address in Sheets -- `CRM` is the column identifier, and `26` is the row. Columns go from `A` to `ZZZ` and any...

Also, once you have a travis-ci account, you can change the markdown in README.md near the top to reference your own account for the travis-ci status badge.

Upgrade to a version of the package that uses version 2.4 of the recurly API. begin_time/end_time features are supported starting from that version; earlier versions of the API will just...