Skip to content

Commit 23197df

Browse files
authored
fix a typo
1 parent c324e2e commit 23197df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Every dataframe now has this accessor as an attribute.
5454
import my_flavor
5555

5656
# DataFrame.
57-
df = DataFrame(data={
57+
df = pd.DataFrame(data={
5858
"x": [10, 20, 25],
5959
"y": [0, 2, 5]
6060
})

0 commit comments

Comments
 (0)