dataframe-js
dataframe-js copied to clipboard
A javascript library providing a new data structure for datascientists and developpers
**Describe the bug** No documentation available for GroupedDataFrame in API Reference **To Reproduce** Steps to reproduce the behavior: 1. Go to [https://gmousse.gitbooks.io/dataframe-js/content/doc/api/groupedDataframe.html](https://gmousse.gitbooks.io/dataframe-js/content/doc/api/groupedDataframe.html) **Expected behavior** Get some documentation regarding GroupedDataFrame object....
**Describe the bug** Filtering is not working as expected - sometimes it produces proper results, some time is not. For example, using this function (or any other comparison operator) in...
Any plans to get this into DefinitelyTyped? _Originally posted by @danielgwilson in https://github.com/Gmousse/dataframe-js/issues/43#issuecomment-463369639_
**Describe the bug** It seems that `fromCSV`, when passed a file path to open, will fail if there is a space in the file's path (e.g. if instead of /home/me/dir/file.csv...
PR for https://github.com/Gmousse/dataframe-js/issues/128
**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  -...
includes tests, not sure how to handle `dist`? Fixes: https://github.com/Gmousse/dataframe-js/issues/107
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Create data array with random values, eg: [[1,2,3] ,...
**Describe the bug** When data is loaded from a file locally, DataFrame treats all values as string types (_empty string_) due to which "missing values" are not differentiated/tracked, due to...