Commit 3e3b9ab
miranov25
perf(decompress): Batch column drops + docs(draw): Add draw_help()
1. perf(decompress): Batch column drops in decompress_columns()
Individual df.drop() per column caused O(N_cols × N_rows) pandas
reindex. For 7 columns × 82M rows: 12s out of 17s total.
Fix: Collect columns, drop once after loop. 17s → ~5s.
2. docs(draw): Add draw_help() bridge to dfdraw documentation
adf.draw_help() lists plot types, adf.draw_help('profile') shows
full dfdraw parameter docs. All convenience methods updated.1 parent 8cc5617 commit 3e3b9ab
1 file changed
Lines changed: 2 additions & 2 deletions
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
743 | 743 | | |
744 | 744 | | |
745 | 745 | | |
746 | | - | |
| 746 | + | |
747 | 747 | | |
748 | 748 | | |
749 | 749 | | |
| |||
0 commit comments