diff --git a/projects/analyze-us-census-data-with-scipy/analyze-us-census-data-with-scipy.mdx b/projects/analyze-us-census-data-with-scipy/analyze-us-census-data-with-scipy.mdx index 07d90d24..55883d8c 100644 --- a/projects/analyze-us-census-data-with-scipy/analyze-us-census-data-with-scipy.mdx +++ b/projects/analyze-us-census-data-with-scipy/analyze-us-census-data-with-scipy.mdx @@ -2,7 +2,7 @@ title: Analyze U.S. Census Data with SciPy author: Sade Snowden-Akintunde uid: LC6iTrJZzITO0aBq3iaamSvy6Q93 -datePublished: 2025-01-02 +datePublished: 2025-01-13 published: true description: Learn how to analyze U.S. census data with SciPy header: https://firebasestorage.googleapis.com/v0/b/codedex-io.appspot.com/o/assets%2Findex%2F12423.png?alt=media&token=721aaaaa-f431-438e-bd19-c3f6a97afb41 @@ -33,9 +33,9 @@ tags: uid={true} /> -**Prerequisites**: Intermediate Python, SciPy +**Prerequisites**: Python, NumPy, SciPy **Version**: Python 3 -**Read Time**: X minutes +**Read Time**: 45 minutes ## Introduction @@ -48,7 +48,9 @@ In this project tutorial, we'll be analyzing a dataset gathered from the 2022 [U description="U.S. Census Data Analysis" /> -We will begin to test our assumptions and answer some basic questions about various demographic groups using SciPy, NumPy, Pandas, and some basic working knowledge of statistics, including the following: +We will begin to test our assumptions and answer some basic questions about various demographic groups using SciPy, NumPy, Pandas, and some basic working knowledge of statistics. + +The questions include: - Is there a difference in mobility patterns between those that moved within their home state versus across states lines in New York and California in particular? - And do trends vary amongst citizenship status? @@ -57,7 +59,7 @@ We will begin to test our assumptions and answer some basic questions about vari ## Cleaning Raw Data -As you can see below, the original data provided by census.gov contains two separate CSVs, one with the raw data and another with metadata that contains details of what each column represents. +As you can see below, the original data provided by [census.gov](https://data.census.gov/) contains two separate CSVs, one with the raw data and another with metadata that contains details of what each column represents.