🎯audit_pypi_info_db.py

This tool handles removing errors in records from the data set CSV

Description

audit_pypi_info_db.py was created to solve an issue I faced sometimes after updating the data set. Sometimes after updating, some records had their values placed in the wrong field, which caused Duck DB to return an error while attempting to read the CSV. Hopefully you will never need to run this tool, but if you do, note that this tool will create a new CSV file.

Dependencies

Usage

Parameter --file, -f

  • type : str

  • path to data set CSV file

Example 1

py audit_pypi_info_db.py -f "pypi_info_db.csv"
  • audits the given data set CSV file

Last updated