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

Revisit reshaping example possibly outdated by fread recognizing dates #6524

Open
MichaelChirico opened this issue Sep 23, 2024 · 0 comments

Comments

@MichaelChirico
Copy link
Member

          Actually this is an interesting point, this example was designed for when `dob_child1` etc. would be read by `fread()` as type `character`, but now they're recognized as dates and read as `IDate`.

Before this example illustrated gender being cast from integer to character, now it only goes integer->integer, but gains the class attribute. Maybe we should revisit this.

Originally posted by @MichaelChirico in #6521 (comment)

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

1 participant