Skip to content

Commit eedec16

Browse files
authored
Rectify README.md [ci skip]
1 parent b2456ce commit eedec16

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
@@ -25,7 +25,7 @@ final fromCsv = Dataframe.fromCsv(
2525
datePattern: 'dd-MM-yyyy'
2626
);
2727
28-
final fromNamesAndData = DataFrame.fromNamesAndData(
28+
final fromNamesAndData = DataFrame(
2929
['a', 'b'],
3030
[
3131
[1, 2],

0 commit comments

Comments
 (0)