File tree
29 files changed
+1073
-900
lines changed- doc/source
- development
- whatsnew
- pandas
- _libs
- tslibs
- window
- core
- arrays
- indexes
- ops
- io/formats
- tests
- arrays/categorical
- frame
- indexing
- io/formats
- reductions
- tslibs
- util
- util
- web/pandas
29 files changed
+1073
-900
lines changedDiff for: doc/source/development/code_style.rst
+6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 |
| |
13 | 19 |
| |
14 | 20 |
| |
|
Diff for: doc/source/whatsnew/v1.0.2.rst
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| 23 | + | |
| 24 | + | |
23 | 25 |
| |
24 | 26 |
| |
25 | 27 |
| |
| |||
31 | 33 |
| |
32 | 34 |
| |
33 | 35 |
| |
| 36 | + | |
34 | 37 |
| |
35 | 38 |
| |
36 | 39 |
| |
|
Diff for: environment.yml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| 29 | + | |
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
Diff for: pandas/_libs/algos.pyx
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1173 | 1173 |
| |
1174 | 1174 |
| |
1175 | 1175 |
| |
1176 |
| - | |
1177 |
| - | |
| 1176 | + | |
| 1177 | + | |
1178 | 1178 |
| |
1179 | 1179 |
| |
1180 | 1180 |
| |
1181 |
| - | |
| 1181 | + | |
1182 | 1182 |
| |
1183 | 1183 |
| |
1184 | 1184 |
| |
|
Diff for: pandas/_libs/hashing.pyx
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Diff for: pandas/_libs/tslibs/conversion.pyx
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
152 | 152 |
| |
153 | 153 |
| |
154 | 154 |
| |
155 |
| - | |
| 155 | + | |
156 | 156 |
| |
157 | 157 |
| |
158 | 158 |
| |
|
Diff for: pandas/_libs/window/aggregations.pyx
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
|
Diff for: pandas/_testing.py
+11-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1074 | 1074 |
| |
1075 | 1075 |
| |
1076 | 1076 |
| |
| 1077 | + | |
1077 | 1078 |
| |
1078 | 1079 |
| |
1079 | 1080 |
| |
| |||
1108 | 1109 |
| |
1109 | 1110 |
| |
1110 | 1111 |
| |
| 1112 | + | |
| 1113 | + | |
| 1114 | + | |
| 1115 | + | |
1111 | 1116 |
| |
1112 | 1117 |
| |
1113 | 1118 |
| |
| |||
1210 | 1215 |
| |
1211 | 1216 |
| |
1212 | 1217 |
| |
1213 |
| - | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
| 1222 | + | |
| 1223 | + | |
1214 | 1224 |
| |
1215 | 1225 |
| |
1216 | 1226 |
| |
|
Diff for: pandas/core/arrays/categorical.py
+21-9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2441 | 2441 |
| |
2442 | 2442 |
| |
2443 | 2443 |
| |
2444 |
| - | |
2445 |
| - | |
2446 |
| - | |
2447 |
| - | |
| 2444 | + | |
| 2445 | + | |
| 2446 | + | |
| 2447 | + | |
| 2448 | + | |
| 2449 | + | |
| 2450 | + | |
| 2451 | + | |
| 2452 | + | |
| 2453 | + | |
| 2454 | + | |
| 2455 | + | |
| 2456 | + | |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
2448 | 2460 |
| |
2449 |
| - | |
2450 |
| - | |
2451 |
| - | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
2452 | 2464 |
| |
2453 |
| - | |
| 2465 | + | |
2454 | 2466 |
| |
2455 |
| - | |
| 2467 | + | |
2456 | 2468 |
| |
2457 | 2469 |
| |
2458 | 2470 |
| |
|
0 commit comments