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

Reading "abridged" data needs to be dynamic #13

Closed
meddlin opened this issue Feb 26, 2024 · 0 comments · Fixed by #14
Closed

Reading "abridged" data needs to be dynamic #13

meddlin opened this issue Feb 26, 2024 · 0 comments · Fixed by #14
Labels
bug Something isn't working

Comments

@meddlin
Copy link
Owner

meddlin commented Feb 26, 2024

This line in read_csv() needs to be refactored away from the test data it was written on.

abridged.append({
    'Posting Date': row['Posting Date'], 
    'Amount': row['Amount'], 
    'Description': row['Description']
})
@meddlin meddlin added the bug Something isn't working label Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant