Skip to content

Commit 3487e42

Browse files
authored
Update lectures/inflation_history.md
1 parent 23d9c18 commit 3487e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lectures/inflation_history.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ def process_df(df):
258258
# Handle duplicates by keeping the first
259259
df = df[~df.index.duplicated(keep='first')]
260260
261-
# convert attribute values to numeric
261+
# Convert attribute values to numeric
262262
df = df.map(lambda x: float(x) \
263263
if x != '—' else np.nan)
264264

0 commit comments

Comments
 (0)