Difference between revisions of "Data Science"
Jump to navigation
Jump to search
(Created page with "This page is a list of resources and links for various code-based platforms for analysis -- mainly Python and R, but feel free to add others. '''General Purpose Resources'''...") |
DonalPhipps (talk | contribs) (Add R for data science and Tidy Text Mining.) |
||
Line 7: | Line 7: | ||
* [http://dartistics.com Dartistics] | * [http://dartistics.com Dartistics] | ||
* [http://code.markedmondson.me/ Mark Edmondson's Code Blog] | * [http://code.markedmondson.me/ Mark Edmondson's Code Blog] | ||
+ | * [http://r4ds.had.co.nz/ R for Data Science by Hadley Wickham - full book online] | ||
+ | * [https://www.tidytextmining.com/ Tidy Text Mining by Julia Silge] | ||
'''Python Resources''' | '''Python Resources''' |
Revision as of 08:25, 17 January 2018
This page is a list of resources and links for various code-based platforms for analysis -- mainly Python and R, but feel free to add others.
General Purpose Resources
- Coding collaboration (think Google Docs for code) - http://codr.io/
R Resources
- Dartistics
- Mark Edmondson's Code Blog
- R for Data Science by Hadley Wickham - full book online
- Tidy Text Mining by Julia Silge
Python Resources