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

Integrated seed/example data loading from XLS into database. #18

Merged
merged 3 commits into from
Oct 3, 2018

Conversation

dacb
Copy link
Collaborator

@dacb dacb commented Oct 3, 2018

The example data folder was renamed to data.
The environment file was modified to include xlrd for reading
pandas data frames from XLS files.
The database and model python files from @nicolet5 recent PR were
integrated into the core codebase. This was primarily through
added the MasterTable object class to the set of SQLAlchemy models
and including lines in init_db that load the example data into
three different datasets with different names (the data remain
identical including the reference data).
Finally, sqlalchemy_* files were no longer used and have been
removed.

dacb added 3 commits October 3, 2018 17:29
The example data folder was renamed to data.
The environment file was modified to include xlrd for reading
pandas data frames from XLS files.
The database and model python files from @nicolet5 recent PR were
integrated into the core codebase.  This was primarily through
added the MasterTable object class to the set of SQLAlchemy models
and including lines in init_db that load the example data into
three different datasets with different names (the data remain
identical including the reference data).
Finally, sqlalchemy_* files were no longer used and have been
removed.
@mdmurbach mdmurbach merged commit 971b441 into ECSHackWeek:master Oct 3, 2018
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.

2 participants