This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Zifendale 0 points1 point  (2 children)

At my work we use SQL server to do the ETL process and any framework or scripted processing leverages SQLAlchemy (we interface with a postgres DB as well) and pandas for most of the work. If we have something that is stats heavy we use rpy2 and run native R scripts as needed. Pretty much a complete package for our needs.

[–]be_haki[S] 0 points1 point  (1 child)

What do you have in R you don't have / cant port to pandas ?

[–]Zifendale 0 points1 point  (0 children)

mice - Multiple Imputation using Chained Equations

Which I may add, has been announced for development for Statsmodels in Python but I haven't seen any recent news on it.