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

Remove CSV copies, read from original CSV in notebook #23

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    86c38af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f367e84 View commit details
    Browse the repository at this point in the history
  3. read from original generated CSV file

    Maintaining copies of data files in your repository is a risk. It's easy to update the original and forget to copy it everywhere else.
    
    Better to read directly from the original generated CSV file.
    colevandersWands authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    c6d0d86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5568dae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ece4aa8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5602095 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1 from colevandersWands/main

    cleaning analysis folder: use generated CSV, remove unused CSV
    colevandersWands authored Feb 15, 2024
    Configuration menu
    Copy the full SHA
    2a70e2a View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    5b2596e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    276c0a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cab8cd5 View commit details
    Browse the repository at this point in the history