Gmousse / dataframe-js

No Maintenance Intended
https://gmousse.gitbooks.io/dataframe-js/
MIT License
460 stars 38 forks source link

[BUG] Typo in the documentation #113

Closed ThatIsAPseudo closed 4 years ago

ThatIsAPseudo commented 4 years ago

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]

To Reproduce Go to https://gmousse.gitbooks.io/dataframe-js/content/doc/api/dataframe.html#dim

Gmousse commented 4 years ago

Hi !

Thanks for the report.

It's fixed in 1.4.4