Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

referencing a Cell in the index column of the same table #10

Open
stuartjchapman opened this issue Jan 22, 2018 · 2 comments
Open

referencing a Cell in the index column of the same table #10

stuartjchapman opened this issue Jan 22, 2018 · 2 comments

Comments

@stuartjchapman
Copy link
Contributor

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.

@tonyroberts
Copy link
Member

Sounds right. Can you just copy the index to the first column and don't write the index to the sheet?

@stuartjchapman
Copy link
Contributor Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants