Update app.py
Browse files
app.py
CHANGED
@@ -152,7 +152,7 @@ def create_component_for_analysis_for_single_df(selected_files, dfs, i):
|
|
152 |
if confirm_full_run:
|
153 |
pr = df_for_analysis.profile_report()
|
154 |
else:
|
155 |
-
|
156 |
|
157 |
st_profile_report(pr)
|
158 |
|
|
|
152 |
if confirm_full_run:
|
153 |
pr = df_for_analysis.profile_report()
|
154 |
else:
|
155 |
+
pr = df_for_analysis[col_subset]
|
156 |
|
157 |
st_profile_report(pr)
|
158 |
|