You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -20,6 +21,7 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org
20
21
21
22
## Main Features
22
23
24
+
- Danfo.js is fast. It is built on Tensorflow.js, and supports tensors out of the box. This means you can [convert Danfo data structure](https://jsdata.gitbook.io/danfojs/api-reference/dataframe/dataframe.tensor) to Tensors.
23
25
- Easy handling of [missing-data](https://jsdata.gitbook.io/danfojs/api-reference/dataframe#missing-data-handling) (represented as
24
26
`NaN`) in floating point as well as non-floating point data
25
27
- Size mutability: columns can be [inserted/deleted](https://jsdata.gitbook.io/danfojs/api-reference/dataframe#indexing-iteration) from DataFrame
@@ -42,6 +44,7 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org
42
44
- Powerful, flexible and intutive API for [plotting](https://app.gitbook.com/@jsdata/s/danfojs/~/drafts/-MESZnq3_VBU0EW71MxS/api-reference/plotting) DataFrames and Series interactively.
43
45
-[Timeseries](https://jsdata.gitbook.io/danfojs/api-reference/series#accessors)-specific functionality: date range
44
46
generation and date and time properties.
47
+
- Robust data preprocessing functions like [OneHotEncoders](https://jsdata.gitbook.io/danfojs/api-reference/general-functions/danfo.onehotencoder), [LabelEncoders](https://jsdata.gitbook.io/danfojs/api-reference/general-functions/danfo.labelencoder), and scalers like [StandardSaler](https://jsdata.gitbook.io/danfojs/api-reference/general-functions/danfo.standardscaler) and [MinMaxScaler](https://jsdata.gitbook.io/danfojs/api-reference/general-functions/danfo.minmaxscaler) are supported on DataFrame and Series
@@ -161,15 +168,18 @@ To use danfo.js via script tags, copy and paste the CDN below to your HTML file
161
168
</html>
162
169
```
163
170
164
-
Output:
165
-

171
+
Output in Browser:
172
+
173
+

174
+
166
175
176
+
#### [See the Official Getting Started Guide](https://jsdata.gitbook.io/danfojs/getting-started)
167
177
168
178
## Documentation
169
179
The official documentation can be found [here](https://jsdata.gitbook.io/danfojs/)
170
180
171
181
## Discussion and Development
172
-
Most development discussions take place on our [issues](https://github.com/opensource9ja/danfojs/issues) tab.
182
+
Development discussions take place on our [issues](https://github.com/opensource9ja/danfojs/issues) tab.
173
183
174
184
## Contributing to Danfo
175
185
All contributions, bug reports, bug fixes, documentation improvements, enhancements, and ideas are welcome. A detailed overview on how to contribute can be found in the [contributing guide](https://jsdata.gitbook.io/danfojs/contributing-guide).
0 commit comments