Commit cbbb57b
miranov25
Refactor: Reorganize root utilities into subdirectories
Structure changes:
DataFrameUtils.py → dataframe_utils/DataFrameUtils.py
FormulaLinearModel.py → formula_utils/FormulaLinearModel.py
New packages:
- dataframe_utils: Plotting and statistics utilities
- formula_utils: Formula-based modeling with code export
Fixes:
- Removed self-import bug in FormulaLinearModel.py
- Updated main __init__.py exports
- Added package __init__.py files
Backward compatibility maintained via main __init__.py.
All imports working ✅1 parent cdff407 commit cbbb57b
File tree
4 files changed
+19
-0
lines changed- UTILS/dfextensions
- dataframe_utils
- formula_utils
4 files changed
+19
-0
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
0 commit comments