Closed ba66e77 closed 1 year ago
If the overview_tab function is called on a dataframe which does not contain a column labeled 'id', the function fails with KeyError. I think you meant to use the parameter id in the dropna function call instead of the string 'id'.
id
https://github.com/cosimameyer/overviewpy/blob/6216ede14051afad74bb49f22450eb20f2c662e8/src/overviewpy/overviewpy.py#L20C31-L20C31
Thanks for catching it! That's exactly what I intended to do :)
If the overview_tab function is called on a dataframe which does not contain a column labeled 'id', the function fails with KeyError. I think you meant to use the parameter
id
in the dropna function call instead of the string 'id'.https://github.com/cosimameyer/overviewpy/blob/6216ede14051afad74bb49f22450eb20f2c662e8/src/overviewpy/overviewpy.py#L20C31-L20C31