Skip to content

Commit a96e077

Browse files
committed
inital set of links
1 parent 4bcf83a commit a96e077

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
.Rproj.user
2+
.Rhistory
3+
.RData
4+
.Ruserdata

Data-Science-material.Rproj

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
Version: 1.0
2+
3+
RestoreWorkspace: Default
4+
SaveWorkspace: Default
5+
AlwaysSaveHistory: Default
6+
7+
EnableCodeIndexing: Yes
8+
UseSpacesForTab: Yes
9+
NumSpacesForTab: 2
10+
Encoding: UTF-8
11+
12+
RnwWeave: knitr
13+
LaTeX: XeLaTeX
14+
15+
AutoAppendNewline: Yes
16+
StripTrailingWhitespace: Yes

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# Data-Science-material
22
This repository contains files and links to helpful data science reference material.
3+
4+
**People to follow**
5+
6+
[Hadley Wickham]()
7+
8+
[ Daniel Emaasit Emaasit]() Data Scientist from Tanzania
9+
10+
[Xander Horn](https://github.com/XanderHorn) Data Scientist based in South Africa. Involved in investments and portfolio optimization research.
11+
12+
[Michael Galarnyk](https://github.com/mGalarnyk) Data Scientist. He maintains a reach collection of data science materials which covers data science courses from Coursera and tutorials on Python data analysis environment set-up. Follow his [Youtube](https://www.youtube.com/c/MichaelGalarnyk) channel for exciting video tutorials.
13+
14+
[Joel Grus](https://github.com/joelgrus) Python data science book author. You can access his book at his website:[http://joelgrus.com/](http://joelgrus.com/)
15+
16+
[Wes Mckinney](https://github.com/wesm) Pandas library author. His website: [http://wesmckinney.com/](http://wesmckinney.com/)
17+
18+
[Ramnath Vaidyanathan](https://github.com/ramnathv) His main focus is on interactive visualisation with implementation in JavaScript and R.

0 commit comments

Comments
 (0)