Skip to content

flexible summarize_combinations sans excel#104

Merged
Oscar-Gil-Data merged 1 commit into
mainfrom
LS_update_1031
Nov 1, 2025
Merged

flexible summarize_combinations sans excel#104
Oscar-Gil-Data merged 1 commit into
mainfrom
LS_update_1031

Conversation

@lshpaner
Copy link
Copy Markdown
Collaborator

@lshpaner lshpaner commented Nov 1, 2025

This update refactors the summarize_all_combinations function to make the data_path and data_name parameters optional.
Users can now generate and inspect all variable combinations directly in memory without needing to save results to disk.

Key Changes

  • Made data_path and data_name optional (default=None).
  • Added conditional logic to run Excel export only when both parameters are provided.
  • Moved the return statement outside the conditional to ensure consistent return values.
  • Improved printed output behavior when not exporting.
  • Updated the docstring to reflect the new optional parameters and logic.

Impact

This enhancement increases flexibility and efficiency for exploratory analysis workflows.
Users can now preview combination summaries directly in memory or export a formatted Excel file when desired.

@Oscar-Gil-Data Oscar-Gil-Data merged commit 7911dfe into main Nov 1, 2025
@Oscar-Gil-Data Oscar-Gil-Data deleted the LS_update_1031 branch November 1, 2025 19:01
@lshpaner lshpaner restored the LS_update_1031 branch December 20, 2025 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants