Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for civil Package (Date, DateTime, civil.Time) #71

Closed
pjebs opened this issue Aug 27, 2018 · 2 comments
Closed

Support for civil Package (Date, DateTime, civil.Time) #71

pjebs opened this issue Aug 27, 2018 · 2 comments

Comments

@pjebs
Copy link

pjebs commented Aug 27, 2018

It would be good if a Dataframe can support

  • civil.Date (ie. 1955-04-30)
  • civil.DateTime (this is not the same as time.Time)
  • civil.Time
  • time.Time (already mentioned in numerous other issues eg Add support for more types #22)
  • Also the ability to sort
  • Also on loading, specify a column needs to be interpreted using custom parse which produces a type mentioned above.

Ref: https://godoc.org/cloud.google.com/go/civil

@pjebs
Copy link
Author

pjebs commented Oct 7, 2018

https://github.com/rocketlaunchr/dataframe-go library supports generic datatypes.

@kniren
Copy link
Collaborator

kniren commented May 1, 2020

Time support is desired, but I would not want to add any dependencies to external packages. I'm closing this issue in favor of #93 and others.

@kniren kniren closed this as completed May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants