You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+1
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ Unreleased
10
10
* :doc:`/scripts/csvstat` adds a :code:`--non-nulls` option to only output counts of non-null values.
11
11
* :doc:`/scripts/csvstat` adds a :code:`--max-precision` option to only output the most decimal places.
12
12
* feat: Add a :code:`--null-value` option to commands with the :code:`--blanks` option, to convert additional values to NULL.
13
+
* fix: Reconfigure the encoding of standard input according to the :code:`--encoding` option, which defaults to ``utf-8-sig``. Affected users no longer need to set the ``PYTHONIOENCODING`` environment variable.
13
14
* fix: Prompt the user if additional input is expected (i.e. if no input file or piped data is provided) in :doc:`/scripts/csvjoin`, :doc:`/scripts/csvsql` and :doc:`/scripts/csvstack`.
14
15
* fix: No longer errors if a NUL byte occurs in an input file.
0 commit comments