yahoo / graphkit

A lightweight Python module for creating and running ordered graphs of computations.
Apache License 2.0
85 stars 24 forks source link

Does graphkit works on pandas dataframe ? #32

Open sivasai-quartic opened 4 years ago

sivasai-quartic commented 4 years ago

I have pyspark data frame and I wanted to use graphkit inside pandas udf. Does graphkit has this support ? If so any documentation available.

Thanks

ankostis commented 4 years ago

Graphticis is pure Python, it should work.

sivasai-quartic commented 4 years ago

Any examples or documentation or sample code available on this ?

ankostis commented 4 years ago

I was expecting it would be the other way round. This library the only thing it can do is compose and execute graph of functions, as exemplified in the README.