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

Reduce external dependencies and changes to parse_document_numbers #21

Merged
merged 10 commits into from
Dec 1, 2024

Conversation

mfebrizio
Copy link
Owner

@mfebrizio mfebrizio commented Dec 1, 2024

Changes:

  • removes required dependencies on pandas, numpy, python-dateutil
  • modifies functionality of parse_document_numbers
    • now only accepts only csv file inputs -> users will need to write code to import and parse document numbers from other file types such as .xlsx
    • now accepts inputs from multiple csv files -> function iterates over all .csv files in the passed folder, appends document numbers together, and removes duplicates

@mfebrizio mfebrizio merged commit 30936d7 into main Dec 1, 2024
4 checks passed
@mfebrizio mfebrizio deleted the bump_deps branch December 1, 2024 22:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant