DataProfiler icon indicating copy to clipboard operation
DataProfiler copied to clipboard

feat: add __str__ methods to the various part of the profiler options

Open carlsonp opened this issue 5 months ago • 8 comments

How about this as a starting point for adding some helpful printing of Data Profiler options?

import dataprofiler as dp
profile_options = dp.ProfilerOptions()
print(profile_options)

carlsonp avatar Mar 13 '24 21:03 carlsonp