forked from pool/python-csvkit
* feat: csvsql adds --min-col-len and --col-len-multiplier options.
* feat: sql2csv adds a --engine-option option.
* feat: Add man pages to the sdist and wheel distributions.
* fix: csvstat no longer errors when a column is a time delta and --json
is set.
* csvclean now writes its output to standard output and its errors to
standard error, instead of to basename_out.csv and basename_err.csv
files.
* csvclean no longer reports or fixes errors by default; it errors if no
checks or fixes are enabled.
* csvclean no longer omits rows with errors from the output.
* csvclean joins short rows using a newline by default, instead of a space.
* Add a lot of options to csvclean.
* feat: The --quoting option accepts csv.QUOTE_STRINGS and
csv.QUOTE_NOTNULL on Python 3.12.
* feat: csvformat: The --out-quoting option accepts csv.QUOTE_STRINGS
and csv.QUOTE_NOTNULL on Python 3.12.
* fix: csvformat: The --out-quoting option works with csv.QUOTE_NONUMERIC.
* fix: csvclean: The --join-short-rows option no longer reports length
mismatch errors that were fixed.
* feat: Add support for Zstandard files with the .zst extension, if the
zstandard package is installed.
* feat: csvformat adds a --out-asv (--A) option to use the ASCII unit
separator and record separator.
* feat: csvsort adds a --ignore-case (--i) option to perform
case-independent sorting.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-csvkit?expand=0&rev=44
10 lines
896 B
CSV
10 lines
896 B
CSV
STATEFP10,CD111FP,GEOID10,NAMELSAD10,LSAD10,CDSESSN,MTFCC10,FUNCSTAT10,ALAND10,AWATER10,INTPTLAT10,INTPTLON10
|
|
27,8,2708,Congressional District 8,C2,111,G5200,False,71546663636,12416573076,47.2400052,-92.9323194
|
|
27,5,2705,Congressional District 5,C2,111,G5200,False,320220379,15485125,44.9781144,-93.2928317
|
|
27,4,2704,Congressional District 4,C2,111,G5200,False,510623511,58464019,44.9957711,-93.0835230
|
|
27,2,2702,Congressional District 2,C2,111,G5200,False,7826702653,340127460,44.5338366,-93.2513206
|
|
27,1,2701,Congressional District 1,C2,111,G5200,False,34462275389,554678308,43.8952354,-93.9040300
|
|
27,6,2706,Congressional District 6,C2,111,G5200,False,7951908435,431134882,45.3830033,-93.8845885
|
|
27,7,2707,Congressional District 7,C2,111,G5200,False,82410267758,4987979498,46.6966838,-95.6752445
|
|
27,3,2703,Congressional District 3,C2,111,G5200,False,1203647438,126012269,45.0212030,-93.5130863
|