show

pydiverse.transform.show(pipe: bool = False) Pipeable | None[source]

Prints the table to stdout.

Parameters:

pipe – If set to True, the table is returned, else None is returned.

Note

During interactive development in the python shell, you usually want to keep pipe = False, else the table is printed twice. The main use for pipe = True is when you don’t want to break a long sequence of verbs in a file.