url
stringlengths
55
59
repository_url
stringclasses
1 value
labels_url
stringlengths
69
73
comments_url
stringlengths
64
68
events_url
stringlengths
62
66
html_url
stringlengths
44
49
id
int64
338k
1.06B
node_id
stringlengths
18
32
number
int64
1
44.6k
title
stringlengths
1
590
user
dict
labels
listlengths
0
9
state
stringclasses
2 values
locked
bool
2 classes
assignee
dict
assignees
listlengths
0
5
milestone
dict
comments
int64
0
477
created_at
timestamp[us, tz=UTC]
updated_at
timestamp[us, tz=UTC]
closed_at
timestamp[us, tz=UTC]
author_association
stringclasses
3 values
active_lock_reason
stringclasses
4 values
body
stringlengths
0
251k
reactions
dict
timeline_url
stringlengths
64
68
performed_via_github_app
float64
draft
float64
0
1
pull_request
dict
https://api.github.com/repos/pandas-dev/pandas/issues/12804
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12804/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12804/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12804/events
https://github.com/pandas-dev/pandas/pull/12804
146,115,459
MDExOlB1bGxSZXF1ZXN0NjUzNzY4NzU=
12,804
CLN: cleaning core/common.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "207de5", "default": false, "description": null, "id": 211029535, "name": "Clean", "node_id": "MDU6TGFiZWwyMTEwMjk1MzU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Clean" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
22
2016-04-05T21:53:42Z
2016-04-07T15:03:51Z
2016-04-06T23:02:33Z
CONTRIBUTOR
null
partial on #12503 - create `pandas/types` - moved _some_ dtype to `pandas/types` - move _some_ missing value utils to `pandas/core/missing` - move `.take` and `.diff` to `core/algorithms` - create `formats` with `core/formats,style` moved and `printing.py` (form `core/common.py`) - removed some non-used functions
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 1, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12804/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12804/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12804.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12804", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12804.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12804" }
https://api.github.com/repos/pandas-dev/pandas/issues/12805
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12805/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12805/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12805/events
https://github.com/pandas-dev/pandas/issues/12805
146,122,540
MDU6SXNzdWUxNDYxMjI1NDA=
12,805
ENH: add month_name to DatetimeIndex and .dt
{ "avatar_url": "https://avatars.githubusercontent.com/u/478375?v=4", "events_url": "https://api.github.com/users/BastiaanBergman/events{/privacy}", "followers_url": "https://api.github.com/users/BastiaanBergman/followers", "following_url": "https://api.github.com/users/BastiaanBergman/following{/other_user}", ...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
1
2016-04-05T22:24:33Z
2018-03-04T20:15:38Z
2018-03-04T20:15:38Z
NONE
null
Add a month name property to DatetimeIndex and the .dt accessor; similar to weekday_name (GH12803). #### Code Sample: ``` i = pd.date_range('20150112 08:34:23', periods = 4, freq = '1D') i.month_name d = pd.Timestamp("2016-04-04") d.month_name s = pd.Series(i, range(4)) s.dt.month_name ``` #### Expected Output: ``` a...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12805/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12805/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12806
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12806/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12806/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12806/events
https://github.com/pandas-dev/pandas/issues/12806
146,125,796
MDU6SXNzdWUxNDYxMjU3OTY=
12,806
ENH: Use LocaleTime for date_field_name output
{ "avatar_url": "https://avatars.githubusercontent.com/u/478375?v=4", "events_url": "https://api.github.com/users/BastiaanBergman/events{/privacy}", "followers_url": "https://api.github.com/users/BastiaanBergman/followers", "following_url": "https://api.github.com/users/BastiaanBergman/following{/other_user}", ...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "0052cc", "default": false, "description": "pandas ob...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
0
2016-04-05T22:34:10Z
2018-03-04T20:15:38Z
2018-03-04T20:15:38Z
NONE
null
Instantiate LocaleTime and use the property .f_weekday to generate weekday and month names. Currently datename strings are pulled from a hard coded (English) array in get_date_name_field() in tslib.py, better to pull these from a Locale adjusted array. ### Code Sample: pd.Timestamp("2016-04-06").weekday_name ### Expe...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12806/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12806/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12807
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12807/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12807/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12807/events
https://github.com/pandas-dev/pandas/issues/12807
146,129,460
MDU6SXNzdWUxNDYxMjk0NjA=
12,807
BUG: test_clipboard fails
{ "avatar_url": "https://avatars.githubusercontent.com/u/478375?v=4", "events_url": "https://api.github.com/users/BastiaanBergman/events{/privacy}", "followers_url": "https://api.github.com/users/BastiaanBergman/followers", "following_url": "https://api.github.com/users/BastiaanBergman/following{/other_user}", ...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" }, { "color": "0052c...
closed
false
null
[]
{ "closed_at": "2016-12-24T22:50:46Z", "closed_issues": 107, "created_at": "2016-11-12T15:44:46Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-05T22:46:07Z
2016-11-18T22:43:19Z
2016-11-18T22:42:37Z
NONE
null
nosetests pandas/io/tests/test_clipboard.py fails on Windows 7 Professional SP1 ### Code Sample `nosetests pandas/io/tests/test_clipboard.py` ### Output ``` .EE. ====================================================================== ERROR: test_round_trip_frame (pandas.io.tests.test_clipboard.TestClipboard) ---------...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12807/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12807/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12808
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12808/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12808/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12808/events
https://github.com/pandas-dev/pandas/issues/12808
146,137,101
MDU6SXNzdWUxNDYxMzcxMDE=
12,808
Garbled dates in pandas 0.18.0
{ "avatar_url": "https://avatars.githubusercontent.com/u/1923000?v=4", "events_url": "https://api.github.com/users/aisthesis/events{/privacy}", "followers_url": "https://api.github.com/users/aisthesis/followers", "following_url": "https://api.github.com/users/aisthesis/following{/other_user}", "gists_url": "h...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
null
9
2016-04-05T23:27:01Z
2016-04-06T16:47:29Z
2016-04-05T23:39:47Z
NONE
null
Using pandas 0.18.0 and pandas-datareader 0.2.1: ``` >>> from pandas_datareader.data import Options >>> tsla = Options('tsla', 'yahoo') >>> data = tsla.get_all_data() >>> data.index.levels[1] DatetimeIndex(['2008-04-16', '2015-04-16', '2016-09-16', '2017-06-16', '2019-01-18', '2020-01-17', '2020-05-16', '2022-0...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12808/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12808/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12809
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12809/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12809/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12809/events
https://github.com/pandas-dev/pandas/issues/12809
146,142,409
MDU6SXNzdWUxNDYxNDI0MDk=
12,809
Pandas read_sas error: 'ascii' codec can't decode byte 0xd8 in position 0: ordinal not in range(128)
{ "avatar_url": "https://avatars.githubusercontent.com/u/8282510?v=4", "events_url": "https://api.github.com/users/randomgambit/events{/privacy}", "followers_url": "https://api.github.com/users/randomgambit/followers", "following_url": "https://api.github.com/users/randomgambit/following{/other_user}", "gists...
[ { "color": "444444", "default": false, "description": "Unicode strings", "id": 36380025, "name": "Unicode", "node_id": "MDU6TGFiZWwzNjM4MDAyNQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unicode" }, { "color": "5319e7", "default": false, "description...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
22
2016-04-05T23:54:25Z
2016-04-22T15:09:57Z
2016-04-22T15:09:57Z
NONE
null
Hello everybody, I am using **Pandas 0.18** to open a `sas7bdat` dataset I simply use: ``` df=pd.read_sas('P:/myfile.sas7bdat') ``` and I get the following error ``` buf[0:text_block_size].rstrip(b"\x00 ").decode()) UnicodeDecodeError: 'ascii' codec can't decode byte 0xd8 in position 0: ordinal not in range(...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12809/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12809/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12810
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12810/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12810/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12810/events
https://github.com/pandas-dev/pandas/pull/12810
146,284,924
MDExOlB1bGxSZXF1ZXN0NjU0NTA5MzI=
12,810
COMPAT: Expand compatibility with fromnumeric.py
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
47
2016-04-06T11:35:00Z
2018-06-28T03:09:34Z
2016-05-01T15:11:59Z
MEMBER
null
Fixes up OR addresses what are AFAICT almost if not all of the incompatibilities `pandas` currently has with `numpy.core.fromnumeric`. My goodness, were there a lot of them. Closes #12638. Closes #12644. Closes #12687.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12810/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12810/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12810.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12810", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12810.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12810" }
https://api.github.com/repos/pandas-dev/pandas/issues/12811
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12811/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12811/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12811/events
https://github.com/pandas-dev/pandas/issues/12811
146,310,797
MDU6SXNzdWUxNDYzMTA3OTc=
12,811
fromnumeric.py compatibility with GroupBy, Window, and tslib functions
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
8
2016-04-06T13:16:42Z
2016-05-20T13:19:33Z
2016-05-20T13:19:33Z
MEMBER
null
In #12810, it was decided that compatibility for `groupby` (including `resample.py`) and `window` functions would be left for a separate PR / discussion, which seems reasonable given how massive #12810 already is. This issue serves a reminder to tackle this after landing #12810, as it seems like this can be easily add...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12811/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12811/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12812
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12812/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12812/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12812/events
https://github.com/pandas-dev/pandas/pull/12812
146,343,578
MDExOlB1bGxSZXF1ZXN0NjU0ODI3ODk=
12,812
TST: Split sparse tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "009800", "d...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-06T15:07:31Z
2016-04-06T22:43:33Z
2016-04-06T22:43:29Z
MEMBER
null
- [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` split series, frame and panel tests to separated files.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12812/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12812/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12812.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12812", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12812.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12812" }
https://api.github.com/repos/pandas-dev/pandas/issues/12813
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12813/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12813/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12813/events
https://github.com/pandas-dev/pandas/issues/12813
146,345,258
MDU6SXNzdWUxNDYzNDUyNTg=
12,813
Factorize fails with read-only array
{ "avatar_url": "https://avatars.githubusercontent.com/u/1197350?v=4", "events_url": "https://api.github.com/users/rabernat/events{/privacy}", "followers_url": "https://api.github.com/users/rabernat/followers", "following_url": "https://api.github.com/users/rabernat/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "pandas objects compatabi...
closed
false
null
[]
{ "closed_at": "2019-01-26T00:51:26Z", "closed_issues": 2048, "created_at": "2018-03-29T12:00:12Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github...
2
2016-04-06T15:14:20Z
2018-07-08T14:14:25Z
2018-07-08T14:14:25Z
NONE
null
same as in #15286 Factorize raises a cython error when used with a read-only array. Seems related to #10043 and #10070. I discovered this via xarray via pydata/xarray#818. #### Code Sample, a copy-pastable example if possible ``` python a = np.arange(2) a.flags.writeable = False pd.factorize(a) ``` Rai...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12813/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12813/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12814
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12814/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12814/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12814/events
https://github.com/pandas-dev/pandas/issues/12814
146,359,801
MDU6SXNzdWUxNDYzNTk4MDE=
12,814
BUG: merging with mixed types objects in py3 when unorderable
{ "avatar_url": "https://avatars.githubusercontent.com/u/949444?v=4", "events_url": "https://api.github.com/users/sbuser/events{/privacy}", "followers_url": "https://api.github.com/users/sbuser/followers", "following_url": "https://api.github.com/users/sbuser/following{/other_user}", "gists_url": "https://api...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "e102d8", "de...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
6
2016-04-06T16:03:22Z
2016-07-19T01:52:00Z
2016-07-19T01:52:00Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` df1 = dfAllStudies.copy(deep=True) #make 2 copies of the same data df2 = dfAllStudies.copy(deep=True) #take a subset of 1 of the identical frames by dropping rows with certain dates df2 = df2[(df2['Reviewed on'] >= np.datetime64(DateWindowStar...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12814/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12814/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12815
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12815/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12815/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12815/events
https://github.com/pandas-dev/pandas/issues/12815
146,360,337
MDU6SXNzdWUxNDYzNjAzMzc=
12,815
BUG: unstacking with object columns defaults to None as a fill value
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
5
2016-04-06T16:05:34Z
2017-11-21T00:41:13Z
2017-11-21T00:41:13Z
CONTRIBUTOR
null
``` In [41]: df = DataFrame({'A' : [1,1,2], 'B' : list('aba'), 'C' : ['foo', np.nan, 'bar']}).set_index(['A','B']) In [42]: df.unstack('B') Out[42]: C B a b A 1 foo NaN 2 bar None In [43]: df.unstack('B', fill_value=np.nan) Out[43]: C B a b A 1 foo NaN 2...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12815/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12815/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12816
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12816/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12816/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12816/events
https://github.com/pandas-dev/pandas/issues/12816
146,365,901
MDU6SXNzdWUxNDYzNjU5MDE=
12,816
CLN: Small inconsistency in weekday property of DatetimeIndex and Timestamp
{ "avatar_url": "https://avatars.githubusercontent.com/u/478375?v=4", "events_url": "https://api.github.com/users/BastiaanBergman/events{/privacy}", "followers_url": "https://api.github.com/users/BastiaanBergman/followers", "following_url": "https://api.github.com/users/BastiaanBergman/following{/other_user}", ...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "AFEEEE", "default": false, "description": null, ...
open
false
null
[]
null
5
2016-04-06T16:28:56Z
2020-05-07T03:43:10Z
null
NONE
null
All date and time derivatives are implemented as properties of DatetimeIndex and Timestamp, except for the weekday **method** of Timestamp. This is because it is inherited from the datetime class. I don't know if it is _possible_, but it would be nice if it was consistent. ### Code Sample, a copy-pastable example if po...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12816/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12816/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12817
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12817/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12817/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12817/events
https://github.com/pandas-dev/pandas/issues/12817
146,415,490
MDU6SXNzdWUxNDY0MTU0OTA=
12,817
ENH: Faster hashing of Period objects
{ "avatar_url": "https://avatars.githubusercontent.com/u/379413?v=4", "events_url": "https://api.github.com/users/wcbeard/events{/privacy}", "followers_url": "https://api.github.com/users/wcbeard/followers", "following_url": "https://api.github.com/users/wcbeard/following{/other_user}", "gists_url": "https://...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "e102d8", "default"...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-06T19:53:51Z
2016-07-20T21:23:30Z
2016-07-20T21:23:30Z
CONTRIBUTOR
null
I've noticed that a lot of manipulations using Periods are pretty slow. It [looks like it's hashing](https://github.com/pydata/pandas/blob/48f39af49a9ae76c2c7d8f519df6069e7af00755/pandas/src/period.pyx#L789) the tuple of the `ordinal` and `freq` attributes. I'm not sure what the mapping is between `freq` and `freqstr` ...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12817/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12817/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12818
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12818/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12818/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12818/events
https://github.com/pandas-dev/pandas/issues/12818
146,450,836
MDU6SXNzdWUxNDY0NTA4MzY=
12,818
Problems with snap (closest index) indexing
{ "avatar_url": "https://avatars.githubusercontent.com/u/6526066?v=4", "events_url": "https://api.github.com/users/amelio-dx/events{/privacy}", "followers_url": "https://api.github.com/users/amelio-dx/followers", "following_url": "https://api.github.com/users/amelio-dx/following{/other_user}", "gists_url": "h...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "0b02e1", "default": false, "description": "Related t...
closed
false
null
[]
null
5
2016-04-06T22:16:22Z
2016-04-06T22:54:42Z
2016-04-06T22:49:05Z
NONE
null
Say we have: ``` df = pd.Series(index=pd.DatetimeIndex(['2016-04-06 17:21:17', '2016-04-06 17:23:06', '2016-04-06 17:25:50', '2016-04-06 17:26:10', '2016-04-06 17:30:09', '2016-04-06 17:30:47', ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12818/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12818/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12819
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12819/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12819/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12819/events
https://github.com/pandas-dev/pandas/issues/12819
146,528,179
MDU6SXNzdWUxNDY1MjgxNzk=
12,819
How to select content store in the Panel using 'item' index
{ "avatar_url": "https://avatars.githubusercontent.com/u/18323233?v=4", "events_url": "https://api.github.com/users/Fredericxian/events{/privacy}", "followers_url": "https://api.github.com/users/Fredericxian/followers", "following_url": "https://api.github.com/users/Fredericxian/following{/other_user}", "gist...
[]
closed
false
null
[]
null
1
2016-04-07T07:10:50Z
2016-04-07T13:02:19Z
2016-04-07T13:02:19Z
NONE
null
#### wp Out[50]: <class 'pandas.core.panel.Panel'> Dimensions: 2 (items) x 55640 (major_axis) x 9 (minor_axis) Items axis: 0 to 1 Major_axis axis: 0 to 55639 Minor_axis axis: TradingDay to AskVolume1 store.select('wp','items>0') Traceback (most recent call last): File "<ipython-input-51-79d40b638607>", line 1, in...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12819/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12819/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12820
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12820/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12820/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12820/events
https://github.com/pandas-dev/pandas/issues/12820
146,528,623
MDU6SXNzdWUxNDY1Mjg2MjM=
12,820
How to select content store in the Panel using 'item' index
{ "avatar_url": "https://avatars.githubusercontent.com/u/18323233?v=4", "events_url": "https://api.github.com/users/Fredericxian/events{/privacy}", "followers_url": "https://api.github.com/users/Fredericxian/followers", "following_url": "https://api.github.com/users/Fredericxian/following{/other_user}", "gist...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "5319e7", "default": false, "descript...
closed
false
null
[]
null
4
2016-04-07T07:13:09Z
2016-04-08T02:47:14Z
2016-04-07T13:07:02Z
NONE
null
#### wp ``` Out[50]: <class 'pandas.core.panel.Panel'> Dimensions: 2 (items) x 55640 (major_axis) x 9 (minor_axis) Items axis: 0 to 1 Major_axis axis: 0 to 55639 Minor_axis axis: TradingDay to AskVolume1 store.select('wp','items>0') Traceback (most recent call last): File "<ipython-input-51-79d40b638607>", line 1...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12820/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12820/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12821
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12821/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12821/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12821/events
https://github.com/pandas-dev/pandas/issues/12821
146,602,567
MDU6SXNzdWUxNDY2MDI1Njc=
12,821
agg() function on groupby dataframe changes dtype of datetime64[ns] column to float64 if all items in a single group are NaT
{ "avatar_url": "https://avatars.githubusercontent.com/u/15664307?v=4", "events_url": "https://api.github.com/users/lvphj/events{/privacy}", "followers_url": "https://api.github.com/users/lvphj/followers", "following_url": "https://api.github.com/users/lvphj/following{/other_user}", "gists_url": "https://api....
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-07T12:24:32Z
2016-08-06T22:57:12Z
2016-08-06T22:57:12Z
NONE
null
The example below shows two variations of a dataframe which contains a date column set to datetime64[ns] format. In the first example, there is a single missing (NaT) date. After groupby and agg(), the dtypes of all the columns in the aggregated dataframe are the same as the original dataframe, as expected (and as des...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12821/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12821/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12822
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12822/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12822/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12822/events
https://github.com/pandas-dev/pandas/issues/12822
146,612,508
MDU6SXNzdWUxNDY2MTI1MDg=
12,822
pandas dataframe.drop(col,axis=1) does not drop column from column.levels in multiindex dataframe
{ "avatar_url": "https://avatars.githubusercontent.com/u/1150402?v=4", "events_url": "https://api.github.com/users/kdebrab/events{/privacy}", "followers_url": "https://api.github.com/users/kdebrab/followers", "following_url": "https://api.github.com/users/kdebrab/following{/other_user}", "gists_url": "https:/...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "207de5", "default": false, "descript...
closed
false
null
[]
null
3
2016-04-07T12:53:15Z
2019-04-23T10:30:31Z
2016-04-07T12:58:44Z
CONTRIBUTOR
null
bug in pandas version 0.18.0 (long time ago seemingly same issue has been reported on [StackOverflow](http://stackoverflow.com/questions/16682190/pandas-dataframe-dropcol-axis-1-does-not-drop-column-from-column-levels-in-mul)): ``` python In[1]: import pandas as pd ...: import numpy as np ...: iterables = [['bar',...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12822/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12822/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12823
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12823/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12823/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12823/events
https://github.com/pandas-dev/pandas/issues/12823
146,667,371
MDU6SXNzdWUxNDY2NjczNzE=
12,823
Time Zone problem with tz_localize
{ "avatar_url": "https://avatars.githubusercontent.com/u/13064792?v=4", "events_url": "https://api.github.com/users/LorenzoBottaccioli/events{/privacy}", "followers_url": "https://api.github.com/users/LorenzoBottaccioli/followers", "following_url": "https://api.github.com/users/LorenzoBottaccioli/following{/oth...
[ { "color": "5319e7", "default": false, "description": "Timezone data dtype", "id": 60458168, "name": "Timezones", "node_id": "MDU6TGFiZWw2MDQ1ODE2OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones" } ]
closed
false
null
[]
null
10
2016-04-07T15:54:27Z
2020-03-30T14:12:14Z
2016-04-07T16:07:45Z
NONE
null
Hi All, I'm having a issue with tz_localize, maybe is my misunderstanding. I'm importing a dataframe and I want to se the timezone for central Europe: So if I use **Eurpe/Rome** I get: ``` In [303]: df.index.tz_localize('Europe/Rome') Out[303]: DatetimeIndex(['2012-12-15 00:00:00+01:00', '2012-12-15 00:15:00+01:00...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12823/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12823/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12824
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12824/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12824/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12824/events
https://github.com/pandas-dev/pandas/issues/12824
146,846,474
MDU6SXNzdWUxNDY4NDY0NzQ=
12,824
groupby().apply() returns different result depends on the first result is None or not.
{ "avatar_url": "https://avatars.githubusercontent.com/u/826871?v=4", "events_url": "https://api.github.com/users/ruoyu0088/events{/privacy}", "followers_url": "https://api.github.com/users/ruoyu0088/followers", "following_url": "https://api.github.com/users/ruoyu0088/following{/other_user}", "gists_url": "ht...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-08T07:50:09Z
2016-05-20T14:09:29Z
2016-05-20T14:09:29Z
NONE
null
The apply document says that it can: > apply can act as a reducer, transformer, or filter function, depending on exactly what is passed to apply. So depending on the path taken, and exactly what you are grouping. Thus the grouped columns(s) may be included in the output as well as set the indices. So, I think it may...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12824/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12824/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12825
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12825/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12825/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12825/events
https://github.com/pandas-dev/pandas/issues/12825
146,888,250
MDU6SXNzdWUxNDY4ODgyNTA=
12,825
Low performance with sum()
{ "avatar_url": "https://avatars.githubusercontent.com/u/3187951?v=4", "events_url": "https://api.github.com/users/rushter/events{/privacy}", "followers_url": "https://api.github.com/users/rushter/followers", "following_url": "https://api.github.com/users/rushter/following{/other_user}", "gists_url": "https:/...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "02d7e1", "default"...
closed
false
null
[]
null
1
2016-04-08T10:34:27Z
2016-04-08T12:58:55Z
2016-04-08T12:58:42Z
NONE
null
I have encountered a problem where manual addition ~25 times faster than `sum` function. Is there a bug or bad use case? ``` In[3]: %timeit test_1() 1 loops, best of 3: 212 ms per loop In[4]: %timeit test_2() 1 loops, best of 3: 5.66 s per loop ``` ``` import pandas as pd import numpy as np import itertools r, c =...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12825/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12825/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12826
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12826/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12826/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12826/events
https://github.com/pandas-dev/pandas/issues/12826
146,889,628
MDU6SXNzdWUxNDY4ODk2Mjg=
12,826
resample() / DatetimeIndexResampler is not resampling according to the given frequency rule
{ "avatar_url": "https://avatars.githubusercontent.com/u/209902?v=4", "events_url": "https://api.github.com/users/gabrielcnr/events{/privacy}", "followers_url": "https://api.github.com/users/gabrielcnr/followers", "following_url": "https://api.github.com/users/gabrielcnr/following{/other_user}", "gists_url": ...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0052cc", "default": false, "description": "DateOffsets", "id": ...
open
false
null
[]
null
1
2016-04-08T10:41:54Z
2020-05-11T18:54:04Z
null
NONE
null
When using frequency rule `2Q-SEP` it depends on the index of the time series it gives different resampled results. We should expect always March and September dates when using 2Q-SEP, however we might get June and December sometimes. #### Code Sample, a copy-pastable example if possible ``` python import pandas as pd...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12826/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12826/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12827
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12827/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12827/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12827/events
https://github.com/pandas-dev/pandas/issues/12827
146,933,234
MDU6SXNzdWUxNDY5MzMyMzQ=
12,827
Indexing MultiIndex level depends on chosen level
{ "avatar_url": "https://avatars.githubusercontent.com/u/1224492?v=4", "events_url": "https://api.github.com/users/toobaz/events{/privacy}", "followers_url": "https://api.github.com/users/toobaz/followers", "following_url": "https://api.github.com/users/toobaz/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
open
false
null
[]
null
17
2016-04-08T13:45:29Z
2021-04-23T03:04:11Z
null
MEMBER
null
#### Code Sample, a copy-pastable example if possible ``` In [2]: ss = pd.Series(range(4), ...: index=pd.MultiIndex.from_product([[1,2], [1,2]])) In [3]: ss.loc[:, 1].index.__class__ Out[3]: pandas.indexes.numeric.Int64Index In [4]: ss.loc[1,:].index.__class__ Out[4]: pandas.indexes.multi.MultiInde...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12827/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12827/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12828
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12828/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12828/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12828/events
https://github.com/pandas-dev/pandas/issues/12828
146,975,602
MDU6SXNzdWUxNDY5NzU2MDI=
12,828
API: extend resample to handle non-datetime numeric axes?
{ "avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4", "events_url": "https://api.github.com/users/shoyer/events{/privacy}", "followers_url": "https://api.github.com/users/shoyer/followers", "following_url": "https://api.github.com/users/shoyer/following{/other_user}", "gists_url": "https://ap...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "207de5", "default": false, "description": "resample...
open
false
null
[]
null
1
2016-04-08T16:29:21Z
2021-04-23T03:04:54Z
null
MEMBER
null
Numeric indexes are pretty common with scientific datasets and [xarray](http://xarray.pydata.org). For such data, resampling to a new resolution is a pretty common operation. Currently, resampling only works for dates. Any thoughts on making it work for all numeric axes? I think every argument in the [signature](http:...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12828/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12828/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12829
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12829/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12829/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12829/events
https://github.com/pandas-dev/pandas/issues/12829
146,995,402
MDU6SXNzdWUxNDY5OTU0MDI=
12,829
Bug when combining .groupby() apply with .expanding() apply
{ "avatar_url": "https://avatars.githubusercontent.com/u/5126549?v=4", "events_url": "https://api.github.com/users/lminer/events{/privacy}", "followers_url": "https://api.github.com/users/lminer/followers", "following_url": "https://api.github.com/users/lminer/following{/other_user}", "gists_url": "https://ap...
[ { "color": "729FCF", "default": false, "description": null, "id": 233160, "name": "Groupby", "node_id": "MDU6TGFiZWwyMzMxNjA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby" }, { "color": "0052cc", "default": false, "description": null, "id": ...
closed
false
null
[]
null
9
2016-04-08T17:56:52Z
2016-04-08T18:59:58Z
2016-04-08T18:21:38Z
NONE
null
In this example, the aim is to use an expanding window to create an expanding count, by group, of the occurrence of a predetermined set of strings. Seemed like there might be some sort of bug in the performance of `expanding` when combined with `groupby` and `apply`. In this case the strings are `['tito', 'bar', 'fee...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12829/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12829/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12830
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12830/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12830/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12830/events
https://github.com/pandas-dev/pandas/issues/12830
147,037,690
MDU6SXNzdWUxNDcwMzc2OTA=
12,830
Datetime series cannot subtract numpy.datetime64
{ "avatar_url": "https://avatars.githubusercontent.com/u/1377457?v=4", "events_url": "https://api.github.com/users/pganssle/events{/privacy}", "followers_url": "https://api.github.com/users/pganssle/followers", "following_url": "https://api.github.com/users/pganssle/following{/other_user}", "gists_url": "http...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "e102d8", "default": false, "description": "Unexpecte...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
2
2016-04-08T20:55:41Z
2016-04-08T21:17:27Z
2016-04-08T21:15:40Z
CONTRIBUTOR
null
For some reason, it's not possible to subtract a `numpy.datetime64` object from a `Series`, even though subtracting a `datetime.datetime` object is possible. I found this bug when trying to work around issue #8554. #### Code Sample, a copy-pastable example if possible ``` python import pandas as pd import numpy as np ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12830/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12830/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12831
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12831/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12831/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12831/events
https://github.com/pandas-dev/pandas/pull/12831
147,049,682
MDExOlB1bGxSZXF1ZXN0NjU4NTMwOTI=
12,831
BUG: SparseSeries.reindex with fill_value
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-08T21:57:48Z
2016-04-09T14:44:55Z
2016-04-09T14:44:21Z
MEMBER
null
- [x] closes #12797 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12831/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12831/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12831.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12831", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12831.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12831" }
https://api.github.com/repos/pandas-dev/pandas/issues/12832
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12832/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12832/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12832/events
https://github.com/pandas-dev/pandas/pull/12832
147,066,756
MDExOlB1bGxSZXF1ZXN0NjU4NjI2MTA=
12,832
Refactor test __tmp_* file cleanup
{ "avatar_url": "https://avatars.githubusercontent.com/u/50109?v=4", "events_url": "https://api.github.com/users/gliptak/events{/privacy}", "followers_url": "https://api.github.com/users/gliptak/followers", "following_url": "https://api.github.com/users/gliptak/following{/other_user}", "gists_url": "https://a...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-08T23:58:21Z
2016-04-09T14:35:00Z
2016-04-09T14:34:51Z
CONTRIBUTOR
null
- [x] closes #9249 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12832/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12832/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12832.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12832", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12832.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12832" }
https://api.github.com/repos/pandas-dev/pandas/issues/12833
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12833/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12833/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12833/events
https://github.com/pandas-dev/pandas/pull/12833
147,071,535
MDExOlB1bGxSZXF1ZXN0NjU4NjQ1NTM=
12,833
Implement Akima1DInterpolator
{ "avatar_url": "https://avatars.githubusercontent.com/u/50109?v=4", "events_url": "https://api.github.com/users/gliptak/events{/privacy}", "followers_url": "https://api.github.com/users/gliptak/followers", "following_url": "https://api.github.com/users/gliptak/following{/other_user}", "gists_url": "https://a...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "d7e102", "default": false, "description": "np.nan, ...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
17
2016-04-09T00:34:14Z
2016-04-11T22:32:44Z
2016-04-11T15:03:58Z
CONTRIBUTOR
null
- [x] closes #7588 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12833/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12833/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12833.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12833", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12833.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12833" }
https://api.github.com/repos/pandas-dev/pandas/issues/12834
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12834/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12834/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12834/events
https://github.com/pandas-dev/pandas/pull/12834
147,089,283
MDExOlB1bGxSZXF1ZXN0NjU4NzA4MDA=
12,834
BUG 12800 fixed inconsistent behavior of last_valid_index and first_valid_index
{ "avatar_url": "https://avatars.githubusercontent.com/u/2932225?v=4", "events_url": "https://api.github.com/users/gregorylivschitz/events{/privacy}", "followers_url": "https://api.github.com/users/gregorylivschitz/followers", "following_url": "https://api.github.com/users/gregorylivschitz/following{/other_user...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2016-04-09T04:40:27Z
2016-04-11T13:00:05Z
2016-04-11T12:59:59Z
CONTRIBUTOR
null
- [x] closes #12800 - [x] tests added / passed - [ ] passes `git diff upstream/master | flake8 --diff` - [ ] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12834/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12834/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12834.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12834", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12834.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12834" }
https://api.github.com/repos/pandas-dev/pandas/issues/12835
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12835/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12835/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12835/events
https://github.com/pandas-dev/pandas/pull/12835
147,093,660
MDExOlB1bGxSZXF1ZXN0NjU4NzE3NjU=
12,835
BUG: SparseSeries.value_counts ignores fill_value
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "009800", "default": false, "description": "Sparse Data Type", "...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
4
2016-04-09T05:33:29Z
2016-04-29T17:17:59Z
2016-04-29T17:17:59Z
MEMBER
null
- [x] closes #6749 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Also fixed an issue which categorical `value_counts` resets name.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12835/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12835/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12835.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12835", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12835.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12835" }
https://api.github.com/repos/pandas-dev/pandas/issues/12836
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12836/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12836/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12836/events
https://github.com/pandas-dev/pandas/pull/12836
147,093,943
MDExOlB1bGxSZXF1ZXN0NjU4NzE4MzA=
12,836
BUG: SparseSeries.to_frame results in dense
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "009800", "default": false, "description": "Sparse Data Type", "...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2016-04-09T05:36:48Z
2016-04-09T18:02:18Z
2016-04-09T18:01:56Z
MEMBER
null
- [x] closes #9850 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry This should be after #12831.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12836/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12836/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12836.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12836", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12836.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12836" }
https://api.github.com/repos/pandas-dev/pandas/issues/12837
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12837/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12837/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12837/events
https://github.com/pandas-dev/pandas/issues/12837
147,138,486
MDU6SXNzdWUxNDcxMzg0ODY=
12,837
fill_value in pandas.DataFrame.add: Why must be float?
{ "avatar_url": "https://avatars.githubusercontent.com/u/824529?v=4", "events_url": "https://api.github.com/users/chengs/events{/privacy}", "followers_url": "https://api.github.com/users/chengs/followers", "following_url": "https://api.github.com/users/chengs/following{/other_user}", "gists_url": "https://api...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "e102d8"...
closed
false
null
[]
null
2
2016-04-09T15:32:19Z
2016-04-09T16:23:32Z
2016-04-09T15:35:18Z
NONE
null
In pandas.DataFrame.add, the description of fill_value is: ``` fill_value : None or float value, default None Fill missing (NaN) values with this value. If both DataFrame locations are missing, the result will be missing ``` So its type is None or float, which causes that all dtypes in results are floats. In practise...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12837/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12837/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12838
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12838/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12838/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12838/events
https://github.com/pandas-dev/pandas/issues/12838
147,144,333
MDU6SXNzdWUxNDcxNDQzMzM=
12,838
BUG: fillna(inplace=True) method in DataFrame with list of column
{ "avatar_url": "https://avatars.githubusercontent.com/u/4370169?v=4", "events_url": "https://api.github.com/users/chinskiy/events{/privacy}", "followers_url": "https://api.github.com/users/chinskiy/followers", "following_url": "https://api.github.com/users/chinskiy/following{/other_user}", "gists_url": "http...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "0052cc"...
closed
false
null
[]
null
1
2016-04-09T16:47:32Z
2016-04-09T17:09:14Z
2016-04-09T17:09:06Z
CONTRIBUTOR
null
#### Code Sample, a copy-pastable example if possible ``` df = pd.DataFrame([[None,2,3], [1,None,3], [1,2,None]], columns=['one', 'two', 'three']) df # one two three #0 NaN 2.0 3.0 #1 1.0 NaN 3.0 #2 1.0 2.0 NaN #Here work as expected df.loc[:, ['one', 'two', 'three']].fillna(0.) # one two three #0 0.0 2.0 3.0...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12838/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12838/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12839
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12839/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12839/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12839/events
https://github.com/pandas-dev/pandas/issues/12839
147,149,218
MDU6SXNzdWUxNDcxNDkyMTg=
12,839
GroupBy.nth includes group key inconsistently
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
9
2016-04-09T18:15:06Z
2016-07-06T21:47:54Z
2016-07-06T21:47:54Z
MEMBER
null
#### Code Sample, a copy-pastable example if possible `nth` doesn't inlcude group key as the same as `first` and `last`. ``` df = pd.DataFrame({'A': [1, 2, 3, 4, 5], 'B': [1, 2, 3, 4, 5], 'G': [1, 1, 2, 2, 1]}) g = df.groupby('G') g.nth(1) # A B # G #1 2 2 #2 4 4 ``` However, callin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12839/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12839/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12840
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12840/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12840/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12840/events
https://github.com/pandas-dev/pandas/pull/12840
147,149,836
MDExOlB1bGxSZXF1ZXN0NjU4ODgyODM=
12,840
BUG: GroupBy with TimeGrouper sorts unstably
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-09T18:21:06Z
2016-04-10T14:04:45Z
2016-04-10T14:04:45Z
MEMBER
null
- [x] closes #7453 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Because it may affect to resample perf, alternative idea is to add `TimeGropuper` path to `GroupBy.first` and `last`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12840/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12840/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12840.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12840", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12840.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12840" }
https://api.github.com/repos/pandas-dev/pandas/issues/12841
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12841/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12841/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12841/events
https://github.com/pandas-dev/pandas/pull/12841
147,151,240
MDExOlB1bGxSZXF1ZXN0NjU4ODg3Mjk=
12,841
TST: Add numeric coercion tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "e102d8", "d...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-09T18:38:56Z
2016-04-10T14:29:50Z
2016-04-10T14:29:46Z
MEMBER
null
- [x] related to #12747 and #12780 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` Because dtype coercion affects to lots of functions, would like to fix in the following steps. The behavior which looks incorrect are commented with `TODO_GH12747` 1(this PR) Add numeric related tests...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12841/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12841/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12841.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12841", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12841.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12841" }
https://api.github.com/repos/pandas-dev/pandas/issues/12842
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12842/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12842/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12842/events
https://github.com/pandas-dev/pandas/pull/12842
147,186,478
MDExOlB1bGxSZXF1ZXN0NjU4OTkxMzI=
12,842
ENH: Add Index.str.get_dummies
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "5319e7", "default": false, "description": "String e...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2016-04-10T02:47:28Z
2016-04-11T14:15:39Z
2016-04-11T12:54:39Z
MEMBER
null
- [x] closes #10103 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Add `Index.str.get_dummies` which always returns `MultiIndex`.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12842/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12842/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12842.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12842", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12842.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12842" }
https://api.github.com/repos/pandas-dev/pandas/issues/12843
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12843/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12843/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12843/events
https://github.com/pandas-dev/pandas/pull/12843
147,187,860
MDExOlB1bGxSZXF1ZXN0NjU4OTk2Mjg=
12,843
BUG: .str methods with expand=True may raise ValueError if input has name
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "String extension data ty...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-10T03:18:14Z
2016-04-10T14:26:31Z
2016-04-10T14:26:28Z
MEMBER
null
- [x] closes #12617 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12843/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12843/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12843.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12843", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12843.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12843" }
https://api.github.com/repos/pandas-dev/pandas/issues/12844
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12844/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12844/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12844/events
https://github.com/pandas-dev/pandas/pull/12844
147,191,159
MDExOlB1bGxSZXF1ZXN0NjU5MDA0MTA=
12,844
BUG: SparseSeries concat results in dense
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2016-04-10T04:09:27Z
2016-04-18T19:55:34Z
2016-04-18T19:55:34Z
MEMBER
null
- [x] closes #10536 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12844/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12844/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12844.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12844", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12844.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12844" }
https://api.github.com/repos/pandas-dev/pandas/issues/12845
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12845/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12845/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12845/events
https://github.com/pandas-dev/pandas/pull/12845
147,191,817
MDExOlB1bGxSZXF1ZXN0NjU5MDA2ODQ=
12,845
BUG: SparseSeries slicing with Ellipsis raises KeyError
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-10T04:26:03Z
2016-04-10T14:33:13Z
2016-04-10T14:32:47Z
MEMBER
null
- [x] closes #9467 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12845/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12845/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12845.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12845", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12845.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12845" }
https://api.github.com/repos/pandas-dev/pandas/issues/12846
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12846/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12846/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12846/events
https://github.com/pandas-dev/pandas/pull/12846
147,205,382
MDExOlB1bGxSZXF1ZXN0NjU5MDQ0NTU=
12,846
BUG: empty Series concat has no effect
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stac...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-10T08:25:40Z
2016-04-10T14:22:50Z
2016-04-10T14:22:42Z
MEMBER
null
- [x] closes #11082, closes #12695, closes #12696 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Also includes some cleanup for #10723 CC: @AnkurDedania , @IamGianluca
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12846/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12846/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12846.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12846", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12846.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12846" }
https://api.github.com/repos/pandas-dev/pandas/issues/12847
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12847/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12847/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12847/events
https://github.com/pandas-dev/pandas/pull/12847
147,205,969
MDExOlB1bGxSZXF1ZXN0NjU5MDQ2MDI=
12,847
ENH: Support CustomBusinessHour
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "0052cc", "default": false, "description": "DateOffs...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-10T08:32:24Z
2016-04-10T22:12:08Z
2016-04-10T22:12:08Z
MEMBER
null
- [x] closes #11514 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12847/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12847/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12847.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12847", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12847.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12847" }
https://api.github.com/repos/pandas-dev/pandas/issues/12848
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12848/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12848/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12848/events
https://github.com/pandas-dev/pandas/pull/12848
147,219,330
MDExOlB1bGxSZXF1ZXN0NjU5MDg2OTM=
12,848
TST: Add more Sparse indexing tests
{ "avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4", "events_url": "https://api.github.com/users/sinhrks/events{/privacy}", "followers_url": "https://api.github.com/users/sinhrks/followers", "following_url": "https://api.github.com/users/sinhrks/following{/other_user}", "gists_url": "https:/...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "009800", "d...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2016-04-10T12:09:47Z
2016-04-11T12:47:31Z
2016-04-11T12:47:31Z
MEMBER
null
- [x] closes #4400 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff`
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12848/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12848/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12848.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12848", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12848.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12848" }
https://api.github.com/repos/pandas-dev/pandas/issues/12849
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12849/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12849/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12849/events
https://github.com/pandas-dev/pandas/issues/12849
147,223,748
MDU6SXNzdWUxNDcyMjM3NDg=
12,849
pd.get_dummies(s) with s being a logical test
{ "avatar_url": "https://avatars.githubusercontent.com/u/8282510?v=4", "events_url": "https://api.github.com/users/randomgambit/events{/privacy}", "followers_url": "https://api.github.com/users/randomgambit/followers", "following_url": "https://api.github.com/users/randomgambit/following{/other_user}", "gists...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "AD7FA8", "de...
closed
false
null
[]
null
14
2016-04-10T13:07:29Z
2016-04-10T17:12:37Z
2016-04-10T17:12:28Z
NONE
null
Hi, I am using Pandas more and more for preparing my dataset before feeding it to other statistical software. I believe something really useful and, somehow, missing from the current version of Pandas is a simple way to generate dummy variables based on a logical test. Dummy variable coding (0-1) is everywhere in...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12849/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12849/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12850
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12850/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12850/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12850/events
https://github.com/pandas-dev/pandas/issues/12850
147,236,911
MDU6SXNzdWUxNDcyMzY5MTE=
12,850
TST/BUG: integer coercion bool with int on windows
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "fbc...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-10T16:05:55Z
2016-04-10T19:09:46Z
2016-04-10T19:09:46Z
CONTRIBUTOR
null
xref #12841 this is a test in `test_coercion.py, L361` ``` In [3]: import pandas as pd In [4]: s = pd.Series([True, False, True, False]) In [5]: s.where(s,1) Out[5]: 0 1 1 1 2 1 3 1 dtype: int32 ``` on windows the scalar is not coerced to int64 (as it is on other platforms). IIRC `.where` already has q...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12850/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12850/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12851
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12851/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12851/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12851/events
https://github.com/pandas-dev/pandas/issues/12851
147,243,348
MDU6SXNzdWUxNDcyNDMzNDg=
12,851
Support for inplace argument for str.replace
{ "avatar_url": "https://avatars.githubusercontent.com/u/1063143?v=4", "events_url": "https://api.github.com/users/joonro/events{/privacy}", "followers_url": "https://api.github.com/users/joonro/followers", "following_url": "https://api.github.com/users/joonro/following{/other_user}", "gists_url": "https://ap...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "5319e7", "default": false, "description": "S...
closed
false
null
[]
null
2
2016-04-10T17:28:22Z
2019-10-11T05:00:45Z
2019-10-11T05:00:45Z
NONE
null
It would be great if there is a support for `inplace` argument for `str.replace`, so I can do ``` python addresses.str.replace('\s+\d{5}', '', inplace=True) ``` instead of ``` python addresses = addresses.str.replace('\s+\d{5}', '') ``` Thank you!
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12851/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12851/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12852
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12852/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12852/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12852/events
https://github.com/pandas-dev/pandas/pull/12852
147,248,385
MDExOlB1bGxSZXF1ZXN0NjU5MTc5NTg=
12,852
BUG: ensure coercing scalars to when setting as numpy
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-10T18:13:02Z
2016-04-10T19:09:46Z
2016-04-10T19:09:46Z
CONTRIBUTOR
null
closes #12850
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12852/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12852/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12852.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12852", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12852.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12852" }
https://api.github.com/repos/pandas-dev/pandas/issues/12853
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12853/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12853/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12853/events
https://github.com/pandas-dev/pandas/pull/12853
147,263,249
MDExOlB1bGxSZXF1ZXN0NjU5MjE3NTQ=
12,853
DOC: fix code-block ipython highlighting
{ "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisvandenbossche/followers", "following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
3
2016-04-10T20:26:25Z
2016-04-11T13:42:54Z
2016-04-11T13:42:54Z
MEMBER
null
I noticed some warnings in the travis doc build log in the sense of "WARNING: Could not parse literal_block as "python". highlighting skipped." This was because some of the `.. code-block:: python` directives contained code that could not be interpreted as python. And, additionally, these code blocks were also not hig...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12853/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12853/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12853.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12853", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12853.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12853" }
https://api.github.com/repos/pandas-dev/pandas/issues/12854
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12854/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12854/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12854/events
https://github.com/pandas-dev/pandas/issues/12854
147,273,483
MDU6SXNzdWUxNDcyNzM0ODM=
12,854
API: remove need for CustomBusiness freqs
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "AD7FA8", "default": false, "description": null, "id": 35818298, "name": "API Design", "node_id": "MDU6TGFiZWwzNTgxODI5OA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design" }, { "color": "0052cc", "default": false, "description": "D...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2016-04-10T22:15:38Z
2020-09-20T23:26:57Z
2020-09-20T23:26:56Z
CONTRIBUTOR
null
I think we can move the functionaility to the regular `Business` freqs but just accepting the additional arguments from `CustomBusinesssDay`, IOW, expand `BusinessDay` with default args of `None` for `weekmask` and `holidays` (and just default them). I think this can be done without any user changes at all. We can th...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12854/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12854/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12855
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12855/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12855/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12855/events
https://github.com/pandas-dev/pandas/issues/12855
147,274,867
MDU6SXNzdWUxNDcyNzQ4Njc=
12,855
API: Sparse Return Types
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "009800", "default": false, "description": "Sparse Data Type", ...
closed
false
null
[]
{ "closed_at": "2017-05-06T10:20:19Z", "closed_issues": 987, "created_at": "2016-02-08T15:30:21Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
17
2016-04-10T22:33:40Z
2016-12-15T11:28:26Z
2016-12-15T11:28:26Z
MEMBER
null
The documentation of `SparseArray.cumsum` says it returns a `Series`, but that is not the case: ``` python >>> from pandas import SparseArray, np >>> data = np.arange(10) >>> s = SparseArray(data, fill_value=np.nan) >>> type(s.cumsum()) <class 'pandas.sparse.array.SparseArray'> >>> >>> s = SparseArray(data, fill_value...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12855/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12855/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12856
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12856/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12856/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12856/events
https://github.com/pandas-dev/pandas/issues/12856
147,295,089
MDU6SXNzdWUxNDcyOTUwODk=
12,856
unit test test_numpy_round fail in 3.5 numpy_dev build
{ "avatar_url": "https://avatars.githubusercontent.com/u/50109?v=4", "events_url": "https://api.github.com/users/gliptak/events{/privacy}", "followers_url": "https://api.github.com/users/gliptak/followers", "following_url": "https://api.github.com/users/gliptak/following{/other_user}", "gists_url": "https://a...
[]
closed
false
null
[]
null
1
2016-04-11T02:13:50Z
2016-04-11T02:22:45Z
2016-04-11T02:22:45Z
CONTRIBUTOR
null
And example https://travis-ci.org/pydata/pandas/jobs/122091911 ``` ====================================================================== ERROR: test_numpy_round (pandas.tests.frame.test_analytics.TestDataFrameAnalytics) ---------------------------------------------------------------------- Traceback (most recent ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12856/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12856/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12857
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12857/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12857/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12857/events
https://github.com/pandas-dev/pandas/issues/12857
147,305,713
MDU6SXNzdWUxNDczMDU3MTM=
12,857
BUG: not properly converting S1 in astype ,on PY3
{ "avatar_url": "https://avatars.githubusercontent.com/u/2927161?v=4", "events_url": "https://api.github.com/users/cchrysostomou/events{/privacy}", "followers_url": "https://api.github.com/users/cchrysostomou/followers", "following_url": "https://api.github.com/users/cchrysostomou/following{/other_user}", "gi...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2020-01-30T12:18:05Z", "closed_issues": 2207, "created_at": "2012-09-13T02:13:00Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4", "events_url": "https://api.github.com/users/wesm/events{/privacy}", "followers_url": "https://api.github.com/users/wesm...
12
2016-04-11T03:25:32Z
2019-12-30T14:16:53Z
2019-12-30T14:16:53Z
NONE
null
I am trying to create a dataframe where each cell is represented as a single characters rather than python objects. I am able to create and work with the dataframe when using .astype command. However, If i try to print out a larger portion of the table, then I get an error. #### Code Sample, a copy-pastable example if ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12857/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12857/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12858
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12858/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12858/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12858/events
https://github.com/pandas-dev/pandas/issues/12858
147,340,130
MDU6SXNzdWUxNDczNDAxMzA=
12,858
Query function gives error if column names have front slash
{ "avatar_url": "https://avatars.githubusercontent.com/u/15170024?v=4", "events_url": "https://api.github.com/users/swetabhpathak/events{/privacy}", "followers_url": "https://api.github.com/users/swetabhpathak/followers", "following_url": "https://api.github.com/users/swetabhpathak/following{/other_user}", "g...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2016-04-11T07:32:53Z
2016-04-11T11:21:50Z
2016-04-11T11:21:18Z
NONE
null
``` import pandas df = pandas.DataFrame({'ColName / WithFrontSlash': [1, 2]}) df['ColName / WithFrontSlash'] 0 1 1 2 Name: ColName / WithFrontSlash, dtype: int64 #this output is what is exptected ``` ``` df.query('ColName / WithFrontSlash > 1') pandas.computation.ops.UndefinedVariableError: name 'ColName' is n...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12858/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12858/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12859
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12859/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12859/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12859/events
https://github.com/pandas-dev/pandas/issues/12859
147,407,860
MDU6SXNzdWUxNDc0MDc4NjA=
12,859
cross section coercion with output iterating
{ "avatar_url": "https://avatars.githubusercontent.com/u/16593552?v=4", "events_url": "https://api.github.com/users/tsu-shiuan/events{/privacy}", "followers_url": "https://api.github.com/users/tsu-shiuan/followers", "following_url": "https://api.github.com/users/tsu-shiuan/following{/other_user}", "gists_url"...
[ { "color": "0e8a16", "default": true, "description": null, "id": 717120670, "name": "good first issue", "node_id": "MDU6TGFiZWw3MTcxMjA2NzA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue" }, { "color": "cdea3c", "default": false, "de...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
11
2016-04-11T12:10:21Z
2021-05-12T13:27:55Z
2021-05-12T13:27:55Z
NONE
null
I'm am trying to call the to_dict function on the following DataFrame: ``` import pandas as pd data = {"a": [1,2,3,4,5], "b": [90,80,40,60,30]} df = pd.DataFrame(data) ``` ``` df a b 0 1 90 1 2 80 2 3 40 3 4 60 4 5 30 ``` ``` df.reset_index().to_dict("r") [{'a': 1, 'b': 90, 'index': 0}, {'a': 2, 'b...
{ "+1": 3, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 3, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12859/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12859/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12860
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12860/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12860/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12860/events
https://github.com/pandas-dev/pandas/issues/12860
147,453,993
MDU6SXNzdWUxNDc0NTM5OTM=
12,860
ENH: support .astype('category') on DataFrame / aka co-factorization
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "e11d21", "default": false, "description": "Categori...
closed
false
null
[]
{ "closed_at": "2018-05-16T03:09:58Z", "closed_issues": 1645, "created_at": "2017-10-20T10:17:09Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
6
2016-04-11T14:50:42Z
2018-03-01T01:07:16Z
2018-03-01T01:07:16Z
CONTRIBUTOR
null
xref to #10696, #8709 We don't allow an astype of a DataFrame to category directly ``` In [44]: df.astype('category') NotImplementedError: > 1 ndim Categorical are not supported at this time ``` Instead you can apply the astype per-column. ``` In [35]: df = DataFrame({'A' : list('aabcda'), 'B' : list('bcdaae')}) I...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12860/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12860/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12861
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12861/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12861/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12861/events
https://github.com/pandas-dev/pandas/issues/12861
147,460,316
MDU6SXNzdWUxNDc0NjAzMTY=
12,861
BUG: indexing with boolean array and categoricals
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
1
2016-04-11T15:11:43Z
2019-10-21T19:34:17Z
null
CONTRIBUTOR
null
xref #12857 ``` In [24]: df2 = df.apply(lambda x: x.astype('category',categories=(np.sort(pd.unique(df.values.ravel()))))) In [25]: df2 Out[25]: A B 0 a b 1 a c 2 b d 3 c a 4 d a 5 a e ``` after #12564, the boolean array is ok ``` In [28]: df2=='d' Out[28]: A B 0 False False 1 False...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12861/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12861/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12862
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12862/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12862/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12862/events
https://github.com/pandas-dev/pandas/issues/12862
147,463,196
MDU6SXNzdWUxNDc0NjMxOTY=
12,862
Series.__setitem__ with datetime64[ns, tz] dtype raises ValueError when setting a tz-aware timestamps
{ "avatar_url": "https://avatars.githubusercontent.com/u/2195834?v=4", "events_url": "https://api.github.com/users/jluttine/events{/privacy}", "followers_url": "https://api.github.com/users/jluttine/followers", "following_url": "https://api.github.com/users/jluttine/following{/other_user}", "gists_url": "http...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
{ "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user}", "gists...
[ { "avatar_url": "https://avatars.githubusercontent.com/u/8078968?v=4", "events_url": "https://api.github.com/users/jbrockmendel/events{/privacy}", "followers_url": "https://api.github.com/users/jbrockmendel/followers", "following_url": "https://api.github.com/users/jbrockmendel/following{/other_user...
{ "closed_at": "2019-07-19T00:34:29Z", "closed_issues": 1289, "created_at": "2018-10-23T02:34:15Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
2
2016-04-11T15:23:43Z
2019-07-11T16:39:34Z
2019-07-11T16:39:34Z
NONE
null
I'm not able to construct a Series element by element if the elements are timezone localized datetimes. Any workarounds? #### Code Sample, a copy-pastable example if possible ``` python # This works x = pd.Series() x['foo'] = pd.to_datetime(42) x['bar'] = pd.to_datetime(666) # This doesn't x = pd.Series() x['foo'] = ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12862/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12862/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12863
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12863/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12863/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12863/events
https://github.com/pandas-dev/pandas/issues/12863
147,464,202
MDU6SXNzdWUxNDc0NjQyMDI=
12,863
Series.any() and .all() don't return bool values if dtype=object
{ "avatar_url": "https://avatars.githubusercontent.com/u/1591339?v=4", "events_url": "https://api.github.com/users/jdavies1618/events{/privacy}", "followers_url": "https://api.github.com/users/jdavies1618/followers", "following_url": "https://api.github.com/users/jdavies1618/following{/other_user}", "gists_ur...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2021-07-02T07:59:17Z", "closed_issues": 2396, "created_at": "2020-11-11T19:05:43Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/j...
13
2016-04-11T15:26:44Z
2021-05-06T01:35:18Z
2021-05-06T01:35:18Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` s = pd.Series(index=range(5), data=['a', 'b', 'c', 'd', 'e'], dtype=object) print [s.any(), s.all()] ``` #### Expected Output `[True, True]` #### Actual output `['a', 'e']` #### output of `pd.show_versions()` ``` INSTALLED VERSIONS ------------------ commit:...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12863/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12863/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12864
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12864/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12864/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12864/events
https://github.com/pandas-dev/pandas/pull/12864
147,466,098
MDExOlB1bGxSZXF1ZXN0NjYwMTM4NzE=
12,864
COMPAT: .query/.eval should work w/o numexpr being installed if possible
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "0052cc", "default": false, "description": "pandas objects compatability with Numpy or Python functions", "id": 76865106, "name": "Compat", "node_id": "MDU6TGFiZWw3Njg2NTEwNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Compat" } ]
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
0
2016-04-11T15:32:11Z
2016-04-11T23:57:05Z
2016-04-11T23:57:05Z
CONTRIBUTOR
null
closes #12749
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12864/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12864/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12864.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12864", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12864.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12864" }
https://api.github.com/repos/pandas-dev/pandas/issues/12865
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12865/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12865/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12865/events
https://github.com/pandas-dev/pandas/issues/12865
147,480,645
MDU6SXNzdWUxNDc0ODA2NDU=
12,865
MetaIssue: Pandas tries too hard to be smart
{ "avatar_url": "https://avatars.githubusercontent.com/u/150504?v=4", "events_url": "https://api.github.com/users/DavidEscott/events{/privacy}", "followers_url": "https://api.github.com/users/DavidEscott/followers", "following_url": "https://api.github.com/users/DavidEscott/following{/other_user}", "gists_url...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
12
2016-04-11T16:19:32Z
2021-02-04T03:52:35Z
2016-04-11T16:55:16Z
NONE
null
....and ends up doing things wrong. I had the following task: Given a csv file A and a set of identically structured files X, Y, Z [which have keys in the first two columns, and values in subsequent columns]: I wanted to create a new file which has contents MAX(A.column_val, X.column_val + Y.column_val + Z.column_val)...
{ "+1": 1, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 1, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12865/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12865/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12866
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12866/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12866/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12866/events
https://github.com/pandas-dev/pandas/issues/12866
147,491,464
MDU6SXNzdWUxNDc0OTE0NjQ=
12,866
read_json changes dtype (int => float)
{ "avatar_url": "https://avatars.githubusercontent.com/u/10356618?v=4", "events_url": "https://api.github.com/users/stellasia/events{/privacy}", "followers_url": "https://api.github.com/users/stellasia/followers", "following_url": "https://api.github.com/users/stellasia/following{/other_user}", "gists_url": "...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
6
2016-04-11T17:03:37Z
2016-04-18T17:22:25Z
2016-04-18T17:22:25Z
NONE
null
Hi there! This might be a well-known problem but could not find a track/explaination about it. When reading a json to create a pandas object (Series or DataFrame), the index dtype is changed from int to float. The [doc](http://pandas.pydata.org/pandas-docs/stable/io.html#data-conversion) only mentions the inverse tr...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12866/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12866/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12867
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12867/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12867/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12867/events
https://github.com/pandas-dev/pandas/issues/12867
147,517,083
MDU6SXNzdWUxNDc1MTcwODM=
12,867
COMPAT: show a PerformanceWarning if numexpr is not installed when using .query/.eval
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "f2f074", "default": false, "description": "Warnings...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
0
2016-04-11T18:45:24Z
2020-04-10T03:32:59Z
null
CONTRIBUTOR
null
xref #12749 xref #12864 This is a tad non-trivial as the python engine handles string operations. So this would be for numeric/boolean ops.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12867/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12867/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12868
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12868/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12868/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12868/events
https://github.com/pandas-dev/pandas/issues/12868
147,536,959
MDU6SXNzdWUxNDc1MzY5NTk=
12,868
BUG: Resample on empty Period-Indexed Series returns Datetime-Indexed Series
{ "avatar_url": "https://avatars.githubusercontent.com/u/2293126?v=4", "events_url": "https://api.github.com/users/jduncavage/events{/privacy}", "followers_url": "https://api.github.com/users/jduncavage/followers", "following_url": "https://api.github.com/users/jduncavage/following{/other_user}", "gists_url":...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "eb6420", "default": false, "description": "Period data type", "...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
5
2016-04-11T19:56:41Z
2016-04-13T01:12:56Z
2016-04-13T01:12:56Z
NONE
null
#### Code Sample, a copy-pastable example if possible ` In [7]: pd.Series([], pd.period_range(start='2000', periods=0)).resample('W').mean().index Out[7]: DatetimeIndex([], dtype='datetime64[ns]', freq='W-SUN') ` #### Expected Output ` PeriodIndex([], dtype='int64', freq='W-SUN') ` On pandas: 0.18.0
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12868/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12868/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12869
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12869/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12869/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12869/events
https://github.com/pandas-dev/pandas/issues/12869
147,556,621
MDU6SXNzdWUxNDc1NTY2MjE=
12,869
duplicated() invoked on a data frame with an empty subset of columns
{ "avatar_url": "https://avatars.githubusercontent.com/u/12091011?v=4", "events_url": "https://api.github.com/users/sebov/events{/privacy}", "followers_url": "https://api.github.com/users/sebov/followers", "following_url": "https://api.github.com/users/sebov/following{/other_user}", "gists_url": "https://api....
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, d...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
14
2016-04-11T21:13:09Z
2019-10-28T17:44:13Z
null
NONE
null
Trying to investigate different subset of data frame's columns we get into trouble when 'duplicated' method is invoked for a data frame sliced to an empty subset of columns. ``` python ValueError Traceback (most recent call last) <ipython-input-672-9c619ea6d0ef> in <module>() 14 pr...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12869/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12869/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12870
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12870/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12870/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12870/events
https://github.com/pandas-dev/pandas/issues/12870
147,557,735
MDU6SXNzdWUxNDc1NTc3MzU=
12,870
read_excel with names keyword argument not working
{ "avatar_url": "https://avatars.githubusercontent.com/u/3696566?v=4", "events_url": "https://api.github.com/users/swkoh/events{/privacy}", "followers_url": "https://api.github.com/users/swkoh/followers", "following_url": "https://api.github.com/users/swkoh/following{/other_user}", "gists_url": "https://api.g...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e11d21", "default": false, "description": "Functionality that used ...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-11T21:17:18Z
2016-04-18T10:26:06Z
2016-04-16T01:44:27Z
NONE
null
With pandas 0.18, pd.read_excel() with name keyworkd does not work anymore. (pandas 0.17 works fine.) pandas 0.18 has a change to add names as a keyword argument in excel.py at line 76. #### Code Sample, a copy-pastable example if possible filename = 'test.xlsx' column_names = ['field1', 'field2'] df = pd.read_excel...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12870/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12870/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12871
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12871/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12871/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12871/events
https://github.com/pandas-dev/pandas/issues/12871
147,568,799
MDU6SXNzdWUxNDc1Njg3OTk=
12,871
Period Resampling Master Issue
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "eb6420", "default": false, "description": "Period data type", "id": 60635328, "name": "Period", "node_id": "MDU6TGFiZWw2MDYzNTMyOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Period" }, { "color": "207de5", "default": false, "description"...
closed
false
null
[]
null
11
2016-04-11T22:05:34Z
2020-05-11T02:08:31Z
2020-05-11T02:08:31Z
CONTRIBUTOR
null
Various issue surrounding resampling with a `PeriodIndex` - [x] #12884 Return PeriodIndex if possible - [x] #12770 recursion error on existing freq (#12874) - [x] #12774 count (#12874) - [x] #12868 empty PeriodIndex (#12874) - [x] #13212 empty dataframe (#13079) - [x] #11983 with Panels? - [ ] #7744 convention i...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12871/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12871/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12872
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12872/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12872/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12872/events
https://github.com/pandas-dev/pandas/issues/12872
147,576,548
MDU6SXNzdWUxNDc1NzY1NDg=
12,872
Large MultiIndex objects are not truncated when printing
{ "avatar_url": "https://avatars.githubusercontent.com/u/315810?v=4", "events_url": "https://api.github.com/users/mwaskom/events{/privacy}", "followers_url": "https://api.github.com/users/mwaskom/followers", "following_url": "https://api.github.com/users/mwaskom/following{/other_user}", "gists_url": "https://...
[ { "color": "ededed", "default": false, "description": "__repr__ of pandas objects, to_string", "id": 13101118, "name": "Output-Formatting", "node_id": "MDU6TGFiZWwxMzEwMTExOA==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting" }, { "color": "00980...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 2361, "created_at": "2015-02-26T19:29:05Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4", "events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}", "followers_url": "https://api.github.com/users/jorisva...
1
2016-04-11T22:44:54Z
2016-04-11T22:50:02Z
2016-04-11T22:48:57Z
CONTRIBUTOR
null
Most Pandas objects have some truncation applied with they are printed in the REPL. For example: ``` python In[3]: pd.Index(np.arange(200)) ``` ``` Out[3]: Int64Index([ 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, ... 190, 191, 192, 193, 194, 195, 196, 197, 198, 199], ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12872/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12872/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12873
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12873/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12873/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12873/events
https://github.com/pandas-dev/pandas/issues/12873
147,581,730
MDU6SXNzdWUxNDc1ODE3MzA=
12,873
items returned by itertuples do not act like namedtuples.
{ "avatar_url": "https://avatars.githubusercontent.com/u/295428?v=4", "events_url": "https://api.github.com/users/cswarth/events{/privacy}", "followers_url": "https://api.github.com/users/cswarth/followers", "following_url": "https://api.github.com/users/cswarth/following{/other_user}", "gists_url": "https://...
[ { "color": "02d7e1", "default": false, "description": "Concat, Merge/Join, Stack/Unstack, Explode", "id": 13098779, "name": "Reshaping", "node_id": "MDU6TGFiZWwxMzA5ODc3OQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping" }, { "color": "0052cc", "de...
closed
false
null
[]
null
4
2016-04-11T23:10:59Z
2017-06-09T06:47:55Z
2016-04-11T23:34:42Z
CONTRIBUTOR
null
I don't know if this is a doc bug, a code bug, or an expectation error on my part. The documentation of [itertuples](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.itertuples.html) says this function will "Iterate over DataFrame rows as namedtuples", but the resulting items are not namedtuple ...
{ "+1": 2, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 2, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12873/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12873/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12874
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12874/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12874/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12874/events
https://github.com/pandas-dev/pandas/pull/12874
147,600,984
MDExOlB1bGxSZXF1ZXN0NjYwODYwMTc=
12,874
PeriodIndex count & size fix
{ "avatar_url": "https://avatars.githubusercontent.com/u/5635139?v=4", "events_url": "https://api.github.com/users/max-sixty/events{/privacy}", "followers_url": "https://api.github.com/users/max-sixty/followers", "following_url": "https://api.github.com/users/max-sixty/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "eb6420", "default": false, "description": "Period data type", "...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
9
2016-04-12T00:57:13Z
2016-04-13T14:28:27Z
2016-04-13T01:12:57Z
CONTRIBUTOR
null
closes #12774 closes #12868 closes #12770 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry Initial attempt at fixing some of the more urgent issues
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12874/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12874/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12874.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12874", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12874.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12874" }
https://api.github.com/repos/pandas-dev/pandas/issues/12875
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12875/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12875/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12875/events
https://github.com/pandas-dev/pandas/pull/12875
147,618,165
MDExOlB1bGxSZXF1ZXN0NjYwOTM4MDQ=
12,875
_get_new_index always returns index in PeriodIndexResampler
{ "avatar_url": "https://avatars.githubusercontent.com/u/5635139?v=4", "events_url": "https://api.github.com/users/max-sixty/events{/privacy}", "followers_url": "https://api.github.com/users/max-sixty/followers", "following_url": "https://api.github.com/users/max-sixty/following{/other_user}", "gists_url": "h...
[ { "color": "207de5", "default": false, "description": "resample method", "id": 74975453, "name": "Resample", "node_id": "MDU6TGFiZWw3NDk3NTQ1Mw==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Resample" } ]
closed
false
null
[]
null
5
2016-04-12T02:55:50Z
2016-04-12T15:56:22Z
2016-04-12T15:56:22Z
CONTRIBUTOR
null
- [ ] closes #xxxx - [ ] tests added / passed - [ ] passes `git diff upstream/master | flake8 --diff` - [ ] whatsnew entry Cleans up a method that returned different types depending on the length of the index
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12875/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12875/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12875.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12875", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12875.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12875" }
https://api.github.com/repos/pandas-dev/pandas/issues/12876
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12876/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12876/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12876/events
https://github.com/pandas-dev/pandas/issues/12876
147,697,196
MDU6SXNzdWUxNDc2OTcxOTY=
12,876
Pandas IO to_sql extremely slow when checking for potentially case sensitivity issues
{ "avatar_url": "https://avatars.githubusercontent.com/u/3211163?v=4", "events_url": "https://api.github.com/users/RogerThomas/events{/privacy}", "followers_url": "https://api.github.com/users/RogerThomas/followers", "following_url": "https://api.github.com/users/RogerThomas/following{/other_user}", "gists_ur...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "5319e7", "default"...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
8
2016-04-12T09:55:44Z
2016-04-13T01:20:58Z
2016-04-13T01:20:58Z
NONE
null
This is related to #7815 Since this fix, when checking for case sensitivity issues for MySQL using InnoDB engine with large numbers of tables, Class SQLDatabase.to_sql can take a long time (I currently have ~30,000 tables and this call takes ~10 seconds). This is due to the 'SHOW FULL TABLES' call coming from SQLAlche...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12876/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12876/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12877
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12877/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12877/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12877/events
https://github.com/pandas-dev/pandas/issues/12877
147,700,653
MDU6SXNzdWUxNDc3MDA2NTM=
12,877
DataFrame of datetimes with NaT Comparison always evaluates to True
{ "avatar_url": "https://avatars.githubusercontent.com/u/6304370?v=4", "events_url": "https://api.github.com/users/antonymayi/events{/privacy}", "followers_url": "https://api.github.com/users/antonymayi/followers", "following_url": "https://api.github.com/users/antonymayi/following{/other_user}", "gists_url":...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "e102d8", "default": false, "description": "Unexpecte...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
10
2016-04-12T10:11:34Z
2016-04-12T13:04:16Z
2016-04-12T12:43:33Z
NONE
null
#### Code Sample ``` >>> import pandas as pd >>> from datetime import date >>> df=pd.DataFrame({'a': pd.Series([date(2016,1,1)], index=[date(2016,1,1)]), 'b': pd.Series([date(2016,1,3)], index=[date(2016,1,3)])}) >>> df a b 2016-01-01 2016-01-01 NaN 2016-01-03 NaN 2016-...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12877/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12877/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12878
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12878/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12878/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12878/events
https://github.com/pandas-dev/pandas/pull/12878
147,723,209
MDExOlB1bGxSZXF1ZXN0NjYxNDMzOTU=
12,878
BUG: json invoke default handler for unsupported numpy dtypes
{ "avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4", "events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}", "followers_url": "https://api.github.com/users/Komnomnomnom/followers", "following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}", "gists_...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "4E9A06", "default": false, "description": null, "id": 76812, ...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
6
2016-04-12T11:45:25Z
2016-04-27T14:29:01Z
2016-04-27T14:28:37Z
CONTRIBUTOR
null
- [x] closes #12554 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry - [x] valgrind clean - [ ] windows tests ok - [x] vbench ok Recommend to merge after #12802 has been accepted. (valgrind should be clean then)
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12878/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12878/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12878.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12878", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12878.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12878" }
https://api.github.com/repos/pandas-dev/pandas/issues/12879
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12879/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12879/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12879/events
https://github.com/pandas-dev/pandas/issues/12879
147,732,110
MDU6SXNzdWUxNDc3MzIxMTA=
12,879
DOC: OrderedDict example in groupby aggregation
{ "avatar_url": "https://avatars.githubusercontent.com/u/8282510?v=4", "events_url": "https://api.github.com/users/randomgambit/events{/privacy}", "followers_url": "https://api.github.com/users/randomgambit/followers", "following_url": "https://api.github.com/users/randomgambit/following{/other_user}", "gists...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "729FCF", "default": false, "description": null, "id": 233160...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
4
2016-04-12T12:12:41Z
2016-08-08T16:10:54Z
2016-08-08T16:10:54Z
NONE
null
Hello, It's me, again. ;-) I would like to submit to your attention another possible improvement your could implement. Let me start by saying that 90% of the time, data processing in my field involves some form of groupby at the time frequency, panel frequency, etc. So aggregating data efficiently is definitely so...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12879/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12879/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12880
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12880/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12880/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12880/events
https://github.com/pandas-dev/pandas/pull/12880
147,755,786
MDExOlB1bGxSZXF1ZXN0NjYxNTk2NjM=
12,880
PERF: Only do case sensitive check when not lower case
{ "avatar_url": "https://avatars.githubusercontent.com/u/3211163?v=4", "events_url": "https://api.github.com/users/RogerThomas/events{/privacy}", "followers_url": "https://api.github.com/users/RogerThomas/followers", "following_url": "https://api.github.com/users/RogerThomas/following{/other_user}", "gists_ur...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "5319e7", "default"...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-12T13:44:36Z
2016-04-13T01:21:02Z
2016-04-13T01:20:58Z
NONE
null
- [x] closes #12876 - [ ] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12880/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12880/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12880.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12880", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12880.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12880" }
https://api.github.com/repos/pandas-dev/pandas/issues/12881
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12881/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12881/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12881/events
https://github.com/pandas-dev/pandas/issues/12881
147,759,297
MDU6SXNzdWUxNDc3NTkyOTc=
12,881
BUG: .astype of Float64Index
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtyp...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-12T13:56:13Z
2016-04-18T17:22:25Z
2016-04-18T17:22:25Z
CONTRIBUTOR
null
xref #12866 ``` data = Index([u'0', u'1', u'2'], dtype='object') data.astype('float64').astype('int64') TypeError: Setting <class 'pandas.indexes.numeric.Float64Index'> dtype to anything other than float64 or object is not supported ``` this should work
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12881/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12881/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12882
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12882/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12882/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12882/events
https://github.com/pandas-dev/pandas/pull/12882
147,786,050
MDExOlB1bGxSZXF1ZXN0NjYxNzcxNDE=
12,882
BUG, DEP, DOC: Patch and Align Categorical's Sorting API
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "3465A4", "default": false, "description": null, "id": 134699, "name": "Docs", "node_id": "MDU6TGFiZWwxMzQ2OTk=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs" }, { "color": "e11d21", "default": false, "description": "Categorical Data Type...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
15
2016-04-12T15:24:01Z
2016-04-14T01:18:13Z
2016-04-14T01:17:55Z
MEMBER
null
Clarifies the meaning of 'sort' in the context of `Categorical` to mean 'organization' rather than 'order', as it is possible to call this method (as well as `sort_values`) when the `Categorical` is unordered. Also patches a bug in `Categorical.sort_values` in which `na_position` was not being respected when `ascendin...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12882/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12882/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12882.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12882", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12882.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12882" }
https://api.github.com/repos/pandas-dev/pandas/issues/12883
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12883/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12883/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12883/events
https://github.com/pandas-dev/pandas/issues/12883
147,874,014
MDU6SXNzdWUxNDc4NzQwMTQ=
12,883
BUG: resample on PeriodIndex with 'W' causes recursion
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "eb6420", "default": false, "description": "Period data type", "...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
3
2016-04-12T21:12:18Z
2016-04-12T21:34:45Z
2016-04-12T21:34:44Z
CONTRIBUTOR
null
``` In [32]: s = pd.Series(range(2), pd.period_range('1/1/1990', periods=2, freq='M')) In [33]: s Out[33]: 1990-01 0 1990-02 1 Freq: M, dtype: int64 In [34]: s.resample('W').asfreq() ```
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12883/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12883/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12884
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12884/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12884/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12884/events
https://github.com/pandas-dev/pandas/issues/12884
147,896,758
MDU6SXNzdWUxNDc4OTY3NTg=
12,884
ENH: PeriodIndex resampling redux
{ "avatar_url": "https://avatars.githubusercontent.com/u/5635139?v=4", "events_url": "https://api.github.com/users/max-sixty/events{/privacy}", "followers_url": "https://api.github.com/users/max-sixty/followers", "following_url": "https://api.github.com/users/max-sixty/following{/other_user}", "gists_url": "h...
[ { "color": "4E9A06", "default": false, "description": null, "id": 76812, "name": "Enhancement", "node_id": "MDU6TGFiZWw3NjgxMg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement" }, { "color": "eb6420", "default": false, "description": "Period d...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
1
2016-04-12T22:56:01Z
2021-04-23T05:04:34Z
null
CONTRIBUTOR
null
As discussed here: https://github.com/pydata/pandas/pull/12874, some ideas: - ~Only return `PeriodIndex`s when resampling `PeriodIndex`~ (#16153) - Don't use `convention` when doing simple upsampling & downsampling ('simple' meaning a one to many relationship between subperiods and superperiods) - Define how to hand...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12884/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12884/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12885
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12885/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12885/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12885/events
https://github.com/pandas-dev/pandas/issues/12885
147,910,118
MDU6SXNzdWUxNDc5MTAxMTg=
12,885
improving the speed of to_csv
{ "avatar_url": "https://avatars.githubusercontent.com/u/8282510?v=4", "events_url": "https://api.github.com/users/randomgambit/events{/privacy}", "followers_url": "https://api.github.com/users/randomgambit/followers", "following_url": "https://api.github.com/users/randomgambit/following{/other_user}", "gists...
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "5319e7", "default"...
closed
false
null
[]
null
16
2016-04-13T00:17:59Z
2019-08-05T22:28:02Z
2016-04-13T00:41:45Z
NONE
null
Hello, I dont know if that is possible, but it would great to find a way to speed up the `to_csv` method in Pandas. In my admittedly large dataframe with 20 million observations and 50 variables, it takes **literally hours** to export the data to a csv file. Reading the `csv` in Pandas is much faster though. I won...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12885/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12885/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12886
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12886/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12886/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12886/events
https://github.com/pandas-dev/pandas/issues/12886
147,916,209
MDU6SXNzdWUxNDc5MTYyMDk=
12,886
BUG: resample with empty DatetimeIndex/TimedeltaIndex buggy
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "AFEEEE", "default": false, "description": null, "id": 211840, "name": "Timeseries", "node_id": "MDU6TGFiZWwyMTE4NDA=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries" }, { "color": "207de5", "default": false, "description": "resample ...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-13T01:06:53Z
2016-05-21T15:24:43Z
2016-05-21T15:24:43Z
CONTRIBUTOR
null
xref `PeriodIndex` addressed in #12874 [here](https://github.com/pydata/pandas/commit/2ba977a917ac5c092378a2f172f59d53b14de968) is the reverted commit. Note this should be rolled in the `test_resample_empty` test itself
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12886/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12886/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12887
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12887/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12887/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12887/events
https://github.com/pandas-dev/pandas/issues/12887
147,928,290
MDU6SXNzdWUxNDc5MjgyOTA=
12,887
COMPAT: 0.18.0 scipy dev changes causing interpolation failures
{ "avatar_url": "https://avatars.githubusercontent.com/u/7530947?v=4", "events_url": "https://api.github.com/users/jmwoloso/events{/privacy}", "followers_url": "https://api.github.com/users/jmwoloso/followers", "following_url": "https://api.github.com/users/jmwoloso/following{/other_user}", "gists_url": "http...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "0052cc"...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
26
2016-04-13T02:21:20Z
2016-05-03T01:08:47Z
2016-05-03T01:08:47Z
NONE
null
#### Code Sample, a copy-pastable example if possible python -c 'import pandas;pandas.test()' #### Expected Output No errors/failures #### output of `pd.show_versions()` ``` INSTALLED VERSIONS ------------------ commit: None python: 3.4.3.final.0 python-bits: 64 OS: Linux OS-release: 3.19.0-32-generic machine: x86_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12887/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12887/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12888
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12888/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12888/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12888/events
https://github.com/pandas-dev/pandas/issues/12888
148,001,297
MDU6SXNzdWUxNDgwMDEyOTc=
12,888
Pandas plot method in connection with plt.fill_between causes Python to crash
{ "avatar_url": "https://avatars.githubusercontent.com/u/832380?v=4", "events_url": "https://api.github.com/users/bjonen/events{/privacy}", "followers_url": "https://api.github.com/users/bjonen/followers", "following_url": "https://api.github.com/users/bjonen/following{/other_user}", "gists_url": "https://api...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "AFEEEE", "default": false, "description": null, "id": 211840, ...
open
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2016-04-13T09:28:07Z
2021-04-23T05:05:13Z
null
CONTRIBUTOR
null
When creating a plot with two y-axis, I run into the following problem. When plotting using the pd.Series.plot() method on the first y-axis and then applying ax.fill_between() Python crashes. If I use fill_between on the primary y-axis also the problem disappears. #### Code Sample, a copy-pastable example if possible ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12888/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12888/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12889
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12889/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12889/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12889/events
https://github.com/pandas-dev/pandas/issues/12889
148,003,157
MDU6SXNzdWUxNDgwMDMxNTc=
12,889
pd.PeriodIndex is a lot slower since version 0.15.2
{ "avatar_url": "https://avatars.githubusercontent.com/u/4407787?v=4", "events_url": "https://api.github.com/users/rs2/events{/privacy}", "followers_url": "https://api.github.com/users/rs2/followers", "following_url": "https://api.github.com/users/rs2/following{/other_user}", "gists_url": "https://api.github....
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "eb6420", "default"...
closed
false
null
[]
null
4
2016-04-13T09:35:10Z
2016-04-14T14:06:25Z
2016-04-13T11:29:13Z
CONTRIBUTOR
null
`PeriodIndex` is one of the key methods used for time series analysis. Its performance has deteriorated significantly since `pandas` version 0.15.2. The code snippet below is easy to profile. ``` python --version & python -c "import pandas as pd; print('Pandas version', pd.__version__)" & python -m timeit "import pand...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12889/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12889/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12890
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12890/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12890/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12890/events
https://github.com/pandas-dev/pandas/issues/12890
148,058,844
MDU6SXNzdWUxNDgwNTg4NDQ=
12,890
The API to retrieve serie elements presents some inconsistencies
{ "avatar_url": "https://avatars.githubusercontent.com/u/2077159?v=4", "events_url": "https://api.github.com/users/sylvaticus/events{/privacy}", "followers_url": "https://api.github.com/users/sylvaticus/followers", "following_url": "https://api.github.com/users/sylvaticus/following{/other_user}", "gists_url":...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" } ]
closed
false
null
[]
null
3
2016-04-13T13:18:01Z
2016-04-13T15:34:39Z
2016-04-13T15:34:39Z
NONE
null
Hello, I personally feel there is a bit of mess in the way to select elements in a Series :-) The general idea is that .iloc and .loc have consistent behaviour for respectively demanding a position-based or a index(label)-based value, but are a bit slower than .ix and using directly [] which behaviour is not always co...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12890/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12890/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12891
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12891/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12891/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12891/events
https://github.com/pandas-dev/pandas/issues/12891
148,093,732
MDU6SXNzdWUxNDgwOTM3MzI=
12,891
API proposal: shoudn't the "index" property (and parameter) of a df renamed "rows" ?
{ "avatar_url": "https://avatars.githubusercontent.com/u/2077159?v=4", "events_url": "https://api.github.com/users/sylvaticus/events{/privacy}", "followers_url": "https://api.github.com/users/sylvaticus/followers", "following_url": "https://api.github.com/users/sylvaticus/following{/other_user}", "gists_url":...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" }, { "color": "AD7FA8", "default": false, "descript...
closed
false
null
[]
null
3
2016-04-13T15:13:55Z
2016-04-14T09:54:10Z
2016-04-13T15:36:36Z
NONE
null
Sorry to open a issue for such a minor thing.. in a DataFrame object, both the `columns` and `index` properties are actually `Index` objects. Wouldn't be cleaner to rename `index` as `rows` ? As you are working with n-dimensional panels, `rows` and `columns` could then be just convenient aliases for something like `ax...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12891/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12891/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12892
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12892/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12892/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12892/events
https://github.com/pandas-dev/pandas/issues/12892
148,112,512
MDU6SXNzdWUxNDgxMTI1MTI=
12,892
Floor division by zero result differs if index unaligned
{ "avatar_url": "https://avatars.githubusercontent.com/u/2783717?v=4", "events_url": "https://api.github.com/users/jcrist/events{/privacy}", "followers_url": "https://api.github.com/users/jcrist/followers", "following_url": "https://api.github.com/users/jcrist/following{/other_user}", "gists_url": "https://ap...
[ { "color": "d7e102", "default": false, "description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate", "id": 2822342, "name": "Missing-data", "node_id": "MDU6TGFiZWwyODIyMzQy", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data" }, { "color": "0052cc"...
closed
false
null
[]
null
4
2016-04-13T16:21:41Z
2016-04-13T18:19:48Z
2016-04-13T16:26:00Z
CONTRIBUTOR
null
Depending on if the indices of two series/dataframes are aligned, floor division by zero can result in either `NaN` or `inf`: ``` python In [68]: import pandas as pd In [69]: l = pd.Series([1, 2, 3], index=[1, 2, 3]) In [70]: r = pd.Series([1, 1, 0], index=[0, 2, 3]) In [71]: l // r # Unaligned indices Out[71]: ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12892/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12892/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12893
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12893/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12893/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12893/events
https://github.com/pandas-dev/pandas/issues/12893
148,122,496
MDU6SXNzdWUxNDgxMjI0OTY=
12,893
Related TypeErrors in multi-indexed DataFrame
{ "avatar_url": "https://avatars.githubusercontent.com/u/319411?v=4", "events_url": "https://api.github.com/users/mcwitt/events{/privacy}", "followers_url": "https://api.github.com/users/mcwitt/followers", "following_url": "https://api.github.com/users/mcwitt/following{/other_user}", "gists_url": "https://api...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "207de5", "default": false, "description": null, "id": 71268330,...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
1
2016-04-13T17:01:02Z
2016-04-20T01:00:30Z
2016-04-20T01:00:30Z
CONTRIBUTOR
null
## Code sample ``` python import pandas as pd import numpy as np foo = pd.DataFrame(np.arange(100).reshape((10,10))) bar = pd.DataFrame(np.arange(100).reshape((10,10))) df = pd.concat({ 'foo': foo.stack(), 'bar': bar.stack() }, axis=1) df.index.names = ['fizz','buzz'] ``` ## Output ``` python >...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12893/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12893/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12894
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12894/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12894/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12894/events
https://github.com/pandas-dev/pandas/issues/12894
148,131,366
MDU6SXNzdWUxNDgxMzEzNjY=
12,894
matching False to 0 in .ix
{ "avatar_url": "https://avatars.githubusercontent.com/u/586542?v=4", "events_url": "https://api.github.com/users/afotoglidis/events{/privacy}", "followers_url": "https://api.github.com/users/afotoglidis/followers", "following_url": "https://api.github.com/users/afotoglidis/following{/other_user}", "gists_url...
[ { "color": "0052cc", "default": false, "description": null, "id": 34444536, "name": "Usage Question", "node_id": "MDU6TGFiZWwzNDQ0NDUzNg==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question" } ]
closed
false
null
[]
null
4
2016-04-13T17:41:30Z
2016-04-17T18:54:05Z
2016-04-13T17:49:18Z
NONE
null
#### To reproduce follow steps below ``` python In [226]: df_test = pd.DataFrame(np.random.randn(5,5), columns=list('ABCDE')) In [227]: df_test Out[227]: A B C D E 0 0.609775 0.205708 -0.015081 2.096414 0.121245 1 1.223234 -1.299398 1.238649 0.216846 -0.789828 2 0.44...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12894/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12894/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12895
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12895/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12895/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12895/events
https://github.com/pandas-dev/pandas/pull/12895
148,187,314
MDExOlB1bGxSZXF1ZXN0NjYzOTQzNDA=
12,895
BUG: add names parameter to read_excel
{ "avatar_url": "https://avatars.githubusercontent.com/u/8815664?v=4", "events_url": "https://api.github.com/users/OXPHOS/events{/privacy}", "followers_url": "https://api.github.com/users/OXPHOS/followers", "following_url": "https://api.github.com/users/OXPHOS/following{/other_user}", "gists_url": "https://ap...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "bfe5bf", "default": false, "description": "read_excel, to_excel", ...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
5
2016-04-13T21:25:53Z
2016-04-16T01:44:35Z
2016-04-16T01:44:27Z
CONTRIBUTOR
null
- [x] closes #12870, xref #11874 - [x] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12895/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12895/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12895.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12895", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12895.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12895" }
https://api.github.com/repos/pandas-dev/pandas/issues/12896
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12896/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12896/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12896/events
https://github.com/pandas-dev/pandas/issues/12896
148,228,431
MDU6SXNzdWUxNDgyMjg0MzE=
12,896
Multiindex slicing df.loc[idx[dim1,dim2,dim3],:] not working right in some cases
{ "avatar_url": "https://avatars.githubusercontent.com/u/4257257?v=4", "events_url": "https://api.github.com/users/tntdynamight/events{/privacy}", "followers_url": "https://api.github.com/users/tntdynamight/followers", "following_url": "https://api.github.com/users/tntdynamight/following{/other_user}", "gists...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "0b02e1", "default": false, "description": "Related to indexing on s...
closed
false
null
[]
{ "closed_at": "2016-10-03T08:52:13Z", "closed_issues": 733, "created_at": "2016-03-11T21:24:45Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
8
2016-04-14T01:53:33Z
2016-05-14T12:04:34Z
2016-05-14T12:04:34Z
NONE
null
#### Code Sample, a copy-pastable example if possible ``` import pandas as pd import numpy as np np.random.seed(0) idx = pd.IndexSlice midx = pd.MultiIndex.from_product([['CS'], range(20), range(-1100, 6000)]) df = pd.DataFrame(np.random.randn(7100*20, 3), columns=['dat1', 'dat2', 'dat3'], index=midx) ``` #### Outpu...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12896/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12896/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12897
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12897/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12897/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12897/events
https://github.com/pandas-dev/pandas/issues/12897
148,237,645
MDU6SXNzdWUxNDgyMzc2NDU=
12,897
TST: remove ResourceWarnings
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "C4A000", "default": false, "description": "pandas testing functions or related to the test suite", "id": 127685, "name": "Testing", "node_id": "MDU6TGFiZWwxMjc2ODU=", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing" }, { "color": "06909A", "d...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
2
2016-04-14T03:02:53Z
2016-08-20T17:09:00Z
2016-08-20T17:09:00Z
CONTRIBUTOR
null
So just enabled `ResourceWarnings` to show up (these are only on PY3), see a sample run [here](https://travis-ci.org/pydata/pandas/jobs/122942984); they are only enabled on the 3.5-dev build (you can manually enable by setting `PANDAS_TESTING_MODE="deprecate"` These are unclosed filehandles mostly in the `read_csv` te...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12897/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12897/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12898
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12898/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12898/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12898/events
https://github.com/pandas-dev/pandas/issues/12898
148,296,232
MDU6SXNzdWUxNDgyOTYyMzI=
12,898
bugs when groupby/aggregate on columns with datetime64[ns, timezone]
{ "avatar_url": "https://avatars.githubusercontent.com/u/1304950?v=4", "events_url": "https://api.github.com/users/sdementen/events{/privacy}", "followers_url": "https://api.github.com/users/sdementen/followers", "following_url": "https://api.github.com/users/sdementen/following{/other_user}", "gists_url": "h...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": null, "closed_issues": 786, "created_at": "2015-01-13T10:53:19Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", ...
4
2016-04-14T09:00:28Z
2016-09-20T12:34:24Z
2016-09-20T12:34:24Z
CONTRIBUTOR
null
When aggregating a column with dtype datetime64[ns, timezone], pandas does not handle properly tz information. It looks like as if pandas was dropping the timezone info (ie doing its calculation on the UTC values) and then localizing the date to the original timezone,i.e. doing something like `column_with_UTC_dates_in_...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12898/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12898/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12899
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12899/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12899/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12899/events
https://github.com/pandas-dev/pandas/pull/12899
148,348,985
MDExOlB1bGxSZXF1ZXN0NjY0Nzc0NDc=
12,899
BUG: .astype() of a Float64Index to a Int64Index
{ "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jreback/followers", "following_url": "https://api.github.com/users/jreback/following{/other_user}", "gists_url": "https://...
[ { "color": "0b02e1", "default": false, "description": "Related to indexing on series/frames, not to indexes themselves", "id": 2822098, "name": "Indexing", "node_id": "MDU6TGFiZWwyODIyMDk4", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing" }, { "color": "e1...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
4
2016-04-14T12:43:33Z
2016-04-18T17:22:25Z
2016-04-18T17:22:25Z
CONTRIBUTOR
null
closes #12881 closes #12866 xref #12309
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12899/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12899/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12899.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12899", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12899.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12899" }
https://api.github.com/repos/pandas-dev/pandas/issues/12900
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12900/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12900/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12900/events
https://github.com/pandas-dev/pandas/pull/12900
148,437,365
MDExOlB1bGxSZXF1ZXN0NjY1MjY3MzU=
12,900
Allow parsing in skipped row for C engine
{ "avatar_url": "https://avatars.githubusercontent.com/u/9273653?v=4", "events_url": "https://api.github.com/users/gfyoung/events{/privacy}", "followers_url": "https://api.github.com/users/gfyoung/followers", "following_url": "https://api.github.com/users/gfyoung/following{/other_user}", "gists_url": "https:/...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "5319e7", "default": false, "description": "read_csv, to_csv", "...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
28
2016-04-14T17:55:52Z
2016-04-22T15:24:41Z
2016-04-22T15:20:13Z
MEMBER
null
Changes behaviour of C engine parser so that parsing is done on skipped rows so that they are properly skipped. Closes #10911. Closes #12775.
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12900/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12900/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12900.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12900", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12900.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12900" }
https://api.github.com/repos/pandas-dev/pandas/issues/12901
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12901/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12901/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12901/events
https://github.com/pandas-dev/pandas/pull/12901
148,474,474
MDExOlB1bGxSZXF1ZXN0NjY1NDkxNjE=
12,901
Fix ndarray allany
{ "avatar_url": "https://avatars.githubusercontent.com/u/17328330?v=4", "events_url": "https://api.github.com/users/artheist/events{/privacy}", "followers_url": "https://api.github.com/users/artheist/followers", "following_url": "https://api.github.com/users/artheist/following{/other_user}", "gists_url": "htt...
[ { "color": "e102d8", "default": false, "description": "Unexpected or buggy dtype conversions", "id": 31404521, "name": "Dtype Conversions", "node_id": "MDU6TGFiZWwzMTQwNDUyMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions" }, { "color": "005...
closed
false
null
[]
null
7
2016-04-14T20:33:43Z
2016-12-26T21:49:37Z
2016-12-26T21:49:37Z
NONE
null
- [x] closes #12863 - [ ] tests added / passed - [x] passes `git diff upstream/master | flake8 --diff` - [x] whatsnew entry
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12901/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12901/timeline
null
0
{ "diff_url": "https://github.com/pandas-dev/pandas/pull/12901.diff", "html_url": "https://github.com/pandas-dev/pandas/pull/12901", "merged_at": null, "patch_url": "https://github.com/pandas-dev/pandas/pull/12901.patch", "url": "https://api.github.com/repos/pandas-dev/pandas/pulls/12901" }
https://api.github.com/repos/pandas-dev/pandas/issues/12902
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12902/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12902/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12902/events
https://github.com/pandas-dev/pandas/issues/12902
148,499,193
MDU6SXNzdWUxNDg0OTkxOTM=
12,902
BUG: Complex types are coerced to float when summing along level of MultiIndex
{ "avatar_url": "https://avatars.githubusercontent.com/u/1251492?v=4", "events_url": "https://api.github.com/users/elinoreroebber/events{/privacy}", "followers_url": "https://api.github.com/users/elinoreroebber/followers", "following_url": "https://api.github.com/users/elinoreroebber/following{/other_user}", ...
[ { "color": "e10c02", "default": false, "description": null, "id": 76811, "name": "Bug", "node_id": "MDU6TGFiZWw3NjgxMQ==", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug" }, { "color": "729FCF", "default": false, "description": null, "id": 233160, ...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
2
2016-04-14T22:21:21Z
2016-04-18T17:10:08Z
2016-04-18T17:10:08Z
NONE
null
When trying to sum complex numbers along one level of a MultiIndex, I get a `ComplexWarning` and the resulting datatypes are `float64` with imaginary components discarded. Summing without specifying the level or by unstacking the MultiIndex works as expected. Based on the error message, I assume that groupby is bei...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12902/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12902/timeline
null
null
null
https://api.github.com/repos/pandas-dev/pandas/issues/12903
https://api.github.com/repos/pandas-dev/pandas
https://api.github.com/repos/pandas-dev/pandas/issues/12903/labels{/name}
https://api.github.com/repos/pandas-dev/pandas/issues/12903/comments
https://api.github.com/repos/pandas-dev/pandas/issues/12903/events
https://github.com/pandas-dev/pandas/issues/12903
148,635,980
MDU6SXNzdWUxNDg2MzU5ODA=
12,903
Import statements in period.pyx significantly impact performance
{ "avatar_url": "https://avatars.githubusercontent.com/u/4407787?v=4", "events_url": "https://api.github.com/users/rs2/events{/privacy}", "followers_url": "https://api.github.com/users/rs2/followers", "following_url": "https://api.github.com/users/rs2/following{/other_user}", "gists_url": "https://api.github....
[ { "color": "a10c02", "default": false, "description": "Memory or execution speed performance", "id": 8935311, "name": "Performance", "node_id": "MDU6TGFiZWw4OTM1MzEx", "url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance" }, { "color": "eb6420", "default"...
closed
false
null
[]
{ "closed_at": "2016-05-05T00:34:40Z", "closed_issues": 306, "created_at": "2016-02-08T15:29:59Z", "creator": { "avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4", "events_url": "https://api.github.com/users/jreback/events{/privacy}", "followers_url": "https://api.github.com/users/jr...
4
2016-04-15T11:34:14Z
2016-04-26T19:21:19Z
2016-04-26T19:21:19Z
CONTRIBUTOR
null
The following imports in pandas/src/period.pyx significantly impact performance when dealing with multiple Period objects. A quick win, guys. ``` cython def __init__(self, value=None, freq=None, ordinal=None, year=None, month=1, quarter=None, day=1, hour=0, minute=0, second=0): ...
{ "+1": 0, "-1": 0, "confused": 0, "eyes": 0, "heart": 0, "hooray": 0, "laugh": 0, "rocket": 0, "total_count": 0, "url": "https://api.github.com/repos/pandas-dev/pandas/issues/12903/reactions" }
https://api.github.com/repos/pandas-dev/pandas/issues/12903/timeline
null
null
null