Skip to content

Commit 49ed60a

Browse files
authored
Update analyze-us-census-data-with-scipy.mdx
1 parent c136261 commit 49ed60a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

projects/analyze-us-census-data-with-scipy/analyze-us-census-data-with-scipy.mdx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,7 @@ region = pd.DataFrame()
186186

187187
Now let's complete a simple pandas exercise. Sum the total number of people that relocated within the U.S. in both the control and variant groups at the state level.
188188

189-
<RoundedImage
190-
link="https://i.imgur.com/8LlsAhS.png"
191-
description="U.S. Census Data Analysis"
192-
/>
193-
189+
![U.S. Census Data Analysis](https://i.imgur.com/8LlsAhS.png)
194190

195191
```python
196192
state["Relocated Within State"] = control.groupby("State")["Total Population"].sum()

0 commit comments

Comments
 (0)