Commit 70a2c3b
miranov25
"Refactor: Move AliasDataFrame to subdirectory
Structure:
- Move AliasDataFrame.py → AliasDataFrame/AliasDataFrame.py
- Move AliasDataFrameTest.py → AliasDataFrame/AliasDataFrameTest.py
- Add AliasDataFrame/__init__.py (maintains backward compatibility)
- Add AliasDataFrame/README.md
- Add AliasDataFrame/docs/ subdirectory
- Update dfextensions/__init__.py
Documentation:
- Add docs/COMPRESSION_GUIDE.md (comprehensive user guide)
- Add docs/CHANGELOG.md (version history)
Benefits:
- Consistent with other subprojects (groupby_regression/, quantile_fit_nd/)
- Self-contained subproject structure
- Clear documentation location
- Easy to add future features
Backward compatibility:
- All existing imports still work via updated __init__.py
- from dfextensions import AliasDataFrame
- from dfextensions.AliasDataFrame import CompressionState
Testing:
- All 61 tests still passing after restructure"1 parent 6359214 commit 70a2c3b
2 files changed
+42
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
0 commit comments