Describe the bug
I think there is a typo in the docs, where dim is described.
Isn't it "width" ("largeur" in French) instead of "weight" ("poids" in French) ?
dim
src/dataframe.js:481-483
Get the DataFrame dimensions.
Examples
const [height, weight] = df.dim()
Returns Array The DataFrame dimensions. [height, weight]
Describe the bug I think there is a typo in the docs, where
dim
is described. Isn't it "width" ("largeur" in French) instead of "weight" ("poids" in French) ?To Reproduce Go to https://gmousse.gitbooks.io/dataframe-js/content/doc/api/dataframe.html#dim