# audit\_pypi\_info\_db.py

## 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

* [argparse](https://pypi.org/project/argparse/)
  * `pip install argparse`

## Usage

Parameter **--file, -f**

* type : str
* path to data set CSV file

#### Example 1

```python
py audit_pypi_info_db.py -f "pypi_info_db.csv"
```

* audits the given data set CSV file
