Thank you for reading.
First, I apologise if my question doesn't meet the exact requirements of the forum
I have a simply question regarding the integration of Stata in a jupyter notebook.
I want to run the following python code
I simply want to know how you can embed python variables into the string that is passed to
Thanks
First, I apologise if my question doesn't meet the exact requirements of the forum
I have a simply question regarding the integration of Stata in a jupyter notebook.
I want to run the following python code
Code:
for user in users: stata.run("stcox observer_uip_pioped if user_id==user")
I simply want to know how you can embed python variables into the string that is passed to
Code:
stata.run
Comment