Skip to content

Commit 1ce2b8d

Browse files
risenWgitbook-bot
authored andcommitted
GitBook: [#215] No subject
1 parent fc4dc2e commit 1ce2b8d

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

getting-started.md

+6-17
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ description: >-
77
# Getting Started
88

99
{% 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).
1111

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.
1313
{% endhint %}
1414

1515
## Installation
@@ -39,11 +39,11 @@ yarn add danfojs
3939
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):
4040

4141
```markup
42-
<script src="https://cdn.jsdelivr.net/npm/[email protected].0/lib/bundle.min.js"></script>
42+
<script src="https://cdn.jsdelivr.net/npm/[email protected].1/lib/bundle.min.js"></script>
4343
```
4444

4545
{% hint style="info" %}
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).&#x20;
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).
4747
{% endhint %}
4848

4949
## 10 minutes to danfo.js
@@ -1885,7 +1885,6 @@ com_df.print()
18851885
╟────────────┼───────────────────┼───────────────────┼───────────────────┼───────────────────┼───────────────────┼───────────────────┼───────────────────┼───────────────────╢
18861886
║ 3 │ K2 │ K2 │ A3 │ B3 │ K2 │ K0 │ C3 │ D3 ║
18871887
╚════════════╧═══════════════════╧═══════════════════╧═══════════════════╧═══════════════════╧═══════════════════╧═══════════════════╧═══════════════════╧═══════════════════╝
1888-
18891888
```
18901889

18911890
Concatenate along row axis (0).
@@ -2203,20 +2202,10 @@ sf.dt.dayOfWeekName().print()
22032202

22042203
See the [Plotting](api-reference/plotting/) docs.
22052204

2206-
We currently support [Plotly.js](https://plotly.com/javascript/) for plotting. In the future, we plan other JS plotting libraries like Vega, D3.&#x20;
2205+
We currently support [Plotly.js](https://plotly.com/javascript/) for plotting. In the future, we plan other JS plotting libraries like Vega, D3.
22072206

22082207
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.
22092208

2210-
{% tabs %}
2211-
{% tab title="Browser" %}
2212-
2213-
{% endtab %}
2214-
2215-
{% tab title="Second Tab" %}
2216-
2217-
{% endtab %}
2218-
{% endtabs %}
2219-
22202209
```markup
22212210
<!DOCTYPE html>
22222211
<html lang="en">
@@ -2303,7 +2292,7 @@ On a DataFrame, the [`plot()`](https://pandas.pydata.org/pandas-docs/stable/refe
23032292

23042293
[Writing to a CSV file.](api-reference/dataframe/dataframe.to\_csv.md)
23052294

2306-
Convert any DataFrame to csv format.&#x20;
2295+
Convert any DataFrame to csv format.
23072296

23082297
In NodeJs, if a file path is specified, then the CSV is saved to the path, else it is returned as a string.
23092298

release-notes.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Release Notes
22

3-
### \[LATEST] Release Node (v1.0.0), Browser (v1.0.0)
3+
### \[LATEST] Release Node (v1.0.1), Browser (v1.0.1)
4+
5+
**Date:** 16th Jan 2022
6+
7+
Minor bug fixes
8+
9+
* [https://github.com/javascriptdata/danfojs/issues/354](https://github.com/javascriptdata/danfojs/issues/354)
10+
* [https://github.com/javascriptdata/danfojs/issues/344](https://github.com/javascriptdata/danfojs/issues/344)
11+
* [https://github.com/javascriptdata/danfojs/pull/347](https://github.com/javascriptdata/danfojs/pull/347)
12+
13+
Contributors: @[**Devwulf**](https://github.com/Devwulf)**,** [@risenW](https://github.com/risenW)
14+
15+
### Release Node (v1.0.0), Browser (v1.0.0)
416

517
**Date:** 12th Jan 2022
618

0 commit comments

Comments
 (0)