Commit c3a257c
authored
* changed decimal module import, Decimal function call in EngFormatter class __call__ function * changed name of parameter for get_format_datetime64 to avoid redefined outer name conflict with is_dates_only function * change in argument name for call to get_format_datetime64 to match change in datetimes.py * removed import - justify function not used and creating redefined outer name conflict with justify functions defined for TextAdjustment and EastAsianTextAdjustment classes * replaced justify import with alias to avoid redefined-outer-name conflict * renamed imports from printing module * function renamed to is_dates_only_, returned argument for get_formate_datetime64 to is_dates_only * changes in datetimes.py to reflect function and argument names in format.py * argument and function names swapped * function name is is_dates_only, argument for get_format_datetime64 is is_dates_only_ * Update .pre-commit-config.yaml removed format and datetimes files
1 parent 5422716 commit c3a257c
File tree
3 files changed
+17
-21
lines changed- pandas
- core/indexes
- io/formats
3 files changed
+17
-21
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | 78 | | |
81 | 79 | | |
82 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
384 | 384 | | |
385 | 385 | | |
386 | 386 | | |
387 | | - | |
| 387 | + | |
388 | 388 | | |
389 | 389 | | |
390 | 390 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
| 109 | + | |
114 | 110 | | |
115 | 111 | | |
116 | 112 | | |
| |||
339 | 335 | | |
340 | 336 | | |
341 | 337 | | |
342 | | - | |
| 338 | + | |
343 | 339 | | |
344 | 340 | | |
345 | 341 | | |
| |||
354 | 350 | | |
355 | 351 | | |
356 | 352 | | |
357 | | - | |
| 353 | + | |
358 | 354 | | |
359 | 355 | | |
360 | 356 | | |
| |||
433 | 429 | | |
434 | 430 | | |
435 | 431 | | |
436 | | - | |
| 432 | + | |
437 | 433 | | |
438 | 434 | | |
439 | | - | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
440 | 438 | | |
441 | 439 | | |
442 | 440 | | |
| |||
1375 | 1373 | | |
1376 | 1374 | | |
1377 | 1375 | | |
1378 | | - | |
| 1376 | + | |
1379 | 1377 | | |
1380 | 1378 | | |
1381 | 1379 | | |
| |||
1794 | 1792 | | |
1795 | 1793 | | |
1796 | 1794 | | |
1797 | | - | |
| 1795 | + | |
1798 | 1796 | | |
1799 | 1797 | | |
1800 | 1798 | | |
1801 | 1799 | | |
1802 | | - | |
| 1800 | + | |
1803 | 1801 | | |
1804 | 1802 | | |
1805 | 1803 | | |
| |||
2071 | 2069 | | |
2072 | 2070 | | |
2073 | 2071 | | |
2074 | | - | |
| 2072 | + | |
2075 | 2073 | | |
2076 | | - | |
| 2074 | + | |
2077 | 2075 | | |
2078 | 2076 | | |
2079 | | - | |
| 2077 | + | |
2080 | 2078 | | |
2081 | 2079 | | |
2082 | 2080 | | |
| |||
2086 | 2084 | | |
2087 | 2085 | | |
2088 | 2086 | | |
2089 | | - | |
| 2087 | + | |
2090 | 2088 | | |
2091 | | - | |
| 2089 | + | |
2092 | 2090 | | |
2093 | 2091 | | |
2094 | 2092 | | |
| |||
0 commit comments