Data Science Slides

My teaching slides from the data science class
R
code
teaching
Author

Najah

Published

May 17, 2023

During the spring of 2023, I had the incredible opportunity to contribute as a teaching fellow for an undergraduate course at Ashoka University. The course, titled “Data Science for Social Science,” was primarily aimed at students studying Political Science and Economics. As part of the teaching team, my responsibilities included leading weekly discussion sections, where I provided in-depth reviews of the data science methods covered in the main lectures.

In these discussion sections, my approach involved a combination of practical examples, live coding demonstrations, and addressing students’ queries and challenges with their coding tasks. Each week, I conducted six discussion sections, with an average of 15 students attending each session. Overall, the class consisted of approximately 90 students.

To showcase my contributions and provide insight into my teaching approach, I have compiled a selection of slides from my discussion sections. These slides capture the essence of the topics covered and the interactive learning environment fostered during the course.

Feel free to explore the following slides, which offer a glimpse into my instructional techniques and the impact I had on the students’ understanding of data science in the context of social sciences.

Introduction to R and R Studio

Data Manipulation with dplyr

Merging Data

Data Visualisation using ggplot2

Predicting Housing Prices using Linear Regression

Python Basics