Skip to content

Commit

Permalink
add output gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
risenW committed Aug 12, 2020
1 parent 1736aa1 commit 7aefeca
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -115,6 +115,10 @@ dfd.read_csv("https://web.stanford.edu/class/archive/cs/cs109/cs109.1166/stuff/t
})

```
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

Expand Down Expand Up @@ -164,7 +168,12 @@ To use danfo.js via script tags, copy and paste the CDN below to your HTML file
</html>
```

#### [See the Getting Started Guide](https://jsdata.gitbook.io/danfojs/getting-started)
Output in Browser:

![](assets/browser-out.gif)


#### [See the Official Getting Started Guide](https://jsdata.gitbook.io/danfojs/getting-started)

## Documentation
The official documentation can be found [here](https://jsdata.gitbook.io/danfojs/)
Expand Down
Binary file added assets/browser-out.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/node-rec.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7aefeca

Please sign in to comment.