Przeglądaj źródła

fixed typo, removed an example for brevity

Hayden Schiff 9 lat temu
rodzic
commit
6937b082d6
1 zmienionych plików z 1 dodań i 5 usunięć
  1. 1 5
      pages/common/csvstat.md

+ 1 - 5
pages/common/csvstat.md

@@ -15,13 +15,9 @@
 
 `csvstat --sum {{data.csv}}`
 
-- Show averages for all columns:
-
-`csvstat --mean {{data.csv}}`
-
 - Show the max value length for column 3:
 
-`csvstat -c {{1}} --len {{data.csv}}`
+`csvstat -c {{3}} --len {{data.csv}}`
 
 - Show the number of unique values in the "name" column: