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

Handing HK, Taiwan data moving forward #84

Merged
merged 10 commits into from
Mar 10, 2023
Merged

Handing HK, Taiwan data moving forward #84

merged 10 commits into from
Mar 10, 2023

Commits on Mar 9, 2023

  1. Updating OWID lookup

    beansrowning committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    b77ea1e View commit details
    Browse the repository at this point in the history
  2. Adding HK and Taiwan data from primary sources

    - Updating get_covid_df to pull HK and Taiwan data from primary source
    - Seems to align with JHU closely
    beansrowning committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    aea32c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4baccc9 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    d04e86b View commit details
    Browse the repository at this point in the history
  2. Re-working how get_covid_df() works

    - Splitting all sources into their own getter functions
    - Adding "source" argument, which defaults to pulling "all" as it has before, but also allow for specific data cuts
    - Updating docs
    beansrowning committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    9b53215 View commit details
    Browse the repository at this point in the history
  3. Updating get_combined_table to allow for new data sources

    - Using switch() with the new get_covid_df() function streamlines things a bit
    beansrowning committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    d011af0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    80ebb8d View commit details
    Browse the repository at this point in the history
  5. Updating tests

    beansrowning committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    3b80098 View commit details
    Browse the repository at this point in the history
  6. Fixing tests

    beansrowning committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    508b2b7 View commit details
    Browse the repository at this point in the history
  7. Version bump

    beansrowning committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    8185dc0 View commit details
    Browse the repository at this point in the history