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

48 excel data loader #130

Merged
merged 6 commits into from
Dec 19, 2022
Merged

48 excel data loader #130

merged 6 commits into from
Dec 19, 2022

Conversation

potto216
Copy link
Collaborator

Closes #48. Tested with python -m pytest tests/test_data_loaders.py -k "test_excel". Had to make the function ignore the progress bar argument because TqdmReader object has no attribute 'seek' and would need to be modified to not have a newline operator.

@potto216 potto216 requested a review from sowdm December 16, 2022 10:05
Copy link
Collaborator

@sowdm sowdm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I made a couple of comments on a few sections of code that I think should be removed.

openpolicedata/data_loaders.py Outdated Show resolved Hide resolved
openpolicedata/data_loaders.py Outdated Show resolved Hide resolved
@potto216 potto216 merged commit 277f080 into main Dec 19, 2022
@potto216 potto216 deleted the 48-excel-data-loader branch December 19, 2022 23:16
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.

Add data loader for Excel data
2 participants