.. _`Dask tail example`: .. _`org.sysess.sympathy.examples.dasktail`: Dask tail example ================= .. image:: example.svg :width: 48 Node example demonstrating the tail of a table using dask. **Documentation** This example shows a basic version of tail, implemented using dask. Tail produces a new table similar to *Slice data Table* with *1:* as the slice expression. Dask nodes have biggest effect in locked subflows and lambdas where data between nodes is passed in memory. **Definition** *Input ports* :input: table Input Table *Output ports* :output: table Output Table .. automodule:: node_dask_examples .. class:: DaskTail **Related nodes** * :ref:`org.sysess.sympathy.examples.daskstack` * :ref:`org.sysess.sympathy.examples.daskmax` * :ref:`org.sysess.sympathy.examples.daskvisualize` * :ref:`org.sysess.sympathy.slice.slicedatatable`