GitHub
github.com › alan-turing-institute › CleverCSV
GitHub - alan-turing-institute/CleverCSV: CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files. · GitHub
They can have many different formats, ... for recording metadata! CleverCSV is a Python package that aims to solve some of the pain points of CSV files, while maintaining many of the good things....
Starred by 1.3K users
Forked by 81 users
Languages Python 92.2% | C 6.9% | Makefile 0.9%
Videos
50:56
Efficient CSV Parsing - On the Complexity of Simple Things - Pedro ...
How to upload and map a CSV file within CleverTap
Clever CSV: Revolutionizing Bulk Content from Spreadsheets ...
04:15
4. - Setting up CSV files for: Sections.csv - YouTube
08:36
For District Admin: Saved Passwords Technical Training - YouTube
03:10
5. - Setting up CSV files for: Enrollments.csv - YouTube
GitHub
github.com › alan-turing-institute › CleverCSV › releases
Releases · alan-turing-institute/CleverCSV
October 30, 2025 - CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
Author alan-turing-institute
GitHub
github.com › CleverStack › clever-csv
GitHub - CleverStack/clever-csv: CleverStack CSV processing · GitHub
CleverStack CSV processing. Contribute to CleverStack/clever-csv development by creating an account on GitHub.
Author CleverStack
Readthedocs
clevercsv.readthedocs.io
CleverCSV documentation
If you’d like to make sure that you never commit a messy (non-standard) CSV file to your repository, you can install a pre-commit hook. First, install pre-commit using the installation instructions. Next, add the following configuration to the .pre-commit-config.yaml file in your repository: repos: - repo: https://github.com/alan-turing-institute/CleverCSV-pre-commit rev: v0.6.6 # or any later version hooks: - id: clevercsv-standardize
GitHub
github.com › alan-turing-institute › CleverCSV › blob › master › setup.py
CleverCSV/setup.py at master · alan-turing-institute/CleverCSV
CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
Author alan-turing-institute
GitHub
github.com › alan-turing-institute › CleverCSV › blob › master › CHANGELOG.md
CleverCSV/CHANGELOG.md at master · alan-turing-institute/CleverCSV
CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
Author alan-turing-institute
GitHub
github.com › Clever › csvlint
GitHub - Clever/csvlint: library and command line tool that validates a CSV file · GitHub
Starred by 207 users
Forked by 21 users
Languages Makefile 60.3% | Go 39.7%
GitHub
github.com › alan-turing-institute › CleverCSV › issues
Issues · alan-turing-institute/CleverCSV
CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement for the builtin CSV module with improved dialect detection, and comes with a handy command line application for working with CSV files.
Author alan-turing-institute
GitHub
github.com › alan-turing-institute › CleverCSV-pre-commit › blob › master › README.md
CleverCSV-pre-commit/README.md at master · alan-turing-institute/CleverCSV-pre-commit
repos: - repo: https://github.com/alan-turing-institute/CleverCSV-pre-commit rev: v0.8.2 # or any later version hooks: - id: clevercsv-standardize
Author alan-turing-institute
GitHub
github.com › alan-turing-institute › CleverCSVDemo › blob › master › CSV_dialect_detection_with_CleverCSV.md
CleverCSVDemo/CSV_dialect_detection_with_CleverCSV.md at master · alan-turing-institute/CleverCSVDemo
Some files come from the UK's open government data portal (see the repo for sources), whereas others come from MIT-licensed GitHub repositories (the URLs point directly to the source files). We'll define some functions for easy comparisons. import csv import clevercsv import io import os import requests import pandas as pd from termcolor import colored from IPython.display import display def page(url): """ Get the content of a webpage using requests, assuming UTF-8 encoding """ page = requests.get(url) content = page.content.decode('utf-8') return content def head(content, num=10): """ Preview
Author alan-turing-institute
GitHub
github.com › alan-turing-institute › CleverCSV-pre-commit
GitHub - alan-turing-institute/CleverCSV-pre-commit: Repository to facilitate using CleverCSV as a pre-commit hook · GitHub
repos: - repo: https://github.com/alan-turing-institute/CleverCSV-pre-commit rev: v0.8.2 # or any later version hooks: - id: clevercsv-standardize
Author alan-turing-institute
npm
npmjs.com › package › clever-csv
clever-csv - npm
March 22, 2015 - npm i clever-csv · github.com/CleverStack/clever-csv · github.com/CleverStack/clever-csv · 2 · 1.0.0 · MIT · 11 years ago · durango · pilsy · Analyze security with SocketCheck bundle sizeView package healthExplore dependencies ·
» npm install clever-csv
Published Mar 22, 2015
Version 1.0.0
PyPI
pypi.org › project › clevercsv › 0.6.1
clevercsv · PyPI
Note that all contributions to the project must adhere to the Code of Conduct. The CleverCSV package was originally written by Gertjan van den Burg and came out of scientific research on wrangling messy CSV ...
» pip install clevercsv
GitHub
github.com › Clever › csvlint › blob › master › README.md
csvlint/README.md at master · Clever/csvlint
library and command line tool that validates a CSV file - csvlint/README.md at master · Clever/csvlint
Author Clever
GitHub
github.com › Clever › csvlint › blob › master › linter.go
csvlint/linter.go at master · Clever/csvlint
library and command line tool that validates a CSV file - csvlint/linter.go at master · Clever/csvlint
Author Clever
GitHub
github.com › CleverTap › clevertap-csv-download
GitHub - CleverTap/clevertap-csv-download: clevertap csv download tool
clevertap csv download tool. Contribute to CleverTap/clevertap-csv-download development by creating an account on GitHub.
Starred by 2 users
Forked by 10 users
Languages Python 100.0% | Python 100.0%