风中小海豚

文章
4
资源
0
加入时间
3年0月21天

python和stata_从Python运行Stata do文件

我认为@ user229552指向正确的方向.可以使用Python的子进程模块.下面是一个适用于Linux OS的示例.假设您有一个名为pydo.py的Python文件,其中包含以下内容:import subprocess## Do some processing in Python## Set do-file informationdofile = "/home/roberto/Desktop/...