_decorators¶
Convenience methods for visualizastion
this module provides decorator functions that can be used to:
convert dask dataframes to pandas dataframes
iterate over individual rows of a dataframe
print the types of some function’s arguments (useful for debugging)
Functions¶
|
Decorator that converts function arguments from dask to pandas. |
|
Prints the types of the passed arguments. |
|
Call a function on each row of a dataframe separately. |