You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to create a complex report (let say incomes and outcomes monthly) from different people I have on my database (pandas dataframe), I want to represent one analysis from a one person in a Jupyter notebook, that analysis contains a table and a graph, so I will have as many notebooks as people.
My question is if papermill is suitable for my task (to create different notebooks looping the parameters of the database) Or should I stick to powershell/bash scripting to request a different parameter to be use (problem with that is my dataframe is in pandas and I don't know if it will work out well with shell scripting )
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I want to create a complex report (let say incomes and outcomes monthly) from different people I have on my database (pandas dataframe), I want to represent one analysis from a one person in a Jupyter notebook, that analysis contains a table and a graph, so I will have as many notebooks as people.
My question is if papermill is suitable for my task (to create different notebooks looping the parameters of the database) Or should I stick to powershell/bash scripting to request a different parameter to be use (problem with that is my dataframe is in pandas and I don't know if it will work out well with shell scripting )
Beta Was this translation helpful? Give feedback.
All reactions