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

Making multi-level indexing optional #26

Merged
merged 2 commits into from
Oct 17, 2022
Merged

Making multi-level indexing optional #26

merged 2 commits into from
Oct 17, 2022

Commits on Oct 4, 2022

  1. Making multi-level indexing optional

    This modification addresses issue #25  by adding an additional parameter multi_index to some functions. When multi_index=False the output will be a dataframe with a single-level index (datetime) independently of the number of sites being queried.
    cjbas22 committed Oct 4, 2022
    Configuration menu
    Copy the full SHA
    015992c View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Update nwis.py

    cjbas22 committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    8869bd9 View commit details
    Browse the repository at this point in the history