Commit e796e8b
committed
Merge remote-tracking branch 'origin/master' into bf-cython
* origin/master: (22 commits)
BUG: astype falsely converts inf to integer (GH14265) (pandas-dev#14343)
BUG: Apply min_itemsize to index even when not appending
DOC: warning section on memory overflow when joining/merging dataframes on index with duplicate keys (pandas-dev#14788)
BLD: missing - on secure
BLD: new access token on pandas-dev
TST: Test DatetimeIndex weekend offset (pandas-dev#14853)
BLD: escape GH_TOKEN in build_docs
TST: Correct results with np.size and crosstab (pandas-dev#4003) (pandas-dev#14755)
Frame benchmarking sum instead of mean (pandas-dev#14824)
CLN: lint of test_base.py
BUG: Allow TZ-aware DatetimeIndex in merge_asof() (pandas-dev#14844)
BUG: GH11847 Unstack with mixed dtypes coerces everything to object
TST: skip testing on windows for specific formatting which sometimes hangs (pandas-dev#14851)
BLD: try new gh token for pandas-docs
CLN/PERF: clean-up of the benchmarks (pandas-dev#14099)
ENH: add timedelta as valid type for interpolate with method='time' (pandas-dev#14799)
DOC: add section on groupby().rolling/expanding/resample (pandas-dev#14801)
TST: add test to confirm GH14606 (specify category dtype for empty) (pandas-dev#14752)
BLD: use org name in build-docs.sh
BF(TST): use = (native) instead of < (little endian) for target data types (pandas-dev#14832)
...File tree
63 files changed
+2363
-7193
lines changed- asv_bench/benchmarks
- ci
- doc/source
- whatsnew
- pandas
- core
- indexes
- io
- tests
- parser
- sparse/tests
- tests
- frame
- indexes
- indexing
- plotting
- series
- tools
- tests
- tseries/tests
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
63 files changed
+2363
-7193
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | | - | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | | - | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | | - | |
| 43 | + | |
40 | 44 | | |
41 | 45 | | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
58 | 65 | | |
59 | 66 | | |
60 | 67 | | |
61 | | - | |
| 68 | + | |
62 | 69 | | |
63 | 70 | | |
64 | 71 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | | - | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
11 | | - | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
14 | 18 | | |
15 | | - | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
18 | 22 | | |
19 | | - | |
20 | | - | |
21 | 23 | | |
22 | | - | |
23 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments