Skip to content

Commit c95a3f2

Browse files
committed
Correct another typo
1 parent b308330 commit c95a3f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-pandas.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ Another usful transformation is from a dictionary ([https://docs.python.org/3/tu
313313
table_data = {'A' : [5, 6]
314314
'B' : [8, 4]}
315315
316-
df = pd.DataFrame(data)
316+
df = pd.DataFrame(table_data)
317317
df
318318
```
319319
::: {.callout-note collapse="true"}

0 commit comments

Comments
 (0)