csv2parquet
csv2parquet copied to clipboard
Minor improvements in dealing with empty floats
Dealing with a 69M row CSV that has a column that I've set as a float. Occasionally there are rows with empty values which was throwing a ValueError. This PR add debugging info as well as allowing these empty values to be replaced with a NAN instead.