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

377 main script #34

Merged
merged 13 commits into from
Jun 28, 2024
Merged

377 main script #34

merged 13 commits into from
Jun 28, 2024

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    a12a943 View commit details
    Browse the repository at this point in the history
  2. begin to filter input data

    robertswh committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4464b35 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. basic date preparation

    shilohd committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    d5ea031 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    2f03916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad855fa View commit details
    Browse the repository at this point in the history
  3. Update Requirements

    Jday7879 committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    cb232fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ff0a6c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    ed02d26 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. 374 convert types (#37)

    * Create function to change datatypes
    
    * Update config to use nested dictionary for column and data type
    
    * Added test to verify functionality
    
    * Added functionality to drop cols without deleting type
    
    * Corrected function inputs
    
    * Adding docstrings
    
    * Corrected differences in types for reference
    
    * Adding comments
    
    * Modified main to test implementation
    
    * Update to raise ValueError when datatypes are different
    
    * Refactored to add functions to validate datatype inputs and if repeated cols have conflicting types
    
    * Adding docstrings to validation functions
    
    * Updated function to work with reference and period as index. Currently resets index but looking into avoiding this
    
    * Cleaned up function and documentation
    
    * Remove print statement
    
    * Update module path to pass unit tests
    Jday7879 authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    e3543a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50459f4 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'main' into 377-main-script

    merging main to fix conflicts
    Jday7879 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    759e77d View commit details
    Browse the repository at this point in the history
  4. Updated module path

    Jday7879 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9609d68 View commit details
    Browse the repository at this point in the history
  5. Update docstrings

    Jday7879 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    2139333 View commit details
    Browse the repository at this point in the history