Documentation
README
Stata Skill — pystata on StataNow 19.5 BE
Run Stata entirely through pystata, the official Python integration that
ships with Stata. Configure the session once, then issue every command — and
run every .do file — with stata.run(). Data crosses between Python and
Stata in memory through pandas, so there is no need to write intermediate
.dta files or read .log files unless the user wants them.
The one rule that matters most
This is the opening of the README. Read the full README on GitHub.