Commit adec21f
File tree
28 files changed
+43
-63
lines changedFilter options
- pandas
- core
- array_algos
- arrays
- arrow
- sparse
- groupby
- indexers
- indexes
- internals
- reshape
- io
- formats
- parsers
- plotting/_matplotlib
- tests/dtypes
28 files changed
+43
-63
lines changed+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
215 | 215 |
|
216 | 216 |
|
217 | 217 |
|
218 |
| - |
| 218 | + |
219 | 219 |
|
220 | 220 |
|
221 | 221 |
|
|
pandas/core/array_algos/quantile.py
Copy file name to clipboardExpand all lines: pandas/core/array_algos/quantile.py+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
102 | 102 |
|
103 | 103 |
|
104 | 104 |
|
105 |
| - |
| 105 | + |
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
| ||
196 | 196 |
|
197 | 197 |
|
198 | 198 |
|
199 |
| - |
| 199 | + |
200 | 200 |
|
201 | 201 |
|
202 | 202 |
|
|
pandas/core/arrays/_mixins.py
Copy file name to clipboardExpand all lines: pandas/core/arrays/_mixins.py+1-7
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
142 | 142 |
|
143 | 143 |
|
144 | 144 |
|
145 |
| - |
146 | 145 |
|
147 | 146 |
|
148 | 147 |
|
149 | 148 |
|
150 | 149 |
|
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
156 |
| - |
| 150 | + |
157 | 151 |
|
158 | 152 |
|
159 | 153 |
|
|
pandas/core/arrays/arrow/_arrow_utils.py
Copy file name to clipboardExpand all lines: pandas/core/arrays/arrow/_arrow_utils.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
44 | 44 |
|
45 | 45 |
|
46 | 46 |
|
47 |
| - |
| 47 | + |
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
pandas/core/arrays/arrow/array.py
Copy file name to clipboardExpand all lines: pandas/core/arrays/arrow/array.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2540 | 2540 |
|
2541 | 2541 |
|
2542 | 2542 |
|
2543 |
| - |
| 2543 | + |
2544 | 2544 |
|
2545 | 2545 |
|
2546 | 2546 |
|
|
+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
596 | 596 |
|
597 | 597 |
|
598 | 598 |
|
599 |
| - |
| 599 | + |
600 | 600 |
|
601 | 601 |
|
602 | 602 |
|
|
pandas/core/arrays/categorical.py
Copy file name to clipboardExpand all lines: pandas/core/arrays/categorical.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1853 | 1853 |
|
1854 | 1854 |
|
1855 | 1855 |
|
1856 |
| - |
| 1856 | + |
1857 | 1857 |
|
1858 | 1858 |
|
1859 | 1859 |
|
|
pandas/core/arrays/datetimelike.py
Copy file name to clipboardExpand all lines: pandas/core/arrays/datetimelike.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2394 | 2394 |
|
2395 | 2395 |
|
2396 | 2396 |
|
2397 |
| - |
| 2397 | + |
2398 | 2398 |
|
2399 | 2399 |
|
2400 | 2400 |
|
|
pandas/core/arrays/datetimes.py
Copy file name to clipboardExpand all lines: pandas/core/arrays/datetimes.py+3-6
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
331 | 331 |
|
332 | 332 |
|
333 | 333 |
|
334 |
| - |
| 334 | + |
335 | 335 |
|
336 | 336 |
|
337 | 337 |
|
| ||
542 | 542 |
|
543 | 543 |
|
544 | 544 |
|
545 |
| - |
| 545 | + |
546 | 546 |
|
547 | 547 |
|
548 | 548 |
|
| ||
813 | 813 |
|
814 | 814 |
|
815 | 815 |
|
816 |
| - |
817 |
| - |
818 |
| - |
819 |
| - |
| 816 | + |
820 | 817 |
|
821 | 818 |
|
822 | 819 |
|
|
pandas/core/arrays/masked.py
Copy file name to clipboardExpand all lines: pandas/core/arrays/masked.py+3-3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
515 | 515 |
|
516 | 516 |
|
517 | 517 |
|
518 |
| - |
| 518 | + |
519 | 519 |
|
520 | 520 |
|
521 | 521 |
|
| ||
1497 | 1497 |
|
1498 | 1498 |
|
1499 | 1499 |
|
1500 |
| - |
| 1500 | + |
1501 | 1501 |
|
1502 | 1502 |
|
1503 |
| - |
| 1503 | + |
1504 | 1504 |
|
1505 | 1505 |
|
1506 | 1506 |
|
|
pandas/core/arrays/sparse/scipy_sparse.py
Copy file name to clipboardExpand all lines: pandas/core/arrays/sparse/scipy_sparse.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
79 | 79 |
|
80 | 80 |
|
81 | 81 |
|
82 |
| - |
| 82 | + |
83 | 83 |
|
84 | 84 |
|
85 | 85 |
|
|
pandas/core/arrays/timedeltas.py
Copy file name to clipboardExpand all lines: pandas/core/arrays/timedeltas.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
325 | 325 |
|
326 | 326 |
|
327 | 327 |
|
328 |
| - |
| 328 | + |
329 | 329 |
|
330 | 330 |
|
331 | 331 |
|
|
+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
875 | 875 |
|
876 | 876 |
|
877 | 877 |
|
878 |
| - |
| 878 | + |
879 | 879 |
|
880 | 880 |
|
881 | 881 |
|
|
pandas/core/groupby/generic.py
Copy file name to clipboardExpand all lines: pandas/core/groupby/generic.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2142 | 2142 |
|
2143 | 2143 |
|
2144 | 2144 |
|
2145 |
| - |
| 2145 | + |
2146 | 2146 |
|
2147 | 2147 |
|
2148 | 2148 |
|
|
pandas/core/groupby/groupby.py
Copy file name to clipboardExpand all lines: pandas/core/groupby/groupby.py+4-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1878 | 1878 |
|
1879 | 1879 |
|
1880 | 1880 |
|
1881 |
| - |
| 1881 | + |
1882 | 1882 |
|
1883 | 1883 |
|
1884 | 1884 |
|
| ||
4441 | 4441 |
|
4442 | 4442 |
|
4443 | 4443 |
|
4444 |
| - |
| 4444 | + |
4445 | 4445 |
|
4446 |
| - |
| 4446 | + |
4447 | 4447 |
|
4448 |
| - |
| 4448 | + |
4449 | 4449 |
|
4450 | 4450 |
|
4451 | 4451 |
|
|
+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1131 | 1131 |
|
1132 | 1132 |
|
1133 | 1133 |
|
1134 |
| - |
| 1134 | + |
1135 | 1135 |
|
1136 | 1136 |
|
1137 | 1137 |
|
| ||
1144 | 1144 |
|
1145 | 1145 |
|
1146 | 1146 |
|
1147 |
| - |
| 1147 | + |
1148 | 1148 |
|
1149 | 1149 |
|
1150 | 1150 |
|
|
pandas/core/indexers/objects.py
Copy file name to clipboardExpand all lines: pandas/core/indexers/objects.py+4-4
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
131 | 131 |
|
132 | 132 |
|
133 | 133 |
|
134 |
| - |
135 |
| - |
| 134 | + |
| 135 | + |
136 | 136 |
|
137 | 137 |
|
138 | 138 |
|
| ||
402 | 402 |
|
403 | 403 |
|
404 | 404 |
|
405 |
| - |
| 405 | + |
406 | 406 |
|
407 | 407 |
|
408 | 408 |
|
| ||
488 | 488 |
|
489 | 489 |
|
490 | 490 |
|
491 |
| - |
| 491 | + |
492 | 492 |
|
493 | 493 |
|
494 | 494 |
|
|
pandas/core/indexes/interval.py
Copy file name to clipboardExpand all lines: pandas/core/indexes/interval.py+1-8
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1279 | 1279 |
|
1280 | 1280 |
|
1281 | 1281 |
|
1282 |
| - |
1283 |
| - |
1284 |
| - |
1285 |
| - |
1286 |
| - |
1287 |
| - |
1288 |
| - |
1289 |
| - |
| 1282 | + |
1290 | 1283 |
|
1291 | 1284 |
|
1292 | 1285 |
|
|
pandas/core/internals/blocks.py
Copy file name to clipboardExpand all lines: pandas/core/internals/blocks.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2094 | 2094 |
|
2095 | 2095 |
|
2096 | 2096 |
|
2097 |
| - |
| 2097 | + |
2098 | 2098 |
|
2099 | 2099 |
|
2100 | 2100 |
|
|
pandas/core/internals/construction.py
Copy file name to clipboardExpand all lines: pandas/core/internals/construction.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
634 | 634 |
|
635 | 635 |
|
636 | 636 |
|
637 |
| - |
| 637 | + |
638 | 638 |
|
639 | 639 |
|
640 | 640 |
|
|
+3-5
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
241 | 241 |
|
242 | 242 |
|
243 | 243 |
|
244 |
| - |
| 244 | + |
| 245 | + |
245 | 246 |
|
246 | 247 |
|
247 | 248 |
|
| ||
404 | 405 |
|
405 | 406 |
|
406 | 407 |
|
407 |
| - |
408 |
| - |
409 |
| - |
410 |
| - |
| 408 | + |
411 | 409 |
|
412 | 410 |
|
413 | 411 |
|
|
pandas/core/reshape/encoding.py
Copy file name to clipboardExpand all lines: pandas/core/reshape/encoding.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
357 | 357 |
|
358 | 358 |
|
359 | 359 |
|
360 |
| - |
| 360 | + |
361 | 361 |
|
362 | 362 |
|
363 | 363 |
|
|
pandas/core/reshape/merge.py
Copy file name to clipboardExpand all lines: pandas/core/reshape/merge.py+1-3
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2921 | 2921 |
|
2922 | 2922 |
|
2923 | 2923 |
|
2924 |
| - |
2925 |
| - |
2926 |
| - |
| 2924 | + |
2927 | 2925 |
|
2928 | 2926 |
|
2929 | 2927 |
|
|
+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
476 | 476 |
|
477 | 477 |
|
478 | 478 |
|
479 |
| - |
| 479 | + |
480 | 480 |
|
481 | 481 |
|
482 | 482 |
|
|
pandas/io/formats/format.py
Copy file name to clipboardExpand all lines: pandas/io/formats/format.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1495 | 1495 |
|
1496 | 1496 |
|
1497 | 1497 |
|
1498 |
| - |
| 1498 | + |
1499 | 1499 |
|
1500 | 1500 |
|
1501 | 1501 |
|
|
pandas/io/parsers/python_parser.py
Copy file name to clipboardExpand all lines: pandas/io/parsers/python_parser.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1468 | 1468 |
|
1469 | 1469 |
|
1470 | 1470 |
|
1471 |
| - |
| 1471 | + |
1472 | 1472 |
|
1473 | 1473 |
|
1474 | 1474 |
|
|
pandas/plotting/_matplotlib/style.py
Copy file name to clipboardExpand all lines: pandas/plotting/_matplotlib/style.py+1-1
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
273 | 273 |
|
274 | 274 |
|
275 | 275 |
|
276 |
| - |
| 276 | + |
277 | 277 |
|
278 | 278 |
|
279 | 279 |
|
|
pandas/tests/dtypes/test_missing.py
Copy file name to clipboardExpand all lines: pandas/tests/dtypes/test_missing.py+2-2
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
769 | 769 |
|
770 | 770 |
|
771 | 771 |
|
772 |
| - |
773 |
| - |
| 772 | + |
| 773 | + |
774 | 774 |
|
775 | 775 |
|
776 | 776 |
|
|
0 commit comments