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
Are there user-written modules specifically based on Tukey's EDA techniques?Hello StataList, I am looking for user-written modules that address Exploratory Data Analysis strat…
Logit model - sample size and clustering questionHello, I would like to check if there is a relationship between mothers' fertility and grandparenta…
Codebook within bys:?I usually use the command -codebook- to undertand the number of unique values of a given variable. I…
Linear mixed models: random effects for both intercept and slope? lincom margins for continuous predictorsHi, I am a student, starting to deal with linear mixed models in STATA and your help would be extre…
Problems with articulating survey design for an appended dataset with differing numbers of replicate weightsHello, I am working with the 1996, 2000, 2004 and 2008 state-level waves of the Nursing Workforce S…
Subscribe to:
Post Comments (Atom)
0 Response to Stata vs Python for data management
Post a Comment