Skip to content
This repository has been archived by the owner on Aug 17, 2024. It is now read-only.

keep date as a type of data in DataFrame-js #122

Open
feiyu-london opened this issue Jan 3, 2021 · 0 comments
Open

keep date as a type of data in DataFrame-js #122

feiyu-london opened this issue Jan 3, 2021 · 0 comments

Comments

@feiyu-london
Copy link

it seems to me that the data types in dataframe-js are two kinds, i.e. number and string.

Though I agree that many date related functions can be supplemented by functions under javascript, but from a data dealing perspective date type is a quite important and useful feature.

Converting everything to milisecond can solve the problem in terms of process, but it can be quite difficult for people to realise what they are dealing with without transforming them back to proper date formate.

If the dataframe can recognize various date format as date rather than as string, it can be very powerful and convenient for users.

Hope this makes sense.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant