Commit c5a7f6e
committed
Merge remote-tracking branch 'upstream/master' into bug/categorical-indexing-1row-df
* upstream/master: (333 commits)
CI: troubleshoot Web_and_Docs failing (pandas-dev#30534)
WARN: Ignore NumbaPerformanceWarning in test suite (pandas-dev#30525)
DEPR: camelCase in offsets, get_offset (pandas-dev#30340)
PERF: implement scalar ops blockwise (pandas-dev#29853)
DEPR: Remove Series.compress (pandas-dev#30514)
ENH: Add numba engine for rolling apply (pandas-dev#30151)
[ENH] Add to_markdown method (pandas-dev#30350)
DEPR: Deprecate pandas.np module (pandas-dev#30386)
ENH: Add ignore_index for df.drop_duplicates (pandas-dev#30405)
BUG: The setting xrot=0 in DataFrame.hist() doesn't work with by and subplots pandas-dev#30288 (pandas-dev#30491)
CI: Fix GBQ Tests (pandas-dev#30478)
Bug groupby quantile listlike q and int columns (pandas-dev#30485)
ENH: Add ignore_index for df.sort_values and series.sort_values (pandas-dev#30402)
TYP: Typing hints in pandas/io/formats/{css,csvs}.py (pandas-dev#30398)
BUG: raise on non-hashable Index name, closes pandas-dev#29069 (pandas-dev#30335)
Replace "foo!r" to "repr(foo)" syntax pandas-dev#29886 (pandas-dev#30502)
BUG: preserve EA dtype in transpose (pandas-dev#30091)
BLD: add check to prevent tempita name error, clsoes pandas-dev#28836 (pandas-dev#30498)
REF/TST: method-specific files for test_append (pandas-dev#30503)
marked unused parameters (pandas-dev#30504)
...File tree
595 files changed
+18013
-22982
lines changed- .github/workflows
- LICENSES
- asv_bench/benchmarks
- io
- tslibs
- ci
- azure
- deps
- incremental
- doc
- source
- _static
- development
- getting_started
- reference
- user_guide
- whatsnew
- sphinxext
- pandas
- _config
- _libs
- src
- klib
- msgpack
- parser
- ujson
- lib
- python
- tslibs
- window
- api
- indexers
- compat
- core
- arrays
- sparse
- computation
- dtypes
- groupby
- indexes
- internals
- ops
- reshape
- tools
- window
- errors
- io
- excel
- formats
- json
- msgpack
- sas
- plotting
- _matplotlib
- tests
- api
- arithmetic
- arrays
- categorical
- interval
- sparse
- string_
- base
- computation
- dtypes
- cast
- extension
- arrow
- base
- decimal
- json
- list
- frame
- indexing
- methods
- generic
- groupby
- aggregate
- indexes
- categorical
- datetimes
- interval
- multi
- period
- ranges
- timedeltas
- indexing
- interval
- multiindex
- internals
- io
- data/orc
- excel
- formats
- json
- msgpack
- data
- parser
- pytables
- sas
- plotting
- reductions
- resample
- reshape
- merge
- scalar
- interval
- timedelta
- timestamp
- series
- indexing
- methods
- tseries
- frequencies
- offsets
- tslibs
- util
- window
- tseries
- util
- scripts
- tests
- web/pandas/about
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
595 files changed
+18013
-22982
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | | - | |
| 36 | + | |
39 | 37 | | |
40 | 38 | | |
41 | | - | |
42 | | - | |
43 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | | - | |
51 | | - | |
52 | | - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
53 | 57 | | |
54 | 58 | | |
55 | | - | |
56 | | - | |
57 | | - | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
25 | 24 | | |
26 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
12 | 44 | | |
13 | 45 | | |
14 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
0 commit comments