We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2456ce commit eedec16Copy full SHA for eedec16
README.md
@@ -25,7 +25,7 @@ final fromCsv = Dataframe.fromCsv(
25
datePattern: 'dd-MM-yyyy'
26
);
27
28
-final fromNamesAndData = DataFrame.fromNamesAndData(
+final fromNamesAndData = DataFrame(
29
['a', 'b'],
30
[
31
[1, 2],
0 commit comments