You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We might want to harmonize that? It is the df.select_dtypes("number").columns pattern pretty consistently it appears at a first glance, but seems to be scattered.
Other places where this occurs and should be harmonized:
Description of feature
Column type autodetection (e.g. whether numeric or categorical) is required at different stages of ehrapy
E.g. the
autodetect
option ofencoding
here relies on theadata.var[EHRAPY_TYPE_KEY]
tag.This is set when
We might want to harmonize that? It is the
df.select_dtypes("number").columns
pattern pretty consistently it appears at a first glance, but seems to be scattered.Other places where this occurs and should be harmonized:
TODOs:
The text was updated successfully, but these errors were encountered: