CleverCSV icon indicating copy to clipboard operation
CleverCSV copied to clipboard

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 applicatio...

Results 22 CleverCSV issues
Sort by recently updated
recently updated
newest added

For a pipe delimited file it is being detected as space delimited when i feed in around 1000 rows (however csv lib correctly detects pipe), if i only feed in...

Summary: Added resolution between float and int types so they aren't recognized as incompatible. Tests: Verified that the following file is [correctly predicted to have a header](https://github.com/alan-turing-institute/CleverCSV/issues/44) via `Detector.has_header()`. ```...

CleverCSV's Sniffer assumes the following .csv file does not have a header. More specifically, it recognizes "1" (an inferred int) and "1.2" (an inferred float) as incompatible types. As the...

on latest version. with csv content: {"fake": "json", "fake2":"json2"} we got header true, should be false.

Hi I am trying to solve an issue in CSV files where there are explanations and text fragments in the first few rows of a table. How can I handle...

Hello, This is a very neat project! I was thinking "_I should collect a bunch of CSV files from the web and do statistics to see what the dialects are,...

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.9.0 to 2.10.1. Release notes Sourced from pypa/cibuildwheel's releases. v2.10.1 🐛 Fix a bug that stopped environment variables specified in TOML from being expanded. (#1273) v2.10.0 🌟...

dependencies

Bumps [pypa/cibuildwheel](https://github.com/pypa/cibuildwheel) from 2.16.2 to 2.16.5. Release notes Sourced from pypa/cibuildwheel's releases. v2.16.5 🐛 Fix an incompatibility with the GitHub Action and new GitHub Runner images for Windows that bundle...

dependencies

Hi, I'm trying to use CleverCSV as a dependency in one of my own conda packages. But for that to work the dependency (and dependencies of dependencies, see https://github.com/GjjvdBurg/wilderness/issues/15) need...

I was hoping that clevercsv would help me with this. I get these files from the California Secretary of State's office. The data is full of junk. The fields are...