Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Detecting and Remediating Quoting Issues in CSV Files #28

@kassyray

Description

@kassyray

We have encountered issues with CSV files containing quoting problems, such as unclosed quotes or inconsistent use of quote characters. These issues cause parsing errors when using pandas or Python's built-in CSV reader.

Create a script that includes the following functionality:

  • Attempts to parse each row of a csv using CSV reader and reports malfunctioned rows.
  • Scans each line for an odd number of quote characters, which may indicate quoting issues

Ideally, these scripts can be used to detect issues from the created csv files (one for each childcare center or school). Should issues be detected, in one or both of the above, the file issues can be remediated.

In a future issue, a logging system should be implemented to create a record of when files have these issues, and how often they occur.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions