issues
search
datagouv
/
csv-detective
CSV inspection
45
stars
10
forks
source link
Better int detection
#94
Open
Pierlou
opened
1 month ago
Pierlou
commented
1 month ago
[ ] add tests
[ ] same kind of addition for float (
or (val.startswith('0') and not '.' in val
)
or (val.startswith('0') and not '.' in val
)