prockenschaub / pyicu

MIT License
3 stars 0 forks source link

Cast ints by default into Pandas Int32 that allow missing data #12

Open prockenschaub opened 1 year ago

prockenschaub commented 1 year ago

This can be solved by passing a mapping function to to_pandas(types_mapper=fun) but this is error prone because to_pandas may frequently be called by the user. Look into wrapping it to make the mapping the default.