How to Solve NameError: name 'Random' is not defined -- streamz

Solution: Import the 'Random' module

# Add the following line to the top of your code
from streamz.dataframe import Random

 

For more information:
streamz Random