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: docs/cli.rst
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1711,8 +1711,6 @@ You can include named parameters in your where clause and populate them using on
1711
1711
1712
1712
The ``--dry-run`` option will output a preview of the conversion against the first ten rows, without modifying the database.
1713
1713
1714
-
By default any rows with a falsey value for the column - such as ``0`` or ``null`` - will be skipped. Use the ``--no-skip-false`` option to disable this behaviour.
Copy file name to clipboardExpand all lines: docs/python-api.rst
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1009,8 +1009,6 @@ This will add the new column, if it does not already exist. You can pass ``outpu
1009
1009
1010
1010
If you want to drop the original column after saving the results in a separate output column, pass ``drop=True``.
1011
1011
1012
-
By default any rows with a falsey value for the column - such as ``0`` or ``None`` - will be skipped. Pass ``skip_false=False`` to disable this behaviour.
1013
-
1014
1012
You can create multiple new columns from a single input column by passing ``multi=True`` and a conversion function that returns a Python dictionary. This example creates new ``upper`` and ``lower`` columns populated from the single ``title`` column:
0 commit comments