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

EXCEL ranges. Added ranges to excel parsing, if a range was well defined #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lnksz
Copy link
Contributor

@lnksz lnksz commented Jul 15, 2017

I noticed that in rivus.py read_excel() imports the empty column and the comment column from the process sheet. (empty column as 'Unnamed' series with N/A values)
That unused data was misleading during the development of rivus-->DB process.
That is why I added well-defined ranges ('A:J') during the import process as implemented in df.read_excel()

The Time sheet does not have a trivially identifiable range, so it is left as it is.

@lnksz lnksz changed the title Added ranges to excel parsing, if a range was well defined EXCEL ranges. Added ranges to excel parsing, if a range was well defined Aug 24, 2017
@lnksz lnksz mentioned this pull request Aug 27, 2017
15 tasks
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

Successfully merging this pull request may close these issues.

None yet

1 participant