Skip to content

Commit

Permalink
Add performance note for csvsort
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Jan 30, 2017
1 parent 9cb66ee commit cf664eb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/scripts/csvsort.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Sort CSV files. Like the Unix "sort" command, but for tabular data::

See also: :doc:`../common_arguments`.

.. note ::
If your file is large, try :code:`sort -t, file.csv` instead.
Examples
========

Expand Down

0 comments on commit cf664eb

Please sign in to comment.