Skip to content

Commit 4cc6cbc

Browse files
authored
Merge pull request #18 from partev/patch-1
fix a typo
2 parents c324e2e + 23197df commit 4cc6cbc

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)