
Welcome to the data science quick start course. My name is Adam Ross Nelson. I am a data scientist. In this lecture I will explain the purpose of this course.
This course is for:
- Students who have an interest in learning about data science from the start.
- The course will teach students how to execute correlation analysis from scratch, using pen and paper.
- Students will also receive a crash course in Python.
- The capstone experience is for students to combine their knowledge of correlation analysis with their knowledge of Python in order to execute correlation analysis in Python.
This video provides a thorough overview of the entire course.
It is useful to know how to ask questions online. This article offers advice on how to ask for help online.
This lecture will introduce students to data and data sets. It will answer four questions:
First, what is data?
Second, what is a data set?
Third, what are variables?
Fourth, what are observations?
There are two articles, provided in PDF and via link to Medium's Towards Data Science. These articles are optional reading to help learn the key concepts explained in the lecture.
Download these worksheets for reference during the Correlation Parts 1 & 2 lectures.
These worksheets will also be useful as an additional reference during the course capstone. Print these worksheets for your use and reference during the lectures.
This video is the first of two videos that provide instruction on how to calculate a correlation coefficient. This video specifically:
- Explores a simple data set that compares human age and height.
- Discusses why and why a correlation coefficient is useful and how to interpret a correlation coefficient.
- Introduces the notation used to communicate work related to correlation analysis.
- Discusses and explains the formula used to calculate a correlation coefficient.
This video is the second of two videos that provide instruction on how to calculate a correlation coefficient. This video specifically:
- Shows the step-by-step process that produces a correlation coefficient.
- This video shows on-screen with a simulated on-screen pen & paper experience how to calculate a correlation analysis.
The correlation knowledge check is an opportunity to check and test your understanding of the process involved in calculating a correlation coefficient.
This video will introduce the correlation knowledge check. Students should both watch this lecture and work through the attached knowledge check worksheet before proceeding to the next video that explains the worksheet's solution.
This lesson provides an overview of the knowledge check solution. Use this video lesson to check your work.
The correlation knowledge check is an opportunity to check and test your understanding of the process involved in calculating a correlation coefficient.
This video will explain the solution to the correlation knowledge check.
Students should both watch the previous lecture and work through the knowledge check worksheet before proceeding to this video.
This article summarizes information presented throughout the correlation module in Data Science Quick Start: A Focus on Correlation & Python.
In this video I discuss my gratitude to those who take this course. I also offer congratulations to those who have already completed the course's first major module on correlation analysis.
My hope is that you are enjoying your journey in statistics, data science, correlation, and python.
This video also provides information related to connecting me via social media. I ask course attendees to reach out and let me know what is going well with the course, and also what could go better.
The Python crash course knowledge check is an opportunity to check and test your understanding of Python.
This video will introduce the Python knowledge check. Students should both watch this lecture and work through the attached knowledge check Jupyter Notebook before proceeding to the next video that explains the worksheet's solution.
The video demonstrates how to open this Jupyter Notebook on the free online notebook server at https://jupyter.org/try
This lesson provides an overview of the Python knowledge check solution. Use this video lesson to check your work on the Python knowledge check solution.
The Python knowledge check is an opportunity to check and test your understanding.
This video will explain the solution to the Python knowledge check Jupyter Notebook.
The video demonstrates how to open this Jupyter Notebook on the free online notebook server at https://jupyter.org/try
Students should both watch the previous lecture and work through the Python knowledge check worksheet before proceeding to this video.
Congratulations on reaching this stage in the course. You are now ready to calculate a correlation coefficient on your own. This video introduces the three knowledge check worksheets I provided for students in this course.
This video shows the solution to the first of the three capstone experiences that were introduced in the previous video.
Refactor the correlation calculation into a reusable python function by converting age and salary to generic x and y, subtracting means to form errors, and computing covariance from these errors.
Usually, it is unnecessary to calculate correlation from scratch. This video shows one of the many available shortcuts.
Building on the information discussed in the previous bonus, this video explores the features available in Pandas.
This video provides additional instruction on Python list comprehension. Use it as a refresher or as a supplant to this course's Python crash course module.
Eventually, it will be helpful to know how to merge multiple datasets. This video shows how to do that using Pandas.
After creating new columns it is helpful to move the order of those columns within a Pandas data frame. This video shows creating new columns and then also changing their order for better organization.
Taught by a professional data scientist with more than 20 years of experience in teaching and education. Dr. Adam Ross Nelson has taught students of all ages and throughout the world. He has a PhD in Education. He has also taught high school students, college students, graduate students, and seasoned professionals. He also frequently helps technical professionals enter and level up in data science.
Everyone has to start someplace! A "quick start" in data science isn't a contradiction in terms! This course is for beginners.
Students will learn to get started with Data Science, quick. This course will teach the rudiments of two topics.
First, it will teach correlation analysis.
Second, it will teach Python.
There are knowledge checks to help students assess their own learning.
There is also a capstone experience. The capstone experience will ask students to implement correlation analysis from scratch in Python. There are no prerequisites.
This course does not require software installation.
More about the suggested roadmap: The Road To A Quick Start In Data Science
Learn, or re-learn to execute correlation analysis from scratch.
Learn a few simple coding techniques.
Execute correlation analysis from scratch in python.
Keep going! If that is what you want. Don’t look back.
Once you finish with these four steps, there will be more work ahead. Inside this course are guides and suggestions for next steps.