R and SQL

Lately I have been working with R in a data quality project. The project involves running business rules that are written in SQL and executed against a SQL server. I have done a little research about accessing a SQL or MySQL server from R and […]

R commands page

What was the syntax again for ggplot or how can I read in a csv file with some delimiter? That’s why I have started a page collecting some handy R commands, see R commands It is not complete yet, but still under work. Let me […]

Analyzing the NYC Subway dataset

Currently I am following Udacity‘s data analyst course, which is really interesting. I have done some data analysis with R, but not so much with Python. Found out about Anaconda, which offers some great packages like numpy, pandas(ql) and scipy.  In project 2, the goal […]