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

Merge missing data encodings #86

Open
2 of 4 tasks
rolyp opened this issue Sep 23, 2020 · 1 comment
Open
2 of 4 tasks

Merge missing data encodings #86

rolyp opened this issue Sep 23, 2020 · 1 comment

Comments

@rolyp
Copy link
Collaborator

rolyp commented Sep 23, 2020

See notebook. Summary:

  • read dataset using utils.read_data
  • examine some values in LRE Ages 3-5 - Full Incl # column
  • plot the frequences of the unique values in the subsample
  • instantiate Ptype and fit schema to subsample
  • plot posterior distribution for column type and row type
  • list the missing values for the column
  • replace those values in the column by a new missing data encoding
  • run PType again to verify new encoding correctly identified as missing

To do:

  • read dataset directly rather than via utils.read_data
  • nothing gained by plots – remove
  • use Ptype to browse unique values?
  • subsume missing probabilities plot with col.get_missing_values()?
@rolyp
Copy link
Collaborator Author

rolyp commented Oct 21, 2020

@tahaceritli Do we actually need this use case? Isn’t merging of missing data encodings exactly what is achieved when you do Schema.transform, when all data values interpreted as “missing” are mapped to pd.NA?

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

1 participant