csv-detective
csv-detective copied to clipboard
Better int detection
- [ ] add tests
- [ ] same kind of addition for float (
or (val.startswith('0') and not '.' in val
)