Skip to content

Commit 5a02511

Browse files
committed
import date_range in the browser
1 parent ea14239 commit 5a02511

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/danfojs-browser/src/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ import {
2626
concat,
2727
merge,
2828
toDateTime,
29+
date_range
2930
} from "../../danfojs-base";
3031

3132
import { readCSV, streamCSV, toCSV, readJSON, toJSON, readExcel, toExcel } from "./io"
@@ -55,5 +56,6 @@ export {
5556
OneHotEncoder,
5657
getDummies,
5758
concat,
58-
merge
59+
merge,
60+
date_range
5961
}

0 commit comments

Comments
 (0)