Skip to content

Commit fcf2544

Browse files
risenWgitbook-bot
authored andcommitted
GitBook: [#223] No subject
1 parent 42917a2 commit fcf2544

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

api-reference/general-functions/danfo.dt.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ description: Accessor object for date time properties of the Series values.
44

55
# danfo.Dt
66

7-
For example, in the following example, we convert a Series to an `Dt` instance and apply a couple of **DateTime** methods. 
7+
For example, in the following example, we convert a Series to an `Dt` instance and apply a couple of **DateTime** methods.
88

99
{% tabs %}
1010
{% tab title="Node" %}
1111
```javascript
12-
import { Dt, Series } from "danfojs-node-nightly"
12+
import { Dt, Series } from "danfojs-node"
1313

1414
const sf = new Series(["1/1/2000", "1/2/2000", "2/3/2000", "1/4/2000", "4/5/2000"])
1515
const dtS = new Dt(sf)
@@ -45,5 +45,4 @@ dtS.monthName().print()
4545
╟───┼──────────╢
4646
║ 4 │ April ║
4747
╚═══╧══════════╝
48-
4948
```

0 commit comments

Comments
 (0)