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

Should data type of admittime, dischtime columns in admissions table be annotated as "TIMESTAMP(0) NOT NULL"? #166

Closed
sunrimii opened this issue Dec 5, 2021 · 2 comments

Comments

@sunrimii
Copy link

sunrimii commented Dec 5, 2021

As title, I tried the two queries:

SELECT COUNT(*) FROM mimic_core.admissions WHERE dischtime IS NULL
SELECT COUNT(*) FROM mimic_core.admissions WHERE admittime IS NULL

and I got zero of both.

@sunrimii
Copy link
Author

Here's another similar issue, there are many null in hadm_id column in edstays table, I think "not null" should be removed.

@sunrimii
Copy link
Author

Oops, I just found I post it on wrong place, it should be posted on mimic-iv-website.

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