Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. # Exploring anonymized data ## Video Overview 1. What is ## Exploring individual features: guesssing types ### Helpful functions: ```python df.dtypes df.info() x.value_counts() x.isnull() ``` ## Conclusion Two things to do with anonymized features: - Try to decode the features - Guess the true meaning open/exploring-anonymized-data.txt Last modified: 2024/10/05 06:15by 127.0.0.1