Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/javascriptdata/danfojs
/ toDateTime
Function
toDateTime
src/danfojs-base/core/datetime.ts:263–265 ·
view source on GitHub ↗
(data: Series | ArrayType1D)
Source
from the content-addressed store, hash-verified
261
}
262
263
export
const
toDateTime = (data: Series | ArrayType1D) => {
264
return
new
TimeSeries(data);
265
};
Callers
1
datetime.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected