The Wayback Machine - https://web.archive.org/web/20210129212816/https://github.com/dotnet/corefxlab/issues/2784
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

Add DateTime supports and tests to DataFrame #2784

Open
eerhardt opened this issue Nov 13, 2019 · 1 comment
Open

Add DateTime supports and tests to DataFrame #2784

eerhardt opened this issue Nov 13, 2019 · 1 comment

Comments

@eerhardt
Copy link
Member

@eerhardt eerhardt commented Nov 13, 2019

We currently don't have explicit tests for DateTime columns. We should add some tests and support in areas, ex. Arrow and IDataView integrations.

@pgovind
Copy link
Member

@pgovind pgovind commented Nov 20, 2019

Got to fix this ASAP. The Description method fails with a DateTime column because it tries to calculate DateTimeColumn.Max(). The easiest way to get full coverage for DateTime columns is to add it to the MakeDataFrameWithAllMutableColumnTypes method and fix the unit tests that fail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants