dataframe-js icon indicating copy to clipboard operation
dataframe-js copied to clipboard

[BUG] Typo in the documentation

Open hhaze opened this issue 4 years ago • 0 comments

Describe the bug There are some typos in documentation. It is a very small problem. Please refer below list.


  • dictionnaries → dictionaries

    • Go to https://gmousse.gitbooks.io/dataframe-js/content/doc/api/dataframe.html#tocollection image
  • sring -> string

    • Go to https://gmousse.gitbooks.io/dataframe-js/content/doc/api/dataframe.html#show image
  • tranpose -> transpose and ÐataFrame -> DataFrame

    • Go to https://gmousse.gitbooks.io/dataframe-js/content/doc/api/dataframe.html#transpose image
  • match parentheses in examples

    • Go to https://gmousse.gitbooks.io/dataframe-js/content/doc/api/dataframe.html#filter image
    • Go to https://gmousse.gitbooks.io/dataframe-js/content/doc/api/dataframe.html#where image
  • orignal -> original

    • Go to https://gmousse.gitbooks.io/dataframe-js/content/doc/api/dataframe.html#sample image
    • Go to https://gmousse.gitbooks.io/dataframe-js/content/doc/api/dataframe.html#bisect image

hhaze avatar Aug 01 '21 03:08 hhaze