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

Returning all raw data from get_qwdata and get_gwleveles #28

Merged
merged 1 commit into from
Oct 26, 2022

Conversation

cjbas22
Copy link

@cjbas22 cjbas22 commented Oct 25, 2022

This addresses issue #27 by modifying the function that parses date and time from get_qwdata and get_gwleveles avoiding data loss.

This addresses issue #27 by modifying the function that parses date and time from get_qwdata and get_gwleveles avoiding data loss.
@@ -121,7 +121,7 @@ def test_get_qwdata(requests_mock):
mock_request(requests_mock, request_url, response_file_path)
df, md = get_qwdata(sites=["01491000", "01645000"])
assert type(df) is DataFrame
assert df.size == 1650709
assert df.size == 1821472
Copy link
Collaborator

Choose a reason for hiding this comment

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

The tests work! There is more data now

@cjbas22 cjbas22 merged commit c67ad99 into master Oct 26, 2022
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