Gustavo Sena Mafra

Results 3 issues of Gustavo Sena Mafra

I am currently working on a workflow where we convert database records directly to a pandas DataFrame then applying ML algorithms on it with the help of sklearn-pandas. However, sometimes...

I haven't been using line_profiler for a long time so I don't know if it is a dumb question Let's say this is prof.py ``` import os @profile def foo():...

Is there, even if unintentionally, support for testing a Tornado WebSocket server with pytest-tornado? If yes, how would you go to make a basic example, similar to the one shown...