You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.
The code that writes data to a CSV or the DB in course_inventory/inventory.py and logs before and after is quite repetitive and can likely be made into function(s) or class(es) to reduce duplication and errors.
Note that this is pretty closely tied to whatever method we chose to use for writing to the DB (pandas, SQLAlchemy, etc.), so some consideration should be given to whether the current method is what we will use going forward.
The text was updated successfully, but these errors were encountered:
The code that writes data to a CSV or the DB in
course_inventory/inventory.py
and logs before and after is quite repetitive and can likely be made into function(s) or class(es) to reduce duplication and errors.Note that this is pretty closely tied to whatever method we chose to use for writing to the DB (
pandas
,SQLAlchemy
, etc.), so some consideration should be given to whether the current method is what we will use going forward.The text was updated successfully, but these errors were encountered: