Create_report (), I would like to understand how to create a display file and config file for both global and local parameters in create_report. By way of example, I want to have Overview, Variable and Missing sections for display. However, I would like to exclude/disable the spectrum tab in the missing section. Additionally, I am unable to get the value_table tab enabled and select 10 or 15 rows. Thank you
Opened this issue · 1 comments
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Hello, I am unable to get the value_table to show up in the create_report(). Please can you help with text in the config parameter to get this to be visible. My code is as follows:
display = ['Overview', 'Variables', 'Interactions', 'Missing Values', 'Correlations']
config = {'value_table.enable': True, 'value_table.ngroups': 10}