tsv
Here are 174 public repositories matching this topic...
-
Updated
Jul 3, 2020
Hello.
I've come across what (to me) seems to be a problem with the FILENAME and FILENUM variables.
# mlr --version
Miller v5.6.2
# cat /tmp/csv1
A,B,C
_2GB,255,2
_4GB,120,4
_6GB,50,6
_10GB,10,10
# cat /tmp/csv2
FIRST,SECOND,THIRD,FOURTH
1,2,3,4
5,6,7,8
9,10,11,12
13,14,15,16
# mlr --icsv cat then put 'print FILENAME' /tmp/csv1 /tmp/csv2
/tmp/csv1
A=_2GB,B=255,C=2
/
I'm using tsv-utils from the arch linux aur, trying to format some word frequency data from the new general services list dataset. tsv-utils makes at least two errors that I'm able to see when I'm running this commandline:
tsv-select -f 1,7 NGSL+1.01+with+SFI.tsv | tsv-pretty | less
adding -s 5 to tsv-pretty works around this problem. The tsv file was converted from the file NGSL+1.01+with
-
Updated
Jun 21, 2020 - Go
-
Updated
May 30, 2020 - Python
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
Feb 15, 2020 - C#
-
Updated
Jul 20, 2019 - Tcl
-
Updated
Mar 15, 2020 - JavaScript
Desired Behaviour
Display a warning if the Guess Column Properties will overwrite existing field type, format or constraint values
-
Updated
Jun 13, 2020 - Java
-
Updated
Mar 5, 2020 - Scala
-
Updated
Jan 22, 2017 - JavaScript
-
Updated
Jul 2, 2020 - JavaScript
-
Updated
Apr 19, 2020 - Go
-
Updated
Nov 14, 2019 - Go
-
Updated
May 28, 2020 - Python
-
Updated
Jul 4, 2020 - Python
-
Updated
Jun 27, 2020 - Python
-
Updated
May 27, 2015 - Perl
-
Updated
Jun 17, 2020 - JavaScript
-
Updated
Oct 14, 2019 - Python
Improve this page
Add a description, image, and links to the tsv topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tsv topic, visit your repo's landing page and select "manage topics."
I have been testing q and I've found something that could be an issue.
Issue
When I'm doing something like
round(avg(c3),3)when querying, is rounding this 32655,5265 to this 32655,526 instead of expected result: 32655,527.I think that could be an issue, or should be configurable.
Cheers.