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

feature wish: method returning last "meaningful" row #36

Open
gorn opened this issue Apr 21, 2017 · 2 comments
Open

feature wish: method returning last "meaningful" row #36

gorn opened this issue Apr 21, 2017 · 2 comments

Comments

@gorn
Copy link
Owner

gorn commented Apr 21, 2017

I guess the title says it all. It would be great to be able to get a range of rows (and perhaps columns) where there are meaningful data. At least something like get_last_row_with_data would do, but an iterator over nonempty rows would be even greater.

@gorn
Copy link
Owner Author

gorn commented Apr 21, 2017

Aargh, it has already there - see used_rows_range ... nevermind, the iterator would still be great.

@gorn
Copy link
Owner Author

gorn commented Apr 21, 2017

Ok, more on this. There is actually difference, between used_rows_range and what I need. used_rows_range gets the range which is "technically" used, but it is not the same as the nonempty rows. Typicall example is in an attachement.

used_rows_range.zip

@gorn gorn changed the title featurewish: method returning last "meaningful" row feature wish: method returning last "meaningful" row Apr 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant