Commit a021585
authored
Support multiple column levels (#509)
* Support multiple column levels
* Make repeated column titles span multiple columns
* Select table data with iloc rather than loc
* Include header breaks from header levels
* remove unnecessary listcomp
* remove space from comment
* Go from itertools.accumlate to numpy.cumsum for python 2.7 compatibility
* remove numpy dependency
* Simplify running total1 parent c852db9 commit a021585
1 file changed
+60
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
70 | 74 | | |
71 | 75 | | |
72 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
73 | 114 | | |
74 | | - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
75 | 131 | | |
76 | 132 | | |
77 | 133 | | |
78 | 134 | | |
79 | 135 | | |
80 | 136 | | |
81 | | - | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
82 | 140 | | |
83 | 141 | | |
84 | 142 | | |
| |||
0 commit comments