You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am I correct in stating that it is not possible to target a single Cell (or indeed a partial Range) of the index column of a dataframe Table using either Cell (or Range)? My thinking is that the resolve member function utilises a call to _table.get_column_offset(self._col) which does not appear to allow the index column to be passed.
The text was updated successfully, but these errors were encountered:
I think that would work, but one would lose clean use of other helpful points like Table.index_style. Not a big point. I'll have a look into if I get any time.
Am I correct in stating that it is not possible to target a single Cell (or indeed a partial Range) of the index column of a dataframe Table using either Cell (or Range)? My thinking is that the resolve member function utilises a call to _table.get_column_offset(self._col) which does not appear to allow the index column to be passed.
The text was updated successfully, but these errors were encountered: