csvkit v1.0.1 Release Notes

Release Date: 2016-12-29 // over 7 years ago
  • ๐Ÿš€ This is a minor release which fixes several bugs reported in the :code:1.0.0 release earlier this week. It also significantly improves the output of :doc:/scripts/csvstat and adds a :code:--csv output option to that command.

    • :doc:/scripts/csvstat will no longer crash when a :code:Number column has :code:None as a frequent value. (#738)
    • ๐Ÿ“„ :doc:/scripts/csvlook docs now note that output tables are Markdown-compatible. (#734)
    • ๐Ÿ‘ :doc:/scripts/csvstat now supports a :code:--csv flag for tabular output. (#584)
    • :doc:/scripts/csvstat output is now easier to read. (#714)
    • ๐Ÿ‘ :doc:/scripts/csvpy now has a better description when using the :code:--agate flag. (#729)
    • ๐Ÿ›  Fix a Python 2.6 bug preventing :doc:/scripts/csvjson from parsing utf-8 files. (#732)
    • โšก๏ธ Update required version of unittest to latest. (#727)