diff --git a/README.md b/README.md index ba8f3817..20c59053 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,60 @@ easy and intuitive. It is heavily inspired by [Pandas](https://pandas.pydata.org - 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 + +To use danfo.js via script tags, copy and paste the CDN below to your HTML file + +```html + +``` + +### Example Usage in the Browser + +```html + + + + + + + + Document + + + + +
+
+
+ + + + + + +``` + +Output in Browser: + +![](assets/browser-out.gif) + + ## How to install danfo.js is hosted on NPM, and can installed via package managers like npm and yarn @@ -120,59 +174,6 @@ Output in Node Console: ![](assets/node-rec.gif) -To use danfo.js via script tags, copy and paste the CDN below to your HTML file - -```html - -``` - -### Example Usage in the Browser - -```html - - - - - - - - Document - - - - -
-
-
- - - - - - -``` - -Output in Browser: - -![](assets/browser-out.gif) - - #### [See the Official Getting Started Guide](https://jsdata.gitbook.io/danfojs/getting-started) ## Documentation