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
Copy file name to clipboardExpand all lines: getting-started.md
+6-17
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ description: >-
7
7
# Getting Started
8
8
9
9
{% hint style="info" %}
10
-
A stable version of Danfojs (v1), has been released, and it comes with full Typescript support, new features, and many bug fixes. See release note [here](release-notes.md#latest-release-node-v1.0.0-browser-v1.0.0). 
10
+
A stable version of Danfojs (v1), has been released, and it comes with full Typescript support, new features, and many bug fixes. See release note [here](release-notes.md#latest-release-node-v1.0.0-browser-v1.0.0).
11
11
12
-
There are a couple of breaking changes, so we have prepared a short migration [guide](examples/migrating-to-the-stable-version-of-danfo.js.md) for pre-v1.0.1 users. 
12
+
There are a couple of breaking changes, so we have prepared a short migration [guide](examples/migrating-to-the-stable-version-of-danfo.js.md) for pre-v1 users.
13
13
{% endhint %}
14
14
15
15
## Installation
@@ -39,11 +39,11 @@ yarn add danfojs
39
39
For use directly in HTML files, you can add the latest script tag from [JsDelivr](https://www.jsdelivr.com/package/npm/danfojs?version=0.3.1\&path=lib):
To play with Danfo.js in a Notebook-like environment, see [Dnotebooks](https://dnotebook.jsdata.org/getting-started)[here](https://playnotebook.jsdata.org/demo) or the [VS-Code Nodejs notebook extension](https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook). 
46
+
To play with Danfo.js in a Notebook-like environment, see [Dnotebooks](https://dnotebook.jsdata.org/getting-started)[here](https://playnotebook.jsdata.org/demo) or the [VS-Code Nodejs notebook extension](https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook).
We currently support [Plotly.js](https://plotly.com/javascript/) for plotting. In the future, we plan other JS plotting libraries like Vega, D3. 
2205
+
We currently support [Plotly.js](https://plotly.com/javascript/) for plotting. In the future, we plan other JS plotting libraries like Vega, D3.
2207
2206
2208
2207
Using the `plot` API, you can make interactive plots from DataFrame and Series. Plotting only works in the browser/client-side version of Danfo.js, and requires an HTML div to display plots.
2209
2208
2210
-
{% tabs %}
2211
-
{% tab title="Browser" %}
2212
-
2213
-
{% endtab %}
2214
-
2215
-
{% tab title="Second Tab" %}
2216
-
2217
-
{% endtab %}
2218
-
{% endtabs %}
2219
-
2220
2209
```markup
2221
2210
<!DOCTYPE html>
2222
2211
<html lang="en">
@@ -2303,7 +2292,7 @@ On a DataFrame, the [`plot()`](https://pandas.pydata.org/pandas-docs/stable/refe
2303
2292
2304
2293
[Writing to a CSV file.](api-reference/dataframe/dataframe.to\_csv.md)
2305
2294
2306
-
Convert any DataFrame to csv format. 
2295
+
Convert any DataFrame to csv format.
2307
2296
2308
2297
In NodeJs, if a file path is specified, then the CSV is saved to the path, else it is returned as a string.
0 commit comments