Data Science at The New York Times
blog.dominodatalab.com
Data Science at The New York Times
1–10 of 13 posts
Re: Data Science at The New York Times
#2Re: Data Science at The New York Times
#3>Hadoop is definitely happening but it’s Google’s problem because now after building our own Hadoop on iron solution, after dealing with Redshift for a while, we now just gave it all to BigQuery.
A tidy simplification of the technology stack.
Re: Data Science at The New York Times
#4>Python has gotten sufficiently weapons grade that we don’t descend into R anymore. >Hadoop is definitely happening but it’s Google’s problem because now after building our own Hadoop on iron solution, after dealing with Redshift for a while, we now just gave it all to BigQuery. A tidy simplification of the technology stack.
I've experienced this in my own work as well. The extra verbosity of Pandas data frames compared to R data frames doesn't bother me anymore. Sometimes I miss the Lispy homoiconic magic, but not enough to make me want to use R at work.
I still use it once in a while for heavily "statistical" stuff that doesn't ever need to be "productionized", but for run-of-the-mill machine learning I see no reason to use it over Pandas.
Re: Data Science at The New York Times
#5Re: Data Science at The New York Times
#6Been a very long time since I heard anyone speak of Jeff Hammerbacher. His passion for data and engineering is amazing!
Re: Data Science at The New York Times
#7Re: Data Science at The New York Times
#8>Python has gotten sufficiently weapons grade that we don’t descend into R anymore. >Hadoop is definitely happening but it’s Google’s problem because now after building our own Hadoop on iron solution, after dealing with Redshift for a while, we now just gave it all to BigQuery. A tidy simplification of the technology stack.
Python has gotten sufficiently weapons grade that we don’t descend into R anymore. I've experienced this in my own work as well. The extra verbosity of Pandas data frames compared to R data frames doesn't bother me anymore. Sometimes I miss the Lispy homoiconic magic, but not enough to make me want to use R at work. I still use it once in a while for heavily "statistical" stuff that doesn't ever need to be "productio…
I'd like to have my cake and eat it too, but I'm worried that's too good to be true.
Re: Data Science at The New York Times
#9Re: Data Science at The New York Times
#10Earlier quoted context omitted.
Python has gotten sufficiently weapons grade that we don’t descend into R anymore. I've experienced this in my own work as well. The extra verbosity of Pandas data frames compared to R data frames doesn't bother me anymore. Sometimes I miss the Lispy homoiconic magic, but not enough to make me want to use R at work. I still use it once in a while for heavily "statistical" stuff that doesn't ever need to be "productio…
Would anyone recommend / warn against any of python tidyverse ports, like dplython (dplyr) or plotnine (ggplot2)? I'd like to have my cake and eat it too, but I'm worried that's too good to be true.
Not to mention writing R-like code in Python will prevent you from being immediately understood by both R and Python developers. It's just not worth it.