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

ENH : improvement csv processing #517

Closed
wants to merge 10 commits into from

Commits on Dec 19, 2023

  1. ENH : added a method to the Function Class named "data_preprocessing"…

    … to clear the CSV file and save a CSV without header
    klounis committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    603182e View commit details
    Browse the repository at this point in the history
  2. update in the data_preprocessing method

    klounis committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    2e1d213 View commit details
    Browse the repository at this point in the history
  3. ENH : the code is now able to deal with CSV with headers. It cleans t…

    …he dataset by droping NaN values. I added my functions in tools.py.
    klounis committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    9c71dd4 View commit details
    Browse the repository at this point in the history
  4. updated the code for the csv processing

    klounis committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    36fb82b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44fd8b7 View commit details
    Browse the repository at this point in the history
  6. delete print in data_preprocessing function

    Co-authored-by: Gui-FernandesBR <[email protected]>
    kalounis and Gui-FernandesBR committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c76dccb View commit details
    Browse the repository at this point in the history
  7. delete a useless "if" statement

    Co-authored-by: Gui-FernandesBR <[email protected]>
    kalounis and Gui-FernandesBR committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    c729bc6 View commit details
    Browse the repository at this point in the history
  8. delet CSV file "cleaned_data.csv"

    klounis committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    a985667 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'enh/improvement-csv-processing' of https://github.com/R…

    …ocketPy-Team/RocketPy into enh/improvement-csv-processing
    klounis committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    3eafa6c View commit details
    Browse the repository at this point in the history
  10. In method "return_first_data" in tools.py, changed the open by a "wit…

    …h open"
    klounis committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    6fc12dc View commit details
    Browse the repository at this point in the history