Snow

I could stare at snow for hours. Not standing outside, of course. From inside, with the heating on, a warm sweater, a hot cup of tea. I don’t get to see it that often and it absolutely fascinates me…

Smartphone

独家优惠奖金 100% 高达 1 BTC + 180 免费旋转




Where to Begin with Data Science?

For about three years, I wasn’t sure where to begin learning data science. I’ve heard of different language to use (Python or R), seen the terms SQL and NoSQL thrown around, and the various tutorials with detailed explanations on for the command line, but rushing through Pandas. There is so much information and not enough information on how to consume such information. I’ve complied two or three basic resources for Python, NumPy, Pandas, and Jupyter Notebooks. These tools are essential in getting started in data science, and it takes some time to get comfortable with them.

The following is not so much a tutorial, but rather, what concepts and programs to look at first. Learning data science can be an overwhelming experience and not knowing where to begin can leave you in beginner’s purgatory for years.

2. Pandas. Pandas is Python library. It allows you clean and manipulate data as needed. For some, Pandas can be quite difficult learn, as it can be seen as abstract in nature. For me Pandas did not lend itself well to lecture, and the only way I became comfortable Pandas, was working with it on data sets.

3. NumPy. NumPy is a mathematical library for Python. NumPy extends naturally from Python and is easy to implement. However, given its extensive commands, references are always needed.

4. And finally, Jupyter Notebooks. Jupyter Notebooks is where you will apply the above. In Jupyter Notebooks, you can clean, manipulate, analyze, and visualize your data. Each notebook is self-contained, easy to organize, and you can quickly see the results of your written code.

Extra Credit: Where to get data? The following resources are a good place to start and to possibly find areas of interest:

Hopefully these resources will find you well. Whatever your plans for learning data science(self learn, bootcamp, degree program, etc.) are, understanding the above tools will be essential.

Add a comment

Related posts:

Living in the Bot Bubble

Have you ever clicked on a Google, Facebook, or Instagram post and then realized after doing so, your entire social media feed became saturated with that type of content. For example, I like to surf…

Social distancing devices

I am carefully watching all innovations which come to life during corona-crisis. Not just because it is current, but also because it might as well be a good predictor of what comes, in case the…

A Comparison of Tuition and Cost of Living for Michigan College Students.

The concept of college tuition prices has certainly become a hot topic in the last two decades. With tuition prices on the rise it has become harder to get an education without getting into loads of…