Open mbkupfer opened 2 years ago
Will look into this
@sbrugman just wanted to reach out and see where you were on this? Have you figured out the bug? Let me know if you need any help, clarity, or want to discuss.
Just tested the code above, looks likeinfer_dtypes
for the profile report still treats the id column as an integer in the report.
Is there a way to manually change the data type? Like the astype() function in pandas?
Describe the bug
My use case is when tables have an ID column that are intergers, but should really just be treated as a categorical variable. When setting
infer_dtypes
for the profile report though, it still ends up treating them as a number.*To Reproduce
Data: n/a
Code: Preferably, use this code format: n/a (see above)
Version information:
Additional context