Data Analysis / Data Science Career
Data Analysis / Data Science Career
Author
Discussion

donnie85

Original Poster:

134 posts

91 months

Thursday 10th January 2019
quotequote all
The biggest growth industry for 2019 is jobs in data so considering moving into that side.of things. My excel is decent, can do vlookups, formulas, pivot tables, index matches, etc so was thinking of trying to get a data analyst role whilst self studying SQL at home.

How tough is SQL to learn (never done programming before)??

Any one do or did data type jobs??

RizzoTheRat

28,132 posts

215 months

Thursday 10th January 2019
quotequote all
Definitely a growth area. SQL's probably a good thing to learn but take a look at R as well, it's a free programming language specifically for data analysis, and now has machine learning and all sorts built in.

Worth taking a look at the OR society https://www.theorsociety.com/ for an idea of what kinds of things people are looking at

Chimune

4,028 posts

246 months

Thursday 10th January 2019
quotequote all
sql isn't hard if you have a programer type of logical brain. But while it's a good solid skill with employment prospects, it's hardly cutting edge.
Python, R, anaconda etc and those type of big data analysis tools are where tomorrow's analysts will come from. I don't code but they look easier to my eyes than sql.

hyphen

26,262 posts

113 months

Thursday 10th January 2019
quotequote all
Not keen on learning VBA first?

Basic SQL is very easy, expert sql will depend on your natural abilities/time investment.

boxst

3,806 posts

168 months

Thursday 10th January 2019
quotequote all
You can also look at up and coming products like Elastic Search ( https://www.elastic.co ) and Splunk ( Free training : https://www.splunk.com/en_us/training/free-courses... ).

Both are used heavily for data analysis and the other current trend of security.

hyphen

26,262 posts

113 months

Thursday 10th January 2019
quotequote all
Chimune said:
sql isn't hard if you have a programer type of logical brain. But while it's a good solid skill with employment prospects, it's hardly cutting edge.
Python, R, anaconda etc and those type of big data analysis tools are where tomorrow's analysts will come from. I don't code but they look easier to my eyes than sql.
hehe

Chimune

4,028 posts

246 months

Thursday 10th January 2019
quotequote all
hyphen said:
Chimune said:
sql isn't hard if you have a programer type of logical brain. But while it's a good solid skill with employment prospects, it's hardly cutting edge.
Python, R, anaconda etc and those type of big data analysis tools are where tomorrow's analysts will come from. I don't code but they look easier to my eyes than sql.
hehe
What can I say? I've got funny eyes!

mikees

2,843 posts

195 months

Thursday 10th January 2019
quotequote all
Ummmmmm............


Data science, machine learning isn’t excel

You need to look at hadoop, data lakes, docker, elastic search etc etc these are just some tlas

Pm me for more info or advice

M



cat with a hat

1,488 posts

141 months

Friday 11th January 2019
quotequote all
Mediocre Sql knowledge will be easy to pick up and is very much entry level understanding.

If you're serious about data science.. I would recommend learning software engineering basics using an online course e.g mit 6001.. Then get a book like "Hands-On Machine Learning with Scikit-Learn and TensorFlow".. And then look at doing google cloud platform courses (fundamentals and then big data / ml focused course.)

RTaylor2208

197 posts

184 months

Friday 11th January 2019
quotequote all
I've worked specifically in the data domain for the last 20 years and whilst learning to write SQL is definitely one of the easier language's to learn writing queries that run efficiently especially analytical queries is much more difficult than many people realise.

To help give you some context we have many people from analysts, developers and even people that don't really have a clue accessing one of our data warehouses. I can categorically say that no matter their back ground I still see terribly inefficient queries every day, so much so when have very stringent controls in place to kill queries that may cause issues to the overall performance of the server(s).

Learn to write efficient SQL and understanding how your data is structured is just as important as learning the syntax, thinking of data in sets is key rather than thinking about individual rows of data.

As you mentioned the areas really booming are Machine Learning, Data Science and AI. All require analysis of generally huge sets of data. In most cases SQL wont be the only language you need to know, phython and R are more common. On top of that you need to learn technologies suitable for working with large disparate structured and unstructured data sets such as Hadoop, Spark, Elasticsearch, Presto etc.

Working within cloud infrastructure is starting to make some of this easier with the likes of google cloud platform and Amazon Web Services where you can either build the technology yourself on rented resources or on their managed services but its still very complex and difficult for those without both IT operation and development experience to draw upon.

PostHeads123

1,180 posts

158 months

Friday 11th January 2019
quotequote all
You will need a bit more than SQL smile for data science.

Being able to pull the data out is one thing, analysing the data and what its telling you is another thing.

If you want to be a data science get up to speed on probability theory, sampling etc.

I used to be traditional business intelligence / analytics developer so I had SQL, Python etc already the thing that made it easier for me to move into data science role was the fact I did a lot of probability and stats work before so I know a lot of the concepts and theory.

Edited by PostHeads123 on Friday 11th January 16:24

mikees

2,843 posts

195 months

Monday 14th January 2019
quotequote all
Hi folks.

In response to a few PMs I asked my DS lead for some recommendations for DS books and they came up with the list below

Numsense!
Machine learning for absolute beginners
Data science from scratch

The suggestion was to read the first 2 (free on Amazon Prime/Unlimited) then maybe the 3rd. In conjunction with the 3rd download Python and some of the DS Libs and have a play

Hope this helps

M