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

Use pd.Timedelta for time_since_treatment #51

Open
jbao opened this issue Oct 6, 2016 · 2 comments
Open

Use pd.Timedelta for time_since_treatment #51

jbao opened this issue Oct 6, 2016 · 2 comments

Comments

@jbao
Copy link

jbao commented Oct 6, 2016

To represent duration in the time_since_treatment column, we have 2 options:

  • put numerical values into time_since_treatment and persist the time unit in the metadata [non-intuitive and probably error-prone]
  • represent duration directly with the pandas dtype Timedelta [preferred]
@LappleApple
Copy link

@jbao Is it OK to label "Help Wanted"?

@jbao
Copy link
Author

jbao commented Feb 7, 2017

@LappleApple I think we need more discussion concerning the above 2 options.

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

No branches or pull requests

2 participants