data points
Inspired by this article: "Big data skills bring big dough" - Gigaom
"If you can claim to be a data scientist and have the chops to back that up, you can pretty much write your own ticket even in this tough job market."
So how many "data scientist" jobs are out there?
| Time Recorded (time1457) | Data (data1457) |
|---|---|
| 24 May 2013 10:00:25 | [10060] |
| 23 May 2013 10:00:25 | [9978] |
| 22 May 2013 10:00:23 | [9835] |
| 21 May 2013 10:00:24 | [10351] |
| 20 May 2013 10:00:24 | [10207] |
query = 'data-scientist';
url = sprintf('http://www.indeed.com/q-%s-jobs.html',query);
target = 'Jobs 1 to 10 of';
jobCount = urlfilter(url, target);
updatetrend(jobCount)
0 comments