Hacker Newsnew | past | comments | ask | show | jobs | submit | dan_yall's commentslogin

What about "Frisco"?


What about Cisco ... oh wait.


Don't do that.


Yep, the problem is getting physicians to utilize them instead of dismissing them as "cookbook medicine".


I've found Python + Pandas much better in this regard than R. Maybe it's just me, but for grouping, indexing, and manipulating tabular data, Python syntax just makes more sense.

That said, R is better for stats and matrix operations.


Are you using Pandas? If so, your comment would be ironic because pandas borrows heavily from R ;)


They might have borrowed from R. Wes McKinney admits to being influenced by R especialy data frames...but it makes data analysis all the more easier when i can do everything i want within the the Python environment. pandas is proving to be a bit of a longer learning curve i must admit, but then the python environment and native Matplotlib support made life oh so much simpler.

That's just me though.


What has pandas borrowed from R, other than a 2D data structure with heterogeneously-typed columns?

I guess the data frame merge invocations are similar.

(I know patsy/statsmodels are introducing R's formula syntax to python, but that's not pandas.)


The split-apply-combine framework dealing with group by tasks (http://www.jstatsoft.org/v40/i01/paper, not that there aren't other precedents) for one. But generally, Wes has used R to figure out what people want to do, and then ported an elegant interface to python.


I would agree with you if it wasn't for the data.table package in R. It is a game changer. Really.


Can you elaborate on data.table being 'a game changer'. I am inclined to agree, but I'm am just starting to get a handle on it. I am still hesitant and switching between sqldf, reshape2, base::merge and data.table more than I would like. Do you think it could become a dominant method for data preparation?


Python has PyTables which complements Pandas nicely and seems to offer the same sort of features as data.table (note, I've not actually used data.table)


I am using R to analyse and document (knitr and latex) epidemiologic data which does not involve parsing a lot of text to extract my analysis data set. Data preparation for this type of research involves more combining data from different source tables, restructuring repeated measures, etc. I only know how to do that using R. Can Python be incorporated into the knitr literate programming framework and is it worth learning another language?


Python will be better supported in knitr in future; for now it only has preliminary support: http://yihui.name/knitr/demo/engines/


Well done, and not all that dated looking.

Although, in my head, everything on that website reads in the voice of Norm MacDonald's Bob Dole impression.


I thought I was the only one...


My perspective is that life circumstances often force you to "get your shit together." Specifically, having a spouse and kids to support provides an instant shot of maturity and focus for most (decent) people. That was certainly the case for me after having my first child at 26. Since more educated adults these days seem to be delaying marriage and children into their early thirties, it naturally follows that more twenty-somethings would lack the motivation to lead a more disciplined/career-minded lifestyle.


Free pdf is available here:

http://bayes.wustl.edu/etj/prob/book.pdf

It's always nice to see good things come out of Wash U. (Alum here.)


Unfortunately, it's only the first 95 pages.


There must be a fuller version floating around, though; my PDF version has 548 pages and ends with Appendix E, 'Multivariate Gaussian Integrals'.

EDIT: In case anyone wants to make me feel bad about pirating, Jaynes is dead, and besides that, I bought a hardcopy as backup.


I found the full text here:

http://www.naturalthinker.net/trl/texts/Science/Jaynes,%20E....

The first couple pages are a bit funny looking, but after that, there are all 500+ pages. It was the fourth result on Google for me.


How was the novel? It sounds amazingly bad.


You guessed it! Absolutely terrible...


Maybe I'm the only one, but I moved from digg to reddit entirely because digg was blocked at work and reddit wasn't. I've worked at four different places in the last five years and at each one I expect to see reddit blocked as well, but no one has gotten around to it. Maybe my situation is atypical, but I have to believe that the lack of availability of digg to office-bound slackers had to have played some part in it's demise.


They're also considering acquisitions of f.com, k.com and aceboo.com.


Maybe next year all the programmers can learn accounting.


Actually...

Making all programmers experts on accounting is a hopeless task. But what if we taught everyone (including the programmers) enough about accounting to understand why we would care that some of their time qualifies as "capitalizable" and some doesn't and what difference it makes? I think that basic level of understanding would be beneficial to everyone.


Wait until they teach everyone how to sell a product.


Yeap. And marketing staff can learn HR rules.


Even better, they should also teach the HR team finance.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: