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

versions_update #179

Merged
merged 8 commits into from
Dec 11, 2023
Merged

versions_update #179

merged 8 commits into from
Dec 11, 2023

Commits on Dec 11, 2023

  1. Update poetry.lock dependencies version and add files

    Poetry.lock was updated by upgrading the version of various dependencies such as `anyio`, `astroid`, `asttokens`, `bumpversion` and many more. Additionally, new 'files' objects were included for each package, containing details about each respective package files.
    jm-rivera committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    3234ae4 View commit details
    Browse the repository at this point in the history
  2. Replace native pd.to_datetime usage with convert_to_datetime

    The code changes all instances of `pd.to_datetime` with a custom function `convert_to_datetime`. This function is able to correctly handle different date formats, particularly when the date information only represents a year. Additional changes include reducing explicit regex flag usage in `str.replace` and reordering some assignments for cleaner code structure.
    jm-rivera committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a70bc94 View commit details
    Browse the repository at this point in the history
  3. Add new test data file and update test assertions

    The test data file 'weo2023_2.csv' has been added. The expected results of several test assertions in 'test_dataframe_tools/test_add.py' and 'test_cleaning_tools/test_clean.py' have been updated to match the current implementation. This will help in maintaining the robustness of the testing process for the data cleaning and dataframe tools.
    jm-rivera committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fa69631 View commit details
    Browse the repository at this point in the history
  4. black: Remove unnecessary blank lines in multiple files

    Various files across the project had unnecessary blank lines which have been removed in this commit. These changes make the code more concise and easy to read. It's a part of making the code adhere to best coding practices for readability.
    jm-rivera committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    9e43abc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    424eb17 View commit details
    Browse the repository at this point in the history
  6. Update CHANGELOG.md

    jm-rivera committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    b29d8ae View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    jm-rivera committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    609bf25 View commit details
    Browse the repository at this point in the history
  8. Update test_clean.py

    jm-rivera committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    70ca933 View commit details
    Browse the repository at this point in the history