From 951660ef572d6879a9ac41235718765cefe5cc48 Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Mon, 7 Mar 2022 13:42:56 -0500 Subject: [PATCH] docs: CSV Kit comparison is out-of-date --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index dea13e62..2b482cdd 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,6 @@ $ xsv stats worldcitiespop.csv --everything | xsv table Which cuts it down to about 8 seconds on my machine. (And creating the index takes less than 2 seconds.) -Notably, the same type of "statistics" command in another -[CSV command line toolkit](https://csvkit.readthedocs.io/) -takes about 2 minutes to produce similar statistics on the same data set. - Creating an index gives us more than just faster statistics gathering. It also makes slice operations extremely fast because *only the sliced portion* has to be parsed. For example, let's say you wanted to grab the last 10 records: