Commit c2d57bd
committed
Squashed commit of the following:
commit 7714e79
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Wed Oct 3 10:13:06 2018 -0500
Always return ndarray
commit 1921c6f
Merge: 01f7366 fea27f0
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Wed Oct 3 09:50:30 2018 -0500
Merge remote-tracking branch 'upstream/master' into combine-exception
commit fea27f0
Author: Tom Augspurger <TomAugspurger@users.noreply.github.com>
Date: Wed Oct 3 08:49:44 2018 -0500
CI: pin moto to 1.3.4 (pandas-dev#22959)
commit 15d32bb
Author: jbrockmendel <jbrockmendel@gmail.com>
Date: Wed Oct 3 04:32:35 2018 -0700
[CLN] Dispatch (some) Frame ops to Series, avoiding _data.eval (pandas-dev#22019)
* avoid casting to object dtype in mixed-type frames
* Dispatch to Series ops in _combine_match_columns
* comment
* docstring
* flake8 fixup
* dont bother with try_cast_result
* revert non-central change
* simplify
* revert try_cast_results
* revert non-central changes
* Fixup typo syntaxerror
* simplify assertion
* use dispatch_to_series in combine_match_columns
* Pass unwrapped op where appropriate
* catch correct error
* whatsnew note
* comment
* whatsnew section
* remove unnecessary tester
* doc fixup
commit 3e3256b
Author: alimcmaster1 <alimcmaster1@gmail.com>
Date: Wed Oct 3 12:23:22 2018 +0100
Allow passing a mask to NanOps (pandas-dev#22865)
commit e756e99
Author: jbrockmendel <jbrockmendel@gmail.com>
Date: Wed Oct 3 02:19:27 2018 -0700
CLN: Use is_period_dtype instead of ABCPeriodIndex checks (pandas-dev#22958)
commit 03181f0
Author: Wenhuan <lixx0880@gmail.com>
Date: Wed Oct 3 15:28:07 2018 +0800
BUG: fix Series(extension array) + extension array values addition (pandas-dev#22479)
commit 04ea51d
Author: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Date: Wed Oct 3 09:24:36 2018 +0200
CLN: small clean-up of IntervalIndex (pandas-dev#22956)
commit b0f9a10
Author: Tony Tao <34781056+tonytao2012@users.noreply.github.com>
Date: Tue Oct 2 19:01:08 2018 -0500
DOC GH22893 Fix docstring of groupby in pandas/core/generic.py (pandas-dev#22920)
commit 08ecba8
Author: jbrockmendel <jbrockmendel@gmail.com>
Date: Tue Oct 2 14:22:53 2018 -0700
BUG: fix DataFrame+DataFrame op with timedelta64 dtype (pandas-dev#22696)
commit c44bad2
Author: Pamela Wu <pambot@users.noreply.github.com>
Date: Tue Oct 2 17:16:25 2018 -0400
CLN GH22873 Replace base excepts in pandas/core (pandas-dev#22901)
commit 8e749a3
Author: Pamela Wu <pambot@users.noreply.github.com>
Date: Tue Oct 2 17:14:48 2018 -0400
CLN GH22874 replace bare excepts in pandas/io/pytables.py (pandas-dev#22919)
commit 1102a33
Author: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Date: Tue Oct 2 22:31:36 2018 +0200
DOC/CLN: clean-up shared_docs in generic.py (pandas-dev#20074)
commit 01f7366
Merge: 5372134 9caf048
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 13:50:28 2018 -0500
Merge remote-tracking branch 'upstream/master' into combine-exception
commit 9caf048
Author: Tom Augspurger <TomAugspurger@users.noreply.github.com>
Date: Tue Oct 2 13:25:22 2018 -0500
CI: change windows vm image (pandas-dev#22948)
commit 5372134
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 11:35:07 2018 -0500
fixed move
commit ce1a3c6
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 11:32:11 2018 -0500
fixed move
commit b9c7e4b
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 11:28:57 2018 -0500
remove old note
commit a4a2933
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 11:24:48 2018 -0500
handle test
commit be63feb
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 11:19:17 2018 -0500
move test
commit 0eef0cf
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 11:18:18 2018 -0500
move back
commit 2183f7b
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 11:17:28 2018 -0500
api
commit 85fc5d8
Merge: 9059c0d 1d9f76c
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 11:15:52 2018 -0500
Merge remote-tracking branch 'upstream/master' into combine-exception
commit 1d9f76c
Author: Joris Van den Bossche <jorisvandenbossche@gmail.com>
Date: Tue Oct 2 17:11:11 2018 +0200
CLN: remove Index._to_embed (pandas-dev#22879)
* CLN: remove Index._to_embed
* pep8
commit 6247da0
Author: Tom Augspurger <TomAugspurger@users.noreply.github.com>
Date: Tue Oct 2 08:50:41 2018 -0500
Provide default implementation for `data_repated` (pandas-dev#22935)
commit 9059c0d
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 06:33:15 2018 -0500
Note
commit 0c53f08
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 06:30:54 2018 -0500
Imports
commit ce94bf9
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Tue Oct 2 06:28:16 2018 -0500
Moves
commit fdd43c4
Author: Tom Augspurger <tom.w.augspurger@gmail.com>
Date: Mon Oct 1 21:26:09 2018 -0500
Closes pandas-dev#22850
commit 5ce06b5
Author: Matthew Roeschke <emailformattr@gmail.com>
Date: Mon Oct 1 14:22:20 2018 -0700
BUG: to_datetime preserves name of Index argument in the result (pandas-dev#22918)
* BUG: to_datetime preserves name of Index argument in the result
* correct test1 parent ff7c06c commit c2d57bd
File tree
10 files changed
+87
-38
lines changed- pandas
- core
- arrays
- tests/extension
- base
- decimal
- json
10 files changed
+87
-38
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
739 | 739 | | |
740 | 740 | | |
741 | 741 | | |
742 | | - | |
| 742 | + | |
743 | 743 | | |
744 | | - | |
745 | | - | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
746 | 747 | | |
747 | 748 | | |
748 | 749 | | |
749 | | - | |
| 750 | + | |
| 751 | + | |
| 752 | + | |
| 753 | + | |
| 754 | + | |
| 755 | + | |
| 756 | + | |
| 757 | + | |
750 | 758 | | |
751 | 759 | | |
752 | 760 | | |
| |||
757 | 765 | | |
758 | 766 | | |
759 | 767 | | |
760 | | - | |
761 | 768 | | |
762 | 769 | | |
763 | 770 | | |
| |||
780 | 787 | | |
781 | 788 | | |
782 | 789 | | |
783 | | - | |
| 790 | + | |
784 | 791 | | |
785 | 792 | | |
786 | 793 | | |
787 | 794 | | |
788 | | - | |
| 795 | + | |
789 | 796 | | |
790 | 797 | | |
791 | 798 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2323 | 2323 | | |
2324 | 2324 | | |
2325 | 2325 | | |
2326 | | - | |
| 2326 | + | |
2327 | 2327 | | |
2328 | 2328 | | |
2329 | 2329 | | |
| 2330 | + | |
| 2331 | + | |
| 2332 | + | |
| 2333 | + | |
2330 | 2334 | | |
2331 | 2335 | | |
2332 | 2336 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | 81 | | |
86 | 82 | | |
87 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
145 | 150 | | |
146 | 151 | | |
| 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 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 11 | + | |
16 | 12 | | |
17 | 13 | | |
18 | 14 | | |
| |||
294 | 290 | | |
295 | 291 | | |
296 | 292 | | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
10 | 8 | | |
11 | 9 | | |
12 | 10 | | |
13 | | - | |
| 11 | + | |
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | 15 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | 16 | | |
26 | 17 | | |
27 | 18 | | |
| |||
266 | 257 | | |
267 | 258 | | |
268 | 259 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
273 | | - | |
274 | 260 | | |
275 | 261 | | |
276 | 262 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | 211 | | |
217 | 212 | | |
218 | 213 | | |
| |||
0 commit comments