Commit d36394c
committed
Merge remote-tracking branch 'upstream/master' into excel-related-docstrings
* upstream/master:
TST: Skip db tests unless explicitly specified in -m pattern (pandas-dev#24492)
Mix EA into DTA/TDA; part of 24024 (pandas-dev#24502)
DOC: Fix building of a single API document (pandas-dev#24506)
DOC: Fixing broken references in the docs (pandas-dev#24497)
DOC: Splitting api.rst in several files (pandas-dev#24462)
Fix misdescription in escapechar (pandas-dev#24490)
Floor and ceil methods during pandas.eval which are provided by numexpr (pandas-dev#24355)
BUG: Pandas any() returning false with true values present (GH pandas-dev#23070) (pandas-dev#24434)
Misc separable pieces of pandas-dev#24024 (pandas-dev#24488)
use capsys.readouterr() as named tuple (pandas-dev#24489)
REF/TST: replace capture_stderr with pytest capsys fixture (pandas-dev#24496)
TST- Fixing issue with test_parquet test unexpectedly passing (pandas-dev#24480)
DOC: Doc build for a single doc made much faster, and clean up (pandas-dev#24428)
BUG: Fix+test timezone-preservation in DTA.repeat (pandas-dev#24483)
Implement reductions from pandas-dev#24024 (pandas-dev#24484)File tree
61 files changed
+4624
-4643
lines changed- ci
- azure
- deps
- doc
- source
- api
- whatsnew
- pandas
- core
- arrays
- computation
- groupby
- indexes
- io
- tests
- arithmetic
- arrays
- computation
- frame
- indexes
- datetimes
- timedeltas
- io
- parser
- series
- util
- scripts
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
61 files changed
+4624
-4643
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
101 | 101 | | |
102 | 102 | | |
103 | 103 | | |
| 104 | + | |
104 | 105 | | |
105 | 106 | | |
106 | 107 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments