FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

csv-module · GitHub Topics · GitHub

#

csv-module

Here are 3 public repositories matching this topic...

Ingests a CSV file and diagnoses its problems: missing headers, inconsistent column counts, empty cells, mixed delimiters (commas vs. semicolons vs. tabs), encoding issues, quoted fields with embedded newlines. Repairs what it can (with warnings), rejects what it can't (with explanations), and outputs a clean JSON file.

  • Updated May 7, 2026
  • Python

Reads a messy text file (copy-pasted contact lists, email threads, business cards dumped into text) and extracts every valid email and phone number. Outputs a clean CSV with columns: name_if_found, email, phone, source_line,confidence_score.

  • Updated May 7, 2026
  • Python

A basic Python program demonstrating how to read from and write to CSV files using the csv module. Useful for data handling and file I/O concepts.

  • Updated Jul 13, 2025
  • Python

Improve this page

Add a description, image, and links to the csv-module topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the csv-module topic, visit your repo's landing page and select "manage topics."

Learn more


Back | FazBrowse Home | New Git URL