Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
26
Task/Text-processing-2/Jq/text-processing-2-8.jq
Normal file
26
Task/Text-processing-2/Jq/text-processing-2-8.jq
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
$ jq -R '[splits("[ \t]+")]' readings.txt | jq -s -r -f Text_processing_2.jq
|
||||
Checking for duplicate timestamps:
|
||||
[
|
||||
[
|
||||
"1990-03-25",
|
||||
2
|
||||
],
|
||||
[
|
||||
"1991-03-31",
|
||||
2
|
||||
],
|
||||
[
|
||||
"1992-03-29",
|
||||
2
|
||||
],
|
||||
[
|
||||
"1993-03-28",
|
||||
2
|
||||
],
|
||||
[
|
||||
"1995-03-26",
|
||||
2
|
||||
]
|
||||
]
|
||||
|
||||
There are 5017 valid rows altogether.
|
||||
Loading…
Add table
Add a link
Reference in a new issue