We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bed9e7 commit 1b14070Copy full SHA for 1b14070
docs/src/index.md
@@ -149,7 +149,7 @@ An inflation-adjusted column can quickly be added to a pandas DataFrame using th
149
import cpi
150
import pandas as pd
151
152
-df = pd.read("https://raw.githubusercontent.com/palewire/cpi/main/tests/test.csv")
+df = pd.read_csv("https://raw.githubusercontent.com/palewire/cpi/main/tests/test.csv")
153
df["ADJUSTED"] = df.apply(
154
lambda x: cpi.inflate(x.MEDIAN_HOUSEHOLD_INCOME, x.YEAR), axis=1
155
)
0 commit comments