Explorar el Código

fixed typo, removed an example for brevity

Hayden Schiff hace 9 años
padre
commit
6937b082d6
Se han modificado 1 ficheros con 1 adiciones y 5 borrados
  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: