Stata has the best data management of a single data set (a single data frame) that I have come across. Is anyone willing to give a brief description of the data management capabilities in Python (propably meaning pandas and numpy)? For instance, Stata has flexible and convenient variations of the -egen- command for grouped data. Another example is Stata's interpretation of if/else, it adapts to the object we use it on (a simple scalar vs a vector, with a vector if/else automatically becomes vectorised and applied to each observation separately).
Do we have similar data management capabilities within Python when we send a small program from Stata to Python?
Related Posts with Stata vs Python for data management
Store Coefficient after loop regressionsDear all, For our master paper, we need to replicate the Fama and French three factor model. We sta…
define constraints for baseoutcome in mlogitI want to estimate a mlogit model Code: mlogit depvar ibn.fvar1 othervars there are categories in m…
SIR ModelHi everyone!! Is there any way to fit SIR Models in Stata? …
Simulteneously executing multiple do filesSuppose I have three do files with following commands in them File diX.do : di "X" File diY.do : di …
How do i open one of these .dat files?https://data.nber.org/data/cps_basic.html for example March 2015 how would i open this in Stat? Than…
Subscribe to:
Post Comments (Atom)
0 Response to Stata vs Python for data management
Post a Comment