Learn practical skills, build real-world projects, and advance your career

Analyzing NSFG Data

Goal

In this project we will be exploring data related to demographics and health, including the National Survey of Family Growth and the General Social Survey.

Read, clean, and validate

Exploring the NSFG data

import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
import seaborn as sns

%matplotlib inline
plt.style.use('fivethirtyeight')