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/10703 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10703/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10703/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10703/events | https://github.com/pandas-dev/pandas/pull/10703 | 98,157,572 | MDExOlB1bGxSZXF1ZXN0NDEyMjc3Mjk= | 10,703 | BUG: Bug in Index construction with a mixed list of tuples #10697) | {
"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... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-07-30T12:25:15Z | 2015-07-30T14:36:19Z | 2015-07-30T14:36:19Z | CONTRIBUTOR | null | closes #10697
| {
"+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/10703/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10703/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10703.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10703",
"merged_at": "2015-07-30T14:36:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10703.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10703"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10704 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10704/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10704/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10704/events | https://github.com/pandas-dev/pandas/issues/10704 | 98,179,797 | MDU6SXNzdWU5ODE3OTc5Nw== | 10,704 | API: value_counts on a Categorical Series should have a CategoricalIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"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": "e11d21",
"default": false,
"description": "C... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-07-30T14:12:21Z | 2015-08-04T17:38:52Z | 2015-08-04T17:38:52Z | CONTRIBUTOR | null | Thoughts on this?
``` python
In [8]: import pandas.util.testing as tm
In [9]: s = pd.Series(tm.makeCategoricalIndex(k=100))
In [10]: s.value_counts()
Out[10]:
vcKH 40
vXR9 31
Zn8J 29
dtype: int64
In [11]: s.value_counts().index
Out[11]: Index(['vcKH', 'vXR9', 'Zn8J'], dtype='object')
```
Now that we have ... | {
"+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/10704/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10704/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10705 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10705/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10705/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10705/events | https://github.com/pandas-dev/pandas/pull/10705 | 98,214,032 | MDExOlB1bGxSZXF1ZXN0NDEyNTU3ODY= | 10,705 | ENH: Index optional pivot | {
"avatar_url": "https://avatars.githubusercontent.com/u/296164?v=4",
"events_url": "https://api.github.com/users/jseabold/events{/privacy}",
"followers_url": "https://api.github.com/users/jseabold/followers",
"following_url": "https://api.github.com/users/jseabold/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": "AD7FA8",
"de... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-07-30T16:45:26Z | 2015-07-31T18:14:04Z | 2015-07-31T11:14:36Z | CONTRIBUTOR | null | Closes #3962.
| {
"+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/10705/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10705/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10705.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10705",
"merged_at": "2015-07-31T11:14:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10705.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10705"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10706 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10706/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10706/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10706/events | https://github.com/pandas-dev/pandas/pull/10706 | 98,228,798 | MDExOlB1bGxSZXF1ZXN0NDEyNjM4ODg= | 10,706 | adding plotly to ecosystem | {
"avatar_url": "https://avatars.githubusercontent.com/u/5034604?v=4",
"events_url": "https://api.github.com/users/msund/events{/privacy}",
"followers_url": "https://api.github.com/users/msund/followers",
"following_url": "https://api.github.com/users/msund/following{/other_user}",
"gists_url": "https://api.g... | [
{
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-07-30T18:08:28Z | 2015-07-31T23:48:38Z | 2015-07-30T21:19:39Z | CONTRIBUTOR | null | {
"+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/10706/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10706/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10706.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10706",
"merged_at": "2015-07-30T21:19:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10706.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10706"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10707 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10707/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10707/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10707/events | https://github.com/pandas-dev/pandas/issues/10707 | 98,238,845 | MDU6SXNzdWU5ODIzODg0NQ== | 10,707 | Export and import dataframe with tuples headers | {
"avatar_url": "https://avatars.githubusercontent.com/u/4437159?v=4",
"events_url": "https://api.github.com/users/Alexis-benoist/events{/privacy}",
"followers_url": "https://api.github.com/users/Alexis-benoist/followers",
"following_url": "https://api.github.com/users/Alexis-benoist/following{/other_user}",
... | [
{
"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 | 6 | 2015-07-30T18:58:10Z | 2015-07-30T20:56:50Z | 2015-07-30T19:04:36Z | NONE | null | Hello,
I have another issue with tuples. If you export and import a DataFrame to csv the tuples headers are transformed to string.
Here is an example of test:
``` python
import pandas as pd
from StringIO import StringIO
df_out = pd.DataFrame()
df_out['A'] = ['foo']
df_out['B', 1] = ['bar']
sio_out = StringIO()
df_ou... | {
"+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/10707/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10707/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10708 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10708/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10708/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10708/events | https://github.com/pandas-dev/pandas/issues/10708 | 98,261,416 | MDU6SXNzdWU5ODI2MTQxNg== | 10,708 | Output from get_dummies() should default to np.int8 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8753876?v=4",
"events_url": "https://api.github.com/users/johne13/events{/privacy}",
"followers_url": "https://api.github.com/users/johne13/followers",
"following_url": "https://api.github.com/users/johne13/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": "02d7e1",
"default": false,
"description": "Concat, ... | 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 | 2015-07-30T20:49:22Z | 2017-09-10T14:08:40Z | 2017-09-10T14:08:32Z | NONE | null | The output columns from `get_dummies()` are binary by nature, changing this default from float64 to int8 would save 7 bytes per dummy.
```
df=pd.DataFrame({ 'x':[1,2,3] })
pd.get_dummies(df.x)
```
| {
"+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/10708/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10708/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10709 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10709/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10709/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10709/events | https://github.com/pandas-dev/pandas/pull/10709 | 98,317,192 | MDExOlB1bGxSZXF1ZXN0NDEzMDc2Njg= | 10,709 | added axvlines_color parameter to parallel_coordinates | {
"avatar_url": "https://avatars.githubusercontent.com/u/1635907?v=4",
"events_url": "https://api.github.com/users/undertherain/events{/privacy}",
"followers_url": "https://api.github.com/users/undertherain/followers",
"following_url": "https://api.github.com/users/undertherain/following{/other_user}",
"gists... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"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 | 2015-07-31T05:04:05Z | 2015-11-13T17:13:48Z | 2015-11-13T17:13:47Z | CONTRIBUTOR | null | parallel_coordinates are in pandas.tools.plotting
'black' color was hard-coded for vertical lines, I suggest to make it an option
| {
"+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/10709/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10709/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10709.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10709",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10709.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10709"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10710 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10710/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10710/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10710/events | https://github.com/pandas-dev/pandas/issues/10710 | 98,331,168 | MDU6SXNzdWU5ODMzMTE2OA== | 10,710 | Indexing a multi-index does not respect order of list indexer | {
"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": "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": "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... | 6 | 2015-07-31T07:16:36Z | 2021-05-10T21:45:32Z | 2021-05-10T21:45:32Z | MEMBER | null | ```
In [40]: cols = pd.MultiIndex.from_product([['A', 'B', 'C'],[1,2]])
In [41]: df = pd.DataFrame(np.random.randn(5,6), columns=cols)
In [42]: df.loc[:, ['B', 'A']]
Out[42]:
A B
1 2 1 2
0 -0.990868 1.577803 1.023247 -0.423165
1 -1.180170 1.236143 -1.48... | {
"+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/10710/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10710/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10711 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10711/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10711/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10711/events | https://github.com/pandas-dev/pandas/issues/10711 | 98,369,120 | MDU6SXNzdWU5ODM2OTEyMA== | 10,711 | DEPR: irow, icol, iget_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": "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": "53... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-07-31T11:03:02Z | 2015-08-02T17:07:09Z | 2015-08-02T17:07:09Z | CONTRIBUTOR | null | I thought had done this quite a while ago. I guess should show a deprecation warning, then remove in maybe next version. These have long been deprecated in the [docs](http://pandas.pydata.org/pandas-docs/stable/indexing.html#deprecations), but should actually be deprecated in calls (and of course removed from the test ... | {
"+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/10711/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10711/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10712 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10712/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10712/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10712/events | https://github.com/pandas-dev/pandas/issues/10712 | 98,417,470 | MDU6SXNzdWU5ODQxNzQ3MA== | 10,712 | BUG: Series.dt ops reset 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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2016-03-12T16:19:08Z",
"closed_issues": 469,
"created_at": "2015-07-19T20:18: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... | 0 | 2015-07-31T15:50:00Z | 2016-02-27T15:09:04Z | 2016-02-27T15:09:04Z | MEMBER | null | `DatetimeIndex.tz_localize` preserves name.
```
import pandas as pd
idx = pd.date_range('2011-01-01', periods=5, freq='M', name='x')
idx
# DatetimeIndex(['2011-01-31', '2011-02-28', '2011-03-31', '2011-04-30', '2011-05-31'],
# dtype='datetime64[ns]', name=u'x', freq='M', tz=None)
idx.tz_localize('US/East... | {
"+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/10712/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10712/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10713 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10713/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10713/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10713/events | https://github.com/pandas-dev/pandas/issues/10713 | 98,418,455 | MDU6SXNzdWU5ODQxODQ1NQ== | 10,713 | BUG/API: Categorical doesn't support categories with tz | {
"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": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-07-31T15:54:00Z | 2015-08-08T19:43:55Z | 2015-08-08T19:43:55Z | MEMBER | null | Creating `Categorical` from `DatetimeIndex` with tz results in GMT.
```
import pandas as pd
idx = pd.date_range('2011-01-01', periods=5, freq='M', tz='US/Eastern')
idx
# DatetimeIndex(['2011-01-31 00:00:00-05:00', '2011-02-28 00:00:00-05:00',
# '2011-03-31 00:00:00-04:00', '2011-04-30 00:00:00-04:00',
#... | {
"+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/10713/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10713/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10714 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10714/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10714/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10714/events | https://github.com/pandas-dev/pandas/pull/10714 | 98,489,815 | MDExOlB1bGxSZXF1ZXN0NDEzOTA5MDQ= | 10,714 | updating account info | {
"avatar_url": "https://avatars.githubusercontent.com/u/5034604?v=4",
"events_url": "https://api.github.com/users/msund/events{/privacy}",
"followers_url": "https://api.github.com/users/msund/followers",
"following_url": "https://api.github.com/users/msund/following{/other_user}",
"gists_url": "https://api.g... | [
{
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-07-31T23:45:51Z | 2015-08-07T22:54:09Z | 2015-07-31T23:48:23Z | CONTRIBUTOR | null | {
"+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/10714/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10714/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10714.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10714",
"merged_at": "2015-07-31T23:48:23Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10714.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10714"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10715 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10715/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10715/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10715/events | https://github.com/pandas-dev/pandas/issues/10715 | 98,492,684 | MDU6SXNzdWU5ODQ5MjY4NA== | 10,715 | DOC: limit error traceback to one line for expected exceptions | {
"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"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved... | 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",
... | 3 | 2015-08-01T00:25:57Z | 2019-10-21T19:52:15Z | null | MEMBER | null | xref https://github.com/pydata/pandas/pull/10674#issuecomment-126837519
When using `:okexcept:`, limit the traceback to one line (or as a separate option + try to push to ipython upstream afterwards)
| {
"+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/10715/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10715/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10716 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10716/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10716/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10716/events | https://github.com/pandas-dev/pandas/pull/10716 | 98,498,248 | MDExOlB1bGxSZXF1ZXN0NDEzOTQzMjM= | 10,716 | BUG: Series.align with MultiIndex may be inverted | {
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-01T01:56:20Z | 2015-08-18T11:22:55Z | 2015-08-18T10:51:57Z | MEMBER | null | Closes #10665. Closes #10741.
I'm adding some more tests for `Index.join`, and found a skeptic behavior.
For `right` join, all levels / labels of right side remains (OK).
```
import pandas as pd
midx = pd.MultiIndex.from_product([[0, 1], [0, 1, 2]], names=['a', 'b'])
idx = pd.Index([1, 2 ,3], name='b')
idx.join(mid... | {
"+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/10716/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10716/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10716.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10716",
"merged_at": "2015-08-18T10:51:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10716.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10716"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10717 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10717/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10717/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10717/events | https://github.com/pandas-dev/pandas/pull/10717 | 98,528,449 | MDExOlB1bGxSZXF1ZXN0NDE0MDAxNjc= | 10,717 | CLN: plotting cleanups for groupby plotting | {
"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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "207de5",
"default": false,
"description": nul... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-01T10:52:31Z | 2015-08-31T13:54:03Z | 2015-08-31T13:53:59Z | MEMBER | null | Related to #8018. Because it touches lots of codes, I've split some cleanups required for #8018 which does NOT changes current functionality.
| {
"+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/10717/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10717/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10717.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10717",
"merged_at": "2015-08-31T13:53:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10717.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10717"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10718 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10718/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10718/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10718/events | https://github.com/pandas-dev/pandas/pull/10718 | 98,541,976 | MDExOlB1bGxSZXF1ZXN0NDE0MDI2NjA= | 10,718 | BUG: Categorical doesn't show tzinfo properly | {
"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": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-01T14:48:50Z | 2015-08-08T19:44:00Z | 2015-08-08T19:43:55Z | MEMBER | null | Closes #10713.
- [x] Check timedelta
- [x] Refactor not to import `DatetimeIndex` and `PeriodIndex` if possible.
- [x] Fix `categories` line break location
- [x] Check `Categorical` `Series` formatting
- [x] Check `Categorical` `DataFrame` formatting
- [x] Fix `CategoricalIndex` formatting
## CategoricalIndex problem... | {
"+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/10718/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10718/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10718.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10718",
"merged_at": "2015-08-08T19:43:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10718.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10718"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10719 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10719/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10719/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10719/events | https://github.com/pandas-dev/pandas/pull/10719 | 98,546,522 | MDExOlB1bGxSZXF1ZXN0NDE0MDM1MTQ= | 10,719 | DEPR: deprecate irow,icol,iget_value,iget in Series/DataFrame, #10711 | {
"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": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-01T15:57:29Z | 2015-08-02T21:17:47Z | 2015-08-02T17:07:09Z | CONTRIBUTOR | null | closes #10711
| {
"+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/10719/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10719/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10719.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10719",
"merged_at": "2015-08-02T17:07:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10719.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10719"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10720 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10720/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10720/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10720/events | https://github.com/pandas-dev/pandas/issues/10720 | 98,546,859 | MDU6SXNzdWU5ODU0Njg1OQ== | 10,720 | DOC/ERR: better error message on unsuccessful datetime parsing | {
"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": "AFEEEE",
"default": false,
"description": null,
... | open | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/16845495?v=4",
"events_url": "https://api.github.com/users/baevpetr/events{/privacy}",
"followers_url": "https://api.github.com/users/baevpetr/followers",
"following_url": "https://api.github.com/users/baevpetr/following{/other_user}",
"gists_url": "htt... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/16845495?v=4",
"events_url": "https://api.github.com/users/baevpetr/events{/privacy}",
"followers_url": "https://api.github.com/users/baevpetr/followers",
"following_url": "https://api.github.com/users/baevpetr/following{/other_user}",
"gi... | {
"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 | 2015-08-01T16:01:55Z | 2020-07-02T09:26:32Z | null | CONTRIBUTOR | null | exceptions that are raised on unsuccessful datetime/timedelta parsing should add this:
`you can coerce to NaT by passing errors='coerce'`
comment at the end: https://github.com/pydata/pandas/pull/10674
| {
"+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/10720/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10720/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10721 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10721/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10721/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10721/events | https://github.com/pandas-dev/pandas/pull/10721 | 98,560,437 | MDExOlB1bGxSZXF1ZXN0NDE0MDc1OTk= | 10,721 | Clarify docstring: Series.sort_index() creates new instance (rather than sorting in-place) | {
"avatar_url": "https://avatars.githubusercontent.com/u/2692805?v=4",
"events_url": "https://api.github.com/users/maxalbert/events{/privacy}",
"followers_url": "https://api.github.com/users/maxalbert/followers",
"following_url": "https://api.github.com/users/maxalbert/following{/other_user}",
"gists_url": "h... | [] | closed | false | null | [] | null | 3 | 2015-08-01T20:42:22Z | 2015-08-01T21:14:03Z | 2015-08-01T21:00:21Z | CONTRIBUTOR | null | {
"+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/10721/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10721/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10721.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10721",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10721.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10721"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10722 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10722/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10722/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10722/events | https://github.com/pandas-dev/pandas/issues/10722 | 98,560,781 | MDU6SXNzdWU5ODU2MDc4MQ== | 10,722 | "value is trying to be set on a copy of a slice from a DataFrame" errors? | {
"avatar_url": "https://avatars.githubusercontent.com/u/9683693?v=4",
"events_url": "https://api.github.com/users/nickeubank/events{/privacy}",
"followers_url": "https://api.github.com/users/nickeubank/followers",
"following_url": "https://api.github.com/users/nickeubank/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"
},
{
"color": "00... | closed | false | null | [] | null | 7 | 2015-08-01T20:49:57Z | 2015-08-01T21:38:33Z | 2015-08-01T21:12:42Z | CONTRIBUTOR | null | I'm (consistently) getting a `value is trying to be set on a copy of a slice...` error on the following bit of code, and can't figure out why:
```
i['gender'] = i.gender.replace({'male':'m', 'female':'f'})
```
The full error:
```
See the the caveats in the documentation: http://pandas.pydata.org/pandas-docs/stable/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/10722/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10722/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10723 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10723/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10723/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10723/events | https://github.com/pandas-dev/pandas/pull/10723 | 98,604,288 | MDExOlB1bGxSZXF1ZXN0NDE0MTY1MzI= | 10,723 | BUG: concat of Series w/o names #10698 | {
"avatar_url": "https://avatars.githubusercontent.com/u/4025968?v=4",
"events_url": "https://api.github.com/users/IamGianluca/events{/privacy}",
"followers_url": "https://api.github.com/users/IamGianluca/followers",
"following_url": "https://api.github.com/users/IamGianluca/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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... | 18 | 2015-08-02T11:42:29Z | 2015-09-02T11:54:22Z | 2015-09-02T11:54:14Z | CONTRIBUTOR | null | closes #10698
Let the result of 'concat' to inherit the parent Series' names. The Series' name (if present) will be used as the resulting DataFrame column name. When only one of the Series has a valid name, the resulting DataFrame will inherit the name only, and use a column name for the other columns the column inde... | {
"+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/10723/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10723/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10723.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10723",
"merged_at": "2015-09-02T11:54:14Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10723.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10723"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10724 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10724/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10724/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10724/events | https://github.com/pandas-dev/pandas/pull/10724 | 98,605,407 | MDExOlB1bGxSZXF1ZXN0NDE0MTY4MjI= | 10,724 | BUG: pd.unique should respect datetime64 and timedelta64 dtypes (GH9431) | {
"avatar_url": "https://avatars.githubusercontent.com/u/6031088?v=4",
"events_url": "https://api.github.com/users/ajcr/events{/privacy}",
"followers_url": "https://api.github.com/users/ajcr/followers",
"following_url": "https://api.github.com/users/ajcr/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-02T12:05:21Z | 2015-08-04T17:58:00Z | 2015-08-03T22:03:11Z | CONTRIBUTOR | null | To fix [GH9431](https://github.com/pydata/pandas/issues/9431).
Previously `pd.unique` would return an array of `object` dtype when passed a 1D array, Series or Index with a `datetime64` or `timedelta64` dtype. This PR should remedy that behaviour.
| {
"+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/10724/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10724/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10724.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10724",
"merged_at": "2015-08-03T22:03:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10724.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10724"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10725 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10725/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10725/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10725/events | https://github.com/pandas-dev/pandas/issues/10725 | 98,612,692 | MDU6SXNzdWU5ODYxMjY5Mg== | 10,725 | COMPAT: see if we can use EnumCol to store Categoricals in HDFStore | {
"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": "5319e7",
"default": false,
"description": "read_hdf... | 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 | 2015-08-02T14:25:47Z | 2021-04-18T23:08:00Z | null | CONTRIBUTOR | null | http://www.pytables.org/usersguide/libref/declarative_classes.html#the-atom-class-and-its-descendants
- would have to ensure back-compat reading.
- `order` property would have to be retained in column meta data (IIRC this is how its done now)
| {
"+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/10725/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10725/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10726 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10726/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10726/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10726/events | https://github.com/pandas-dev/pandas/pull/10726 | 98,622,048 | MDExOlB1bGxSZXF1ZXN0NDE0MjA4MTQ= | 10,726 | API/WIP: .sorted | {
"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": "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 | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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... | 60 | 2015-08-02T17:00:55Z | 2015-08-22T20:23:48Z | 2015-08-21T14:02:20Z | CONTRIBUTOR | null | closes #9816
closes #8239
```
Changes to sorting API
^^^^^^^^^^^^^^^^^^^^^^
The sorting API has had some longtime inconsistencies. (:issue:`9816`,:issue:`8239`).
Here is a summary of the **prior** to 0.17.0 API
- ``Series.sort`` is **INPLACE** while ``DataFrame.sort`` returns a new object.
- ``Series.order`` retur... | {
"+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/10726/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10726/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10726.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10726",
"merged_at": "2015-08-21T14:02:20Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10726.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10726"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10727 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10727/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10727/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10727/events | https://github.com/pandas-dev/pandas/pull/10727 | 98,640,300 | MDExOlB1bGxSZXF1ZXN0NDE0MjUzNjA= | 10,727 | DOC: limit error traceback to one line for expected exceptions (GH10715) | {
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-02T21:58:32Z | 2015-09-06T08:52:00Z | 2015-08-21T07:33:44Z | MEMBER | null | Closes #10715
This gives you an output like
```
In [4]: s = pd.Series([1,3,5,np.nan,6,8])
In [5]: s.iloc[11]
---------------------------------------------------------------------------
IndexError: single positional indexer is out-of-bounds
```
for input
```
.. ipython:: python
:okexcept:
s = pd.Series([1,3,... | {
"+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/10727/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10727/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10727.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10727",
"merged_at": "2015-08-21T07:33:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10727.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10727"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10728 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10728/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10728/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10728/events | https://github.com/pandas-dev/pandas/issues/10728 | 98,647,481 | MDU6SXNzdWU5ODY0NzQ4MQ== | 10,728 | read_csv last whitespace line not ignored when skip_blank_lines=True | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-03T00:09:22Z | 2015-08-17T11:10:19Z | 2015-08-17T11:10:19Z | CONTRIBUTOR | null | ```
data = "1,2,3\n4,5,6\n "
print(pandas.read_csv(pandas.compat.StringIO(data), skip_blank_lines=True))
1 2 3
0 4 5 6
1 NaN NaN NaN
```
| {
"+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/10728/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10728/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10729 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10729/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10729/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10729/events | https://github.com/pandas-dev/pandas/pull/10729 | 98,657,836 | MDExOlB1bGxSZXF1ZXN0NDE0MzA3MDc= | 10,729 | API: CategoricalIndex for value_counts | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"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": "e11d21",
"default": false,
"description": "C... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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... | 7 | 2015-08-03T02:26:59Z | 2015-08-18T12:44:38Z | 2015-08-04T17:38:52Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/10704
Changes `Categorical.value_counts` to return
a Series with a CategoricalIndex. Previously
the Series and an Index.
Just some random observations on the convenience of working with categoricals:
The code here could be simplified if
1. `Categorical.categories` was al... | {
"+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/10729/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10729/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10729.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10729",
"merged_at": "2015-08-04T17:38:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10729.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10729"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10730 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10730/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10730/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10730/events | https://github.com/pandas-dev/pandas/issues/10730 | 98,687,322 | MDU6SXNzdWU5ODY4NzMyMg== | 10,730 | Add inplace option to DataFrame.update() | {
"avatar_url": "https://avatars.githubusercontent.com/u/338235?v=4",
"events_url": "https://api.github.com/users/dov/events{/privacy}",
"followers_url": "https://api.github.com/users/dov/followers",
"following_url": "https://api.github.com/users/dov/following{/other_user}",
"gists_url": "https://api.github.c... | [
{
"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, ... | 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",
... | 7 | 2015-08-03T07:28:59Z | 2021-10-29T02:17:14Z | null | NONE | null | Currently `DataFrame.update()` modifies the dataframe in place. I feel this is not symmetric to how most other methods work, e.g. `set_index()`, that returns a new `DataFrame`. It is probably too late to change this default behavior (isi it?), but if at the very least an `inplace` option was added (with default value `... | {
"+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/10730/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10730/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10731 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10731/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10731/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10731/events | https://github.com/pandas-dev/pandas/pull/10731 | 98,720,618 | MDExOlB1bGxSZXF1ZXN0NDE0NTY0MDg= | 10,731 | TST: better testing for io/data | {
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-03T11:08:13Z | 2015-08-03T12:09:19Z | 2015-08-03T12:09:19Z | CONTRIBUTOR | null | {
"+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/10731/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10731/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10731.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10731",
"merged_at": "2015-08-03T12:09:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10731.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10731"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10732 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10732/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10732/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10732/events | https://github.com/pandas-dev/pandas/issues/10732 | 98,726,501 | MDU6SXNzdWU5ODcyNjUwMQ== | 10,732 | DataFrame msgpack objects written from linux cannot be read on windows | {
"avatar_url": "https://avatars.githubusercontent.com/u/849427?v=4",
"events_url": "https://api.github.com/users/ruidc/events{/privacy}",
"followers_url": "https://api.github.com/users/ruidc/followers",
"following_url": "https://api.github.com/users/ruidc/following{/other_user}",
"gists_url": "https://api.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"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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... | 14 | 2015-08-03T11:49:00Z | 2015-08-04T11:47:19Z | 2015-08-04T11:47:19Z | CONTRIBUTOR | null | eg. on linux:
```
df2 = pandas.DataFrame([['100']], index=[1], columns=['v'])
df2.to_msgpack(r"/mnt/C/temp/p2.msgpack")
```
then on windows:
```
df = pandas.read_msgpack(r"C:\temp\p2.msgpack")
ValueError: Shape of passed values is (1, 1), indices imply (1, 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/10732/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10732/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10733 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10733/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10733/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10733/events | https://github.com/pandas-dev/pandas/pull/10733 | 98,737,602 | MDExOlB1bGxSZXF1ZXN0NDE0NjQxMTI= | 10,733 | DOC: to_datetime outdated example | {
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-03T12:58:13Z | 2015-08-05T08:12:35Z | 2015-08-05T08:12:32Z | MEMBER | null | With the new default of `errors='raise'`, the following section in the docs is not fully correctly phrased anymore: http://pandas-docs.github.io/pandas-docs-travis/timeseries.html#invalid-data.
So I just removed that example of `to_datetime([1, '1'])` (as it now raises, which is less unexpected, and the new example a... | {
"+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/10733/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10733/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10733.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10733",
"merged_at": "2015-08-05T08:12:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10733.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10733"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10734 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10734/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10734/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10734/events | https://github.com/pandas-dev/pandas/issues/10734 | 98,743,681 | MDU6SXNzdWU5ODc0MzY4MQ== | 10,734 | DEPR: DataFrame.combine propagates nan values | {
"avatar_url": "https://avatars.githubusercontent.com/u/1560652?v=4",
"events_url": "https://api.github.com/users/aktiur/events{/privacy}",
"followers_url": "https://api.github.com/users/aktiur/followers",
"following_url": "https://api.github.com/users/aktiur/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": "5319e7"... | 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",
... | 17 | 2015-08-03T13:33:28Z | 2021-04-18T23:09:12Z | null | NONE | null | The documentation for DataFrame.combine claims that the method "do[es] not propagate NaN values, so if for a (column, time) one frame is missing a value, it will default to the other frame’s value". However, this does not seem to correspond to the actual behaviour of DataFrame.combine.
Sample code:
``` python
>>> imp... | {
"+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/10734/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10734/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10735 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10735/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10735/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10735/events | https://github.com/pandas-dev/pandas/issues/10735 | 98,751,783 | MDU6SXNzdWU5ODc1MTc4Mw== | 10,735 | API: deprecate combineAdd and combineMult methods? | {
"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": "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": "F... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-03T14:04:59Z | 2015-08-16T08:28:53Z | 2015-08-16T08:28:53Z | MEMBER | null | On a DataFrame, we have the [`combineAdd`](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.combineAdd.html) and [`combineMult`](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.combineMult.html) methods:
- they are a redundant, as they are defined as `self.add(other, fill_va... | {
"+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/10735/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10735/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10736 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10736/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10736/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10736/events | https://github.com/pandas-dev/pandas/issues/10736 | 98,806,711 | MDU6SXNzdWU5ODgwNjcxMQ== | 10,736 | BUG?: .sample() sometimes returning a view not a copy. | {
"avatar_url": "https://avatars.githubusercontent.com/u/9683693?v=4",
"events_url": "https://api.github.com/users/nickeubank/events{/privacy}",
"followers_url": "https://api.github.com/users/nickeubank/followers",
"following_url": "https://api.github.com/users/nickeubank/following{/other_user}",
"gists_url":... | [
{
"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": "006b75",
"default": false,
"description": "A... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-03T18:06:24Z | 2015-08-19T20:52:33Z | 2015-08-19T20:52:33Z | CONTRIBUTOR | null | I've realized the `.sample()` function is sometimes returning a view rather than a copy. This will cause the "setting on a view/copy" error:
```
df = pd.DataFrame({'col1':[5,6,7], 'col2':['a','b','c']})
a_sample = df.sample(1)
a_sample['col1'] = 'z'
```
I believe the behavior is the result of it using the `.take()` f... | {
"+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/10736/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10736/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10737 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10737/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10737/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10737/events | https://github.com/pandas-dev/pandas/issues/10737 | 98,815,894 | MDU6SXNzdWU5ODgxNTg5NA== | 10,737 | pandas.date_range documentation does not have link to acceptable 'freq' values | {
"avatar_url": "https://avatars.githubusercontent.com/u/3150861?v=4",
"events_url": "https://api.github.com/users/nmusolino/events{/privacy}",
"followers_url": "https://api.github.com/users/nmusolino/followers",
"following_url": "https://api.github.com/users/nmusolino/following{/other_user}",
"gists_url": "h... | [
{
"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": "Duplicate issue or pu... | 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 | 2015-08-03T18:55:39Z | 2015-08-04T12:20:59Z | 2015-08-03T18:58:49Z | CONTRIBUTOR | null | The [API documentation for pandas.date_range](http://pandas.pydata.org/pandas-docs/version/0.15.2/generated/pandas.date_range.html) does not provide a link or explanation of the acceptable values for the 'freq' parameter, e.g. 'D' for calendar day frequency.
There is a highly-upvoted Stack Overflow question entitled... | {
"+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/10737/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10737/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10738 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10738/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10738/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10738/events | https://github.com/pandas-dev/pandas/pull/10738 | 98,820,224 | MDExOlB1bGxSZXF1ZXN0NDE1MDAxNTY= | 10,738 | amend sample to return copy and align weight axis | {
"avatar_url": "https://avatars.githubusercontent.com/u/9683693?v=4",
"events_url": "https://api.github.com/users/nickeubank/events{/privacy}",
"followers_url": "https://api.github.com/users/nickeubank/followers",
"following_url": "https://api.github.com/users/nickeubank/following{/other_user}",
"gists_url":... | [
{
"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": "006b75",
"default": false,
"description": "A... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-03T19:21:25Z | 2015-08-19T20:52:38Z | 2015-08-19T20:52:33Z | CONTRIBUTOR | null | Two bug fixes:
- Makes sure to return copies, not views.
- makes sure if a separate series is passed as weights that the axis are aligned before arguments get converted into numpy arrays and handled positionally
closes #10736
| {
"+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/10738/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10738/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10738.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10738",
"merged_at": "2015-08-19T20:52:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10738.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10738"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10739 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10739/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10739/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10739/events | https://github.com/pandas-dev/pandas/pull/10739 | 98,820,689 | MDExOlB1bGxSZXF1ZXN0NDE1MDA0NzM= | 10,739 | BUG: Fix dtypes order when ordering is different from original file in pandas.io.stata.read_stata | {
"avatar_url": "https://avatars.githubusercontent.com/u/4203432?v=4",
"events_url": "https://api.github.com/users/jbuyl/events{/privacy}",
"followers_url": "https://api.github.com/users/jbuyl/followers",
"following_url": "https://api.github.com/users/jbuyl/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": "5319e7",
"default": false,
"description": "read_stata, to_stata",
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-03T19:25:04Z | 2015-08-06T12:17:42Z | 2015-08-06T12:17:29Z | CONTRIBUTOR | null | This fixes http://stackoverflow.com/questions/31783392/pandas-adding-columns-to-filter-will-mess-with-data-structure
The dtypes of the DataFrame returned by `read_stata` have the same order as the original stata file, even if `columns` are specified with a different order.
| {
"+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/10739/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10739/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10739.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10739",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10739.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10739"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10740 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10740/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10740/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10740/events | https://github.com/pandas-dev/pandas/pull/10740 | 98,828,576 | MDExOlB1bGxSZXF1ZXN0NDE1MDQyMTU= | 10,740 | ENH: Fixed DF.apply for functions returning a dict, #8735 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1391644?v=4",
"events_url": "https://api.github.com/users/ringw/events{/privacy}",
"followers_url": "https://api.github.com/users/ringw/followers",
"following_url": "https://api.github.com/users/ringw/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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... | 12 | 2015-08-03T20:05:56Z | 2015-08-28T18:17:41Z | 2015-08-28T18:17:41Z | CONTRIBUTOR | null | closes #8735
Previously, when the function argument to DataFrame.apply returned a dict, the reduction code would mistake its "values" property for the values of a Pandas Series, and return a Series of "values" instance methods. The new check ensures that the "values" property is an np.ndarray.
Previous behavior:
``... | {
"+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/10740/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10740/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10740.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10740",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10740.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10740"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10741 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10741/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10741/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10741/events | https://github.com/pandas-dev/pandas/issues/10741 | 98,834,450 | MDU6SXNzdWU5ODgzNDQ1MA== | 10,741 | BUG: Joining single-index DataFrame to multiindex DF incorrect for how=left and how=right | {
"avatar_url": "https://avatars.githubusercontent.com/u/887096?v=4",
"events_url": "https://api.github.com/users/warmlogic/events{/privacy}",
"followers_url": "https://api.github.com/users/warmlogic/followers",
"following_url": "https://api.github.com/users/warmlogic/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-03T20:39:39Z | 2015-08-18T10:51:57Z | 2015-08-18T10:51:57Z | NONE | null | When joining DataFrames where the calling frame is a multiindex DF and the input frame is a single-index DF, `how='left'` and `how='right'` produce results that should be swapped (i.e., `'left'` returns what `'right'` should return, and vice versa). To give a single example using `how='left'`:
```
df1 = pd.DataFrame([... | {
"+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/10741/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10741/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10742 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10742/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10742/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10742/events | https://github.com/pandas-dev/pandas/issues/10742 | 98,839,050 | MDU6SXNzdWU5ODgzOTA1MA== | 10,742 | ENH: Support for Postgres NaN data type | {
"avatar_url": "https://avatars.githubusercontent.com/u/1243750?v=4",
"events_url": "https://api.github.com/users/tlmaloney/events{/privacy}",
"followers_url": "https://api.github.com/users/tlmaloney/followers",
"following_url": "https://api.github.com/users/tlmaloney/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": "5319e7",
"default": false,
"description": "to_sql, ... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"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/followers",
"f... | 3 | 2015-08-03T21:09:14Z | 2020-09-28T13:08:04Z | null | NONE | null | The below example code is a variant of [this comment](https://bitbucket.org/zzzeek/sqlalchemy/issues/977/float-values-infinity-infinity-and-nan#comment-18706187). The problem is that pandas can't infer the type when the columns are all null. I would like to be able to use Postgres' NaN value if possible, but seems that... | {
"+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/10742/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10742/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10743 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10743/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10743/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10743/events | https://github.com/pandas-dev/pandas/pull/10743 | 98,882,383 | MDExOlB1bGxSZXF1ZXN0NDE1MzE3ODA= | 10,743 | TST: test_packers.TestMsgpack checks for minimum structure and extra … | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-04T03:38:57Z | 2015-08-04T11:47:20Z | 2015-08-04T11:47:19Z | CONTRIBUTOR | null | …keys
closes #10732
I wasn't able to reproduce the odd behavior. Let's see if this passes on Travis.
| {
"+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/10743/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10743/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10743.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10743",
"merged_at": "2015-08-04T11:47:19Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10743.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10743"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10744 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10744/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10744/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10744/events | https://github.com/pandas-dev/pandas/pull/10744 | 98,886,619 | MDExOlB1bGxSZXF1ZXN0NDE1MzM2MTk= | 10,744 | Allow DateOffset addition with Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/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": "0052cc",
"default": false,
"description": "DateOffse... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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... | 16 | 2015-08-04T04:31:26Z | 2015-08-19T00:50:58Z | 2015-08-13T13:07:42Z | CONTRIBUTOR | null | Addresses #10699 - allowing relative offsets like `DateOffset(years=1)` to to be added to a `Series` containing datetimes for element-wise addition.
Previously only non-relative offsets that could be mapped to a time_delta (`Tick`, `Day`, etc) worked.
Some performance numbers are below - `Tick` based offsets should b... | {
"+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/10744/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10744/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10744.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10744",
"merged_at": "2015-08-13T13:07:42Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10744.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10744"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10745 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10745/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10745/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10745/events | https://github.com/pandas-dev/pandas/issues/10745 | 98,949,361 | MDU6SXNzdWU5ODk0OTM2MQ== | 10,745 | incorrect quoting for windows building in conda? | {
"avatar_url": "https://avatars.githubusercontent.com/u/849427?v=4",
"events_url": "https://api.github.com/users/ruidc/events{/privacy}",
"followers_url": "https://api.github.com/users/ruidc/followers",
"following_url": "https://api.github.com/users/ruidc/following{/other_user}",
"gists_url": "https://api.gi... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | null | 12 | 2015-08-04T11:44:53Z | 2015-08-04T13:37:18Z | 2015-08-04T13:37:05Z | CONTRIBUTOR | null | trying to build master in clean windows x64 miniconda environment, gcc itself is in windows path:
```
writing build\temp.win-amd64-2.7\Release\pandas\index.def
C:\Program Files\mingw-builds\x64-4.8.1-posix-seh-rev5\mingw64\bin\dllwrap.exe -DMS_WIN64 -mdll -static --entry _DllMain@12 --output-lib build\temp.win-amd64-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/10745/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10745/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10746 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10746/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10746/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10746/events | https://github.com/pandas-dev/pandas/issues/10746 | 99,006,277 | MDU6SXNzdWU5OTAwNjI3Nw== | 10,746 | astype attempts to convert datetime64[ms] as nanoseconds when missing value in data | {
"avatar_url": "https://avatars.githubusercontent.com/u/8983016?v=4",
"events_url": "https://api.github.com/users/dschallis/events{/privacy}",
"followers_url": "https://api.github.com/users/dschallis/followers",
"following_url": "https://api.github.com/users/dschallis/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": "e102d8",
"default": false,
"description": "Unexpecte... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-04T16:21:41Z | 2015-08-15T23:47:57Z | 2015-08-15T23:47:50Z | NONE | null | When creating a DataFrame with a millisecond timestamp, created with `dtype='datetime64[ms]'`, this works as expected when there are no missing values in the data:
```
import pandas as pd
df = pd.DataFrame([1036713600000], dtype='float64')
print(df[0].astype('datetime64[ms]'))
```
Output:
```
0 2002-11-08
Name: 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/10746/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10746/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10747 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10747/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10747/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10747/events | https://github.com/pandas-dev/pandas/issues/10747 | 99,020,384 | MDU6SXNzdWU5OTAyMDM4NA== | 10,747 | JSON: handling missing values in date coercion | {
"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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-04T17:37:50Z | 2015-08-24T11:36:49Z | 2015-08-24T11:36:49Z | CONTRIBUTOR | null | xref https://github.com/pydata/pandas/issues/10746
```
In [1]: data = '''
...: [{"id": 1, "timestamp": 1036713600000},
...: {"id": 2}]
...: '''
```
after #10776 this is ok
```
In [2]: pd.read_json(StringIO(data), orient='records', dtype={'id': 'int32', 'timestamp': 'datetime64[ms]'})
Out[2]:
id tim... | {
"+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/10747/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10747/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10748 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10748/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10748/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10748/events | https://github.com/pandas-dev/pandas/issues/10748 | 99,022,723 | MDU6SXNzdWU5OTAyMjcyMw== | 10,748 | API/DOC: Deprecate and Advise against having `np.nan` in Categoricals | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"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": "AD7FA8",
"default": false,
"description": null,
"id": 358182... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-04T17:50:43Z | 2015-09-01T19:18:15Z | 2015-09-01T19:18:15Z | CONTRIBUTOR | null | This came out of work on https://github.com/pydata/pandas/pull/10729
In the [documentation](http://pandas.pydata.org/pandas-docs/version/0.16.2/categorical.html#missing-data), we mention that
> There are two ways a np.nan can be represented in categorical data: either the value is not available (“missing value”) or n... | {
"+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/10748/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10748/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10749 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10749/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10749/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10749/events | https://github.com/pandas-dev/pandas/pull/10749 | 99,034,464 | MDExOlB1bGxSZXF1ZXN0NDE2MDM0NTM= | 10,749 | DOC: fix some doc build errors/warnings | {
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-04T18:47:49Z | 2015-08-04T21:15:44Z | 2015-08-04T21:15:44Z | MEMBER | null | This should get the sphinx doc build again warning/error free (apart from the one handled in #10602)
| {
"+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/10749/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10749/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10749.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10749",
"merged_at": "2015-08-04T21:15:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10749.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10749"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10750 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10750/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10750/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10750/events | https://github.com/pandas-dev/pandas/issues/10750 | 99,039,865 | MDU6SXNzdWU5OTAzOTg2NQ== | 10,750 | BUG: `read_sql_table` can't find views | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] | 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 | 2015-08-04T19:07:30Z | 2015-08-12T09:31:26Z | 2015-08-12T09:31:26Z | CONTRIBUTOR | null | `pd.read_sql_table(tablename, engine)` won't be able to find `tablename` if it's actually a view.
This should be a one line change to https://github.com/pydata/pandas/blob/b281e6570bc3bb3773520eff0b6965d5691e3ba2/pandas/io/sql.py#L340
``` python
meta = MetaData(con, schema=schema)
try:
meta.reflect(on... | {
"+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/10750/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10750/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10751 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10751/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10751/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10751/events | https://github.com/pandas-dev/pandas/pull/10751 | 99,066,817 | MDExOlB1bGxSZXF1ZXN0NDE2MjAxNjM= | 10,751 | Fix docstring spelling | {
"avatar_url": "https://avatars.githubusercontent.com/u/5275077?v=4",
"events_url": "https://api.github.com/users/fpinter/events{/privacy}",
"followers_url": "https://api.github.com/users/fpinter/followers",
"following_url": "https://api.github.com/users/fpinter/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"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-04T21:32:38Z | 2015-08-05T06:45:09Z | 2015-08-05T06:44:58Z | CONTRIBUTOR | null | "analagous" -> "analogous"
| {
"+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/10751/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10751/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10751.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10751",
"merged_at": "2015-08-05T06:44:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10751.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10751"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10752 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10752/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10752/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10752/events | https://github.com/pandas-dev/pandas/pull/10752 | 99,071,998 | MDExOlB1bGxSZXF1ZXN0NDE2MjMxNzY= | 10,752 | Add kwargs for kde in scatter_matrix | {
"avatar_url": "https://avatars.githubusercontent.com/u/223276?v=4",
"events_url": "https://api.github.com/users/cottrell/events{/privacy}",
"followers_url": "https://api.github.com/users/cottrell/followers",
"following_url": "https://api.github.com/users/cottrell/following{/other_user}",
"gists_url": "https... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | null | 4 | 2015-08-04T22:04:23Z | 2015-10-13T21:03:11Z | 2015-10-13T21:03:11Z | CONTRIBUTOR | null | Minor change to allow customizing the kde through the pandas api.
| {
"+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/10752/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10752/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10752.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10752",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10752.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10752"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10753 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10753/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10753/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10753/events | https://github.com/pandas-dev/pandas/issues/10753 | 99,073,390 | MDU6SXNzdWU5OTA3MzM5MA== | 10,753 | pd.Series.count(pd.Index(range(5))) works in python 3 but not python 2. | {
"avatar_url": "https://avatars.githubusercontent.com/u/598099?v=4",
"events_url": "https://api.github.com/users/cowlicks/events{/privacy}",
"followers_url": "https://api.github.com/users/cowlicks/followers",
"following_url": "https://api.github.com/users/cowlicks/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"
}
] | closed | false | null | [] | null | 1 | 2015-08-04T22:14:19Z | 2015-08-04T22:21:39Z | 2015-08-04T22:19:51Z | NONE | null | ``` python
In [1]: import pandas as pd
In [2]: i = pd.Index(range(10))
In [3]: pd.Series.count(i)
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-3-759ac5e97e30> in <module>()
----> 1 pd.Series.count... | {
"+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/10753/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10753/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10754 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10754/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10754/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10754/events | https://github.com/pandas-dev/pandas/issues/10754 | 99,259,990 | MDU6SXNzdWU5OTI1OTk5MA== | 10,754 | Client Secrets file in the gbq.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/3279017?v=4",
"events_url": "https://api.github.com/users/snamburi3/events{/privacy}",
"followers_url": "https://api.github.com/users/snamburi3/followers",
"following_url": "https://api.github.com/users/snamburi3/following{/other_user}",
"gists_url": "h... | [
{
"color": "0052cc",
"default": false,
"description": "pandas-gbq compatability",
"id": 57351315,
"name": "IO Google",
"node_id": "MDU6TGFiZWw1NzM1MTMxNQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Google"
}
] | closed | false | null | [] | null | 6 | 2015-08-05T17:43:32Z | 2016-09-10T13:42:34Z | 2016-09-10T13:42:34Z | NONE | null | https://github.com/pydata/pandas/blob/master/pandas/io/gbq.py#L102
Why is this in the gbq.py? can we set this as an environmental Variable?
| {
"+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/10754/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10754/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10755 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10755/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10755/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10755/events | https://github.com/pandas-dev/pandas/issues/10755 | 99,313,614 | MDU6SXNzdWU5OTMxMzYxNA== | 10,755 | to_csv writes wrong utf-16 | {
"avatar_url": "https://avatars.githubusercontent.com/u/4191477?v=4",
"events_url": "https://api.github.com/users/jehuelsm/events{/privacy}",
"followers_url": "https://api.github.com/users/jehuelsm/followers",
"following_url": "https://api.github.com/users/jehuelsm/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": "444444",
"default": false,
"description": "Unicode strings",
"i... | open | false | null | [] | null | 2 | 2015-08-05T22:31:10Z | 2020-04-14T05:11:24Z | null | NONE | null | Writing a DataFrame with utf-16 encoding adds garbage characters to the file:
``` python
import codecs
import pandas as pd
#This works
enc = 'utf-8'
print '\n\n',enc,'\n\n'
d = {'one' : pd.Series([1., 2., 3.], index=['a', 'b', 'c']),
'two' : pd.Series([1., 2., 3., 4.], index=['a', 'b', 'c', 'd'])}
df = pd.D... | {
"+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/10755/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10755/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10756 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10756/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10756/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10756/events | https://github.com/pandas-dev/pandas/issues/10756 | 99,393,659 | MDU6SXNzdWU5OTM5MzY1OQ== | 10,756 | Pandas groupby histogram doesn't do transparant bars (alpha kwarg) | {
"avatar_url": "https://avatars.githubusercontent.com/u/6146598?v=4",
"events_url": "https://api.github.com/users/egpbos/events{/privacy}",
"followers_url": "https://api.github.com/users/egpbos/followers",
"following_url": "https://api.github.com/users/egpbos/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | null | 16 | 2015-08-06T09:17:49Z | 2017-10-30T16:38:09Z | 2017-08-22T14:18:55Z | NONE | null | I would expect the following code to produce a plot with transparent bars, but it doesn't.
``` python
import matplotlib.pyplot as plt
import pandas as pd
import numpy as np
plt.style.use('ggplot')
N = 1000
df = pd.DataFrame({
'a': np.random.randint(0, 2, N),
'b': np.random.random(N)
})
#df.groupby('a').b.hist(a... | {
"+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/10756/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10756/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10757 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10757/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10757/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10757/events | https://github.com/pandas-dev/pandas/pull/10757 | 99,424,029 | MDExOlB1bGxSZXF1ZXN0NDE3ODE5ODU= | 10,757 | BUG: Fix dtypes order when ordering is different from original file in pandas.io.stata.read_stata | {
"avatar_url": "https://avatars.githubusercontent.com/u/4203432?v=4",
"events_url": "https://api.github.com/users/jbuyl/events{/privacy}",
"followers_url": "https://api.github.com/users/jbuyl/followers",
"following_url": "https://api.github.com/users/jbuyl/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": "5319e7",
"default": false,
"description": "read_stata, to_stata",
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-06T12:27:07Z | 2015-08-06T15:17:07Z | 2015-08-06T15:16:59Z | CONTRIBUTOR | null | This fixes http://stackoverflow.com/questions/31783392/pandas-adding-columns-to-filter-will-mess-with-data-structure
The dtypes of the DataFrame returned by read_stata have the same order as the original stata file, even if columns are specified with a different order.
| {
"+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/10757/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10757/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10757.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10757",
"merged_at": "2015-08-06T15:16:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10757.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10757"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10758 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10758/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10758/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10758/events | https://github.com/pandas-dev/pandas/issues/10758 | 99,424,240 | MDU6SXNzdWU5OTQyNDI0MA== | 10,758 | API/COMPAT: add kw args to Timestamp constructor | {
"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": "AFEEEE",
"default": false,
"description": null,
... | 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... | 0 | 2015-08-06T12:28:09Z | 2016-05-20T14:16:17Z | 2016-05-20T14:16:17Z | CONTRIBUTOR | null | from [SO](http://stackoverflow.com/questions/21599633/how-to-create-a-pandas-timestamp-object)
`Timestamp(year, month, day, second, millisecond, microsecond, nanosecond)`
as optional keyword args might be nice for compat with `datetime.datetime`. We do something similar for `Timedelta` construction.
| {
"+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/10758/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10758/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10759 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10759/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10759/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10759/events | https://github.com/pandas-dev/pandas/issues/10759 | 99,492,784 | MDU6SXNzdWU5OTQ5Mjc4NA== | 10,759 | Rolling qcut | {
"avatar_url": "https://avatars.githubusercontent.com/u/13682466?v=4",
"events_url": "https://api.github.com/users/Kapik1337/events{/privacy}",
"followers_url": "https://api.github.com/users/Kapik1337/followers",
"following_url": "https://api.github.com/users/Kapik1337/following{/other_user}",
"gists_url": "... | [
{
"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": "d4c5f9",
"default": false,
"description": "rolling,... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"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/followers",
"f... | 1 | 2015-08-06T18:03:52Z | 2020-04-05T01:52:31Z | null | NONE | null | I believe qcut would be much more useful if there was a convenient way to apply it to a rolling window instead of the whole Series object. Of course it's possible with rolling_apply, but that does window_size times more calculations that are necessary for the output. For something as trivial as checking how the current... | {
"+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/10759/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10759/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10760 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10760/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10760/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10760/events | https://github.com/pandas-dev/pandas/issues/10760 | 99,578,239 | MDU6SXNzdWU5OTU3ODIzOQ== | 10,760 | DataError when aggregating Decimal values using pivot_table | {
"avatar_url": "https://avatars.githubusercontent.com/u/921741?v=4",
"events_url": "https://api.github.com/users/she11c0de/events{/privacy}",
"followers_url": "https://api.github.com/users/she11c0de/followers",
"following_url": "https://api.github.com/users/she11c0de/following{/other_user}",
"gists_url": "ht... | [
{
"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": 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 | 2015-08-07T04:46:12Z | 2015-08-10T11:05:43Z | 2015-08-10T11:05:43Z | NONE | null | ```
import pandas as pd
from decimal import Decimal
df = pd.DataFrame()
df['a'] = pd.Series(['a', 'b', 'a'])
df['b'] = pd.Series([Decimal(x) for x in [1, 2, 3]])
df.pivot_table(columns='a', values='b')
```
Results in:
```
DataError Traceback (most recent call last)
<ipython-input-8-15... | {
"+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/10760/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10760/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10761 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10761/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10761/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10761/events | https://github.com/pandas-dev/pandas/issues/10761 | 99,618,677 | MDU6SXNzdWU5OTYxODY3Nw== | 10,761 | DataFrame.plot overrides previous plots if the frame's index is DatetimeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/7330385?v=4",
"events_url": "https://api.github.com/users/esvhd/events{/privacy}",
"followers_url": "https://api.github.com/users/esvhd/followers",
"following_url": "https://api.github.com/users/esvhd/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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | open | false | null | [] | null | 5 | 2015-08-07T09:58:14Z | 2021-04-18T23:10:48Z | null | NONE | null | Environment is Anaconda 2.3, using python 2.7.10. Pandas version 0.16.2.
Here's the code to reproduce this problem in IPython Notebook 3.2, only `df['col3']` is plotted.
When sharing an axis the last plot() seems to override whatever was plotted before. Only the last plotted item is shown in figure.
```
import pand... | {
"+1": 4,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 4,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10761/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10761/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10762 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10762/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10762/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10762/events | https://github.com/pandas-dev/pandas/issues/10762 | 99,639,535 | MDU6SXNzdWU5OTYzOTUzNQ== | 10,762 | reset_index loses type information on time indices with time zone information | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"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 | [] | {
"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... | 3 | 2015-08-07T12:36:14Z | 2015-08-07T13:00:41Z | 2015-08-07T12:39:11Z | NONE | null | ```
import pandas as pd
ts1 = pd.Timestamp('2015-07-01 10:00:00')
ts2 = pd.Timestamp('2015-07-01 11:00:00')
df1 = pd.DataFrame([[0.1],[0.2]], index=[ts1, ts2], columns=['a'])
print(df1.index.dtype)
df1 = df1.reset_index(drop=False)
print(df1['index'].dtype)
df2 = pd.DataFrame([[0.1],[0.2]], index=[ts1, ts2], columns... | {
"+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/10762/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10762/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10763 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10763/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10763/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10763/events | https://github.com/pandas-dev/pandas/issues/10763 | 99,643,027 | MDU6SXNzdWU5OTY0MzAyNw== | 10,763 | pandas.Series does not allow adding timedeltas to series of timestamps with datetime information | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"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": "5319e7",
"default": false,
"description": "Timezone ... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-07T12:59:54Z | 2015-09-05T16:17:23Z | 2015-09-05T16:17:23Z | NONE | null | xref #10477
It is possible with numpy, but not with pandas:
```
import numpy as np
import pandas as pd
ts1 = pd.Timestamp('2015-07-01 10:00:00').tz_localize('Europe/London')
ts2 = pd.Timestamp('2015-07-01 11:00:00').tz_localize('Europe/London')
dt = ts2 - ts1
x = np.array([ts1, ts2])
print(x)
dx = np.array([dt, dt... | {
"+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/10763/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10763/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10764 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10764/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10764/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10764/events | https://github.com/pandas-dev/pandas/issues/10764 | 99,644,593 | MDU6SXNzdWU5OTY0NDU5Mw== | 10,764 | reindex() from string index to DatetimeIndex index returns nan values on Pandas 0.16.2 and 0.16.1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/7765646?v=4",
"events_url": "https://api.github.com/users/stigdescamps/events{/privacy}",
"followers_url": "https://api.github.com/users/stigdescamps/followers",
"following_url": "https://api.github.com/users/stigdescamps/following{/other_user}",
"gists... | [
{
"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 | 9 | 2015-08-07T13:10:21Z | 2015-08-07T14:09:43Z | 2015-08-07T13:15:32Z | NONE | null | When upgrading to pandas 0.16.2, reindex() from string index to DatetimeIndex index returns nan values.
This test code:
```
indexInit = ["19990101","19990102","19990103"]
values = [1.0,2.5,2.1]
outSeries = Series(values,index=indexInit)
outSeries.reindex(index=DatetimeIndex(outSeries.index))
```
returns:
```
1999-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/10764/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10764/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10765 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10765/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10765/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10765/events | https://github.com/pandas-dev/pandas/issues/10765 | 99,677,298 | MDU6SXNzdWU5OTY3NzI5OA== | 10,765 | to_cassandra(table, session) | {
"avatar_url": "https://avatars.githubusercontent.com/u/337872?v=4",
"events_url": "https://api.github.com/users/rustyrazorblade/events{/privacy}",
"followers_url": "https://api.github.com/users/rustyrazorblade/followers",
"following_url": "https://api.github.com/users/rustyrazorblade/following{/other_user}",
... | [
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit into a more specific label",
"id": 2301354,
"name": "IO Data",
"node_id": "MDU6TGFiZWwyMzAxMzU0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data"
}
] | 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... | 7 | 2015-08-07T15:56:20Z | 2016-11-11T11:46:51Z | 2016-11-11T11:46:43Z | NONE | null | Adding cassandra support should be very similar to `to_sql()` but is different enough where I think it needs it's own call, as it wouldn't use SQLAlchemy or behave even remotely close.
Python driver is here: https://github.com/datastax/python-driver
Willing to help on this if it'll get pulled 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/10765/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10765/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10766 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10766/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10766/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10766/events | https://github.com/pandas-dev/pandas/issues/10766 | 99,680,336 | MDU6SXNzdWU5OTY4MDMzNg== | 10,766 | Inconsistent results for np.isreal with strings | {
"avatar_url": "https://avatars.githubusercontent.com/u/2250400?v=4",
"events_url": "https://api.github.com/users/depristo/events{/privacy}",
"followers_url": "https://api.github.com/users/depristo/followers",
"following_url": "https://api.github.com/users/depristo/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 3 | 2015-08-07T16:15:34Z | 2015-08-07T16:38:13Z | 2015-08-07T16:37:40Z | NONE | null | Hi Pandas.
Just uncovered a clear bug in the interaction between pandas series and numpy isreal(). The behavior is simple: isreal() produces incorrect results on panda's series that include string types. It's not 100% clear the underlying cause but it appears to be related to np.isreal operating over the pd.Series o... | {
"+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/10766/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10766/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10767 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10767/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10767/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10767/events | https://github.com/pandas-dev/pandas/issues/10767 | 99,683,488 | MDU6SXNzdWU5OTY4MzQ4OA== | 10,767 | rolling_window(mean=True), why? | {
"avatar_url": "https://avatars.githubusercontent.com/u/495399?v=4",
"events_url": "https://api.github.com/users/lababidi/events{/privacy}",
"followers_url": "https://api.github.com/users/lababidi/followers",
"following_url": "https://api.github.com/users/lababidi/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": "006b75",
"default": false,
"descript... | closed | false | null | [] | null | 5 | 2015-08-07T16:31:58Z | 2015-08-07T21:18:15Z | 2015-08-07T19:18:08Z | NONE | null | I attempted to use `rolling_window()` and couldn't figure out why my simple test cases weren't working. I realized there's a default value of `mean=True` to average the result out. Is this really the most common use case people have? I would have assumed most use cases would be `mean=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/10767/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10767/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10768 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10768/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10768/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10768/events | https://github.com/pandas-dev/pandas/issues/10768 | 99,716,197 | MDU6SXNzdWU5OTcxNjE5Nw== | 10,768 | pandas Truck Factor | {
"avatar_url": "https://avatars.githubusercontent.com/u/666210?v=4",
"events_url": "https://api.github.com/users/gavelino/events{/privacy}",
"followers_url": "https://api.github.com/users/gavelino/followers",
"following_url": "https://api.github.com/users/gavelino/following{/other_user}",
"gists_url": "https... | [] | closed | false | null | [] | null | 1 | 2015-08-07T19:43:43Z | 2015-08-08T01:33:11Z | 2015-08-08T01:33:11Z | NONE | null | As part of my PhD research on code authorship, we calculated the Truck Factor (TF) of some popular GitHub repositories.
As you probably know, the [Truck (or Bus) Factor](https://en.wikipedia.org/wiki/Bus_factor) designates the minimal number of developers that have to be hit by a truck (or quit) before a project is 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/10768/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10768/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10769 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10769/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10769/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10769/events | https://github.com/pandas-dev/pandas/issues/10769 | 99,805,194 | MDU6SXNzdWU5OTgwNTE5NA== | 10,769 | Performance: Implicit boxing to TimeStamp of datetime64[ns] inside DateTimeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/910285?v=4",
"events_url": "https://api.github.com/users/drglitch/events{/privacy}",
"followers_url": "https://api.github.com/users/drglitch/followers",
"following_url": "https://api.github.com/users/drglitch/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": "a1... | closed | false | null | [] | null | 7 | 2015-08-08T14:14:29Z | 2015-08-10T11:01:04Z | 2015-08-08T16:11:19Z | NONE | null | Hello,
I've stumbled onto a behavior that causes performance problems on large datasets: When creating a multiindex with second level being a DateTime64 col, and then doing a `.loc[('val1', TimeStamp('val2'),)]` to get at particular value, pandas coerces (via _box_func, called from __iter__) all values in that particu... | {
"+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/10769/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10769/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10770 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10770/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10770/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10770/events | https://github.com/pandas-dev/pandas/issues/10770 | 99,829,223 | MDU6SXNzdWU5OTgyOTIyMw== | 10,770 | DOC: add days_in_month to time/date component accessors | {
"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": "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": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"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 | 2015-08-08T19:20:35Z | 2015-10-30T22:08:05Z | 2015-10-30T22:08:05Z | CONTRIBUTOR | null | xref #9605
document http://pandas-docs.github.io/pandas-docs-travis/timeseries.html#time-date-components
| {
"+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/10770/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10770/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10771 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10771/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10771/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10771/events | https://github.com/pandas-dev/pandas/pull/10771 | 99,834,519 | MDExOlB1bGxSZXF1ZXN0NDE5NjA4MzU= | 10,771 | BUG: `read_sql_table` can't find views | {
"avatar_url": "https://avatars.githubusercontent.com/u/4025968?v=4",
"events_url": "https://api.github.com/users/IamGianluca/events{/privacy}",
"followers_url": "https://api.github.com/users/IamGianluca/followers",
"following_url": "https://api.github.com/users/IamGianluca/following{/other_user}",
"gists_ur... | [
{
"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": "to_sql, ... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-08T21:31:09Z | 2015-08-12T09:30:03Z | 2015-08-12T06:46:14Z | CONTRIBUTOR | null | closes #10750
Add ability to 'read_sql_table' to read views and implement an unit test to check its behaviour
| {
"+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/10771/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10771/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10771.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10771",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10771.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10771"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10772 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10772/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10772/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10772/events | https://github.com/pandas-dev/pandas/issues/10772 | 99,838,956 | MDU6SXNzdWU5OTgzODk1Ng== | 10,772 | BUG: crosstab(dropna=False) does not work like value_counts(dropna=False) | {
"avatar_url": "https://avatars.githubusercontent.com/u/5356340?v=4",
"events_url": "https://api.github.com/users/rosnfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/rosnfeld/followers",
"following_url": "https://api.github.com/users/rosnfeld/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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | 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",
... | 15 | 2015-08-08T22:20:16Z | 2021-04-18T23:12:17Z | null | CONTRIBUTOR | null | If one uses `series.value_counts(dropna=False)` it includes `NaN` values, but `crosstab(series1, series2, dropna=False)` does not include `NaN` values. I think of `cross_tab` kind of like 2-dimensional `value_counts()`, so this is surprising.
``` python
In [31]: x = pd.Series(['a', 'b', 'a', None, 'a'])
In [32]: y = ... | {
"+1": 6,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 6,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10772/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10772/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10773 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10773/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10773/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10773/events | https://github.com/pandas-dev/pandas/issues/10773 | 99,840,065 | MDU6SXNzdWU5OTg0MDA2NQ== | 10,773 | Timestamp handles a different date range than datetime.datetime and numpy.datetime64 | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | null | 2 | 2015-08-08T22:48:28Z | 2015-08-08T23:08:02Z | 2015-08-08T22:55:00Z | CONTRIBUTOR | null | This may very well be known/intentional, and if so I think it's worth putting in doc somewhere.
```
>>> datetime(2300,1,1)
datetime.datetime(2300, 1, 1, 0, 0)
>>> numpy.datetime64('2300-01-01')
numpy.datetime64('2300-01-01')
>>> Timestamp('2300-01-01') # pandas.tslib.OutOfBoundsDatetime
```
| {
"+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/10773/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10773/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10774 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10774/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10774/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10774/events | https://github.com/pandas-dev/pandas/issues/10774 | 99,849,903 | MDU6SXNzdWU5OTg0OTkwMw== | 10,774 | API: DatetimeIndex / TimedeltaIndex 2d slicing should result in Index | {
"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": "0b02e1",
"default": false,
"description": "Related ... | 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",
... | 6 | 2015-08-09T01:16:09Z | 2021-04-18T23:16:23Z | 2021-04-18T23:16:23Z | MEMBER | null | Following slices basically result in the same `Index`.
```
import pandas as pd
pd.Index([1, 2, 3])[:, None]
# Int64Index([[1], [2], [3]], dtype='int64')
pd.MultiIndex.from_tuples([('a', 1), ('b', 2)])[:, None]
# MultiIndex(levels=[[u'a', u'b'], [1, 2]],
# labels=[[[0], [1]], [[0], [1]]])
pd.period_range('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/10774/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10774/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10775 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10775/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10775/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10775/events | https://github.com/pandas-dev/pandas/issues/10775 | 99,850,617 | MDU6SXNzdWU5OTg1MDYxNw== | 10,775 | Timedelta has unpexected properties when negative | {
"avatar_url": "https://avatars.githubusercontent.com/u/704919?v=4",
"events_url": "https://api.github.com/users/adamgreenhall/events{/privacy}",
"followers_url": "https://api.github.com/users/adamgreenhall/followers",
"following_url": "https://api.github.com/users/adamgreenhall/following{/other_user}",
"gis... | [
{
"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 | 1 | 2015-08-09T01:35:59Z | 2015-08-09T01:56:38Z | 2015-08-09T01:56:20Z | CONTRIBUTOR | null | Here's what's going on:
```
In [1]: import pandas as pd
In [2]: pd.__version__
Out[2]: '0.16.2+308.g529288e'
In [3]: dt = pd.Timedelta(seconds=-2)
In [4]: dt
Out[4]: Timedelta('-1 days +23:59:58')
In [5]: dt.seconds
Out[5]: 86398
```
I would expect `dt.seconds == -2`.
It seems like the fix may be something like:
``... | {
"+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/10775/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10775/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10776 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10776/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10776/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10776/events | https://github.com/pandas-dev/pandas/pull/10776 | 99,871,274 | MDExOlB1bGxSZXF1ZXN0NDE5NjYzNDM= | 10,776 | BUG: GH10747 where cast_to_nanoseconds from NaT fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-09T06:52:20Z | 2015-08-12T13:44:37Z | 2015-08-12T13:44:32Z | CONTRIBUTOR | null | related to first of #10747
| {
"+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/10776/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10776/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10776.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10776",
"merged_at": "2015-08-12T13:44:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10776.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10776"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10777 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10777/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10777/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10777/events | https://github.com/pandas-dev/pandas/issues/10777 | 99,871,469 | MDU6SXNzdWU5OTg3MTQ2OQ== | 10,777 | Precision of floats with to_csv - difference between Python 2 and Python 3 | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/following{/other_user}",
"gists_url": "https... | [] | closed | false | null | [] | null | 3 | 2015-08-09T06:57:23Z | 2015-08-09T08:08:27Z | 2015-08-09T08:05:04Z | CONTRIBUTOR | null | Hello,
I noticed that size of a CSV file generated with Pandas and Python are differents depending of which version of Python was used.
I was expecting same behaviour for same code.
With Python 3
```
pc:~ scls$ cat big.py
import pandas as pd
import numpy as np
(rows, cols) = (400, 10)
a = np.random.random((rows, 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/10777/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10777/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10778 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10778/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10778/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10778/events | https://github.com/pandas-dev/pandas/issues/10778 | 99,907,374 | MDU6SXNzdWU5OTkwNzM3NA== | 10,778 | df.to_json segfaults with categorical column types | {
"avatar_url": "https://avatars.githubusercontent.com/u/2096628?v=4",
"events_url": "https://api.github.com/users/blink1073/events{/privacy}",
"followers_url": "https://api.github.com/users/blink1073/followers",
"following_url": "https://api.github.com/users/blink1073/following{/other_user}",
"gists_url": "h... | [
{
"color": "207de5",
"default": false,
"description": "read_json, to_json, json_normalize",
"id": 49379259,
"name": "IO JSON",
"node_id": "MDU6TGFiZWw0OTM3OTI1OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20JSON"
},
{
"color": "e11d21",
"default": fa... | 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 | 2015-08-09T15:55:45Z | 2019-02-18T19:15:45Z | 2016-04-26T18:54:47Z | NONE | null | This code from the Categorical tutorial:
``` python
df = pd.DataFrame({"A":["a","b","c","a"]})
df["B"] = df["A"].astype('category')
```
Will segfault when `df.to_json` is called. Tested on:
``` bash
Python 3.4.3 |Anaconda 2.3.0 (x86_64)| (default, Mar 6 2015, 12:07:41)
[GCC 4.2.1 (Apple Inc. build 5577)] on darwin... | {
"+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/10778/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10778/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10779 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10779/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10779/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10779/events | https://github.com/pandas-dev/pandas/issues/10779 | 99,917,716 | MDU6SXNzdWU5OTkxNzcxNg== | 10,779 | Series.iloc[ negative number ] can access memory it doesn't own or cause Segmentation Fault | {
"avatar_url": "https://avatars.githubusercontent.com/u/5010099?v=4",
"events_url": "https://api.github.com/users/sergeny/events{/privacy}",
"followers_url": "https://api.github.com/users/sergeny/followers",
"following_url": "https://api.github.com/users/sergeny/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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-09T18:18:52Z | 2015-08-14T18:41:14Z | 2015-08-14T18:41:14Z | NONE | null | In other words, there is no bounds checking for Series.iloc[] with a negative argument. It just accesses whatever is in the memory there. Also a security breach.
It does appear to check on write, just not on read.
Python 2.7.10 |Anaconda 2.1.0 (64-bit)| (default, May 28 2015, 17:02:03)
[GCC 4.4.7 20120313 (Red Hat 4... | {
"+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/10779/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10779/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10780 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10780/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10780/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10780/events | https://github.com/pandas-dev/pandas/issues/10780 | 99,983,042 | MDU6SXNzdWU5OTk4MzA0Mg== | 10,780 | grouped.filter with dropna option | {
"avatar_url": "https://avatars.githubusercontent.com/u/10853125?v=4",
"events_url": "https://api.github.com/users/leo4183/events{/privacy}",
"followers_url": "https://api.github.com/users/leo4183/followers",
"following_url": "https://api.github.com/users/leo4183/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": "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... | 3 | 2015-08-10T06:15:26Z | 2016-12-20T20:44:26Z | 2016-12-20T20:44:26Z | NONE | null | in Pandas 0.16.2:
```
grouped = a.groupby(idx)
grouped.filter(lambda x: x.mean()>0.0, dropna=False)
```
in case there was no group whose `x.mean()` was larger than zero, an `AttributeError: 'list' object has no attribute 'astype'` would be raised (rather than returning an all `NaN` dataframe/serie in previous version... | {
"+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/10780/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10780/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10781 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10781/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10781/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10781/events | https://github.com/pandas-dev/pandas/issues/10781 | 100,005,765 | MDU6SXNzdWUxMDAwMDU3NjU= | 10,781 | ix/loc using indices rather than labels when passed a list for integer MultiIndex DataFrame? | {
"avatar_url": "https://avatars.githubusercontent.com/u/5364988?v=4",
"events_url": "https://api.github.com/users/ppeder08/events{/privacy}",
"followers_url": "https://api.github.com/users/ppeder08/followers",
"following_url": "https://api.github.com/users/ppeder08/following{/other_user}",
"gists_url": "http... | [
{
"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": "20... | closed | false | null | [] | null | 1 | 2015-08-10T08:22:02Z | 2015-08-10T10:50:35Z | 2015-08-10T10:50:23Z | NONE | null | For an integer MultiIndex DataFrame, the ix and loc properties should use labels rather than indices, right? However, this seems not to be the case if ix/loc is passed a list containing multiple labels refering to a single level. That is, the following example
``` python
import numpy as np
import pandas as pd
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/10781/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10781/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10782 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10782/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10782/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10782/events | https://github.com/pandas-dev/pandas/issues/10782 | 100,046,798 | MDU6SXNzdWUxMDAwNDY3OTg= | 10,782 | Improve Installation documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/4750881?v=4",
"events_url": "https://api.github.com/users/ganego/events{/privacy}",
"followers_url": "https://api.github.com/users/ganego/followers",
"following_url": "https://api.github.com/users/ganego/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "3465A4",
"default": false,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-10T11:56:34Z | 2015-08-11T10:35:48Z | 2015-08-11T10:35:45Z | CONTRIBUTOR | null | On this website http://pandas.pydata.org/pandas-docs/stable/install.html there are the console commands to install pandas on for example debian.
They are listed as _sudo apt-get install python-pandas_.
It would be a good idea to mention, that this will install pandas for python2 and you need to specificly write _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/10782/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10782/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10783 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10783/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10783/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10783/events | https://github.com/pandas-dev/pandas/issues/10783 | 100,051,715 | MDU6SXNzdWUxMDAwNTE3MTU= | 10,783 | Undesired behaviour using to_csv with QUOTE_NONE | {
"avatar_url": "https://avatars.githubusercontent.com/u/5354387?v=4",
"events_url": "https://api.github.com/users/pronojitsaha/events{/privacy}",
"followers_url": "https://api.github.com/users/pronojitsaha/followers",
"following_url": "https://api.github.com/users/pronojitsaha/following{/other_user}",
"gists... | [
{
"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 | [] | {
"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... | 4 | 2015-08-10T12:28:48Z | 2015-08-13T15:50:22Z | 2015-08-11T08:15:04Z | NONE | null | Hi,
My data frame contains unicode strings. Now when I use 'to_csv' without any quoting parameter, I get a csv file where certain fields (2 out of 11 to be exact) are in double quotes. For example:
`28,"May 8, 2013 10:22 AM","76th St, Yates Blvd",41.75717,-87.56633,3,-,1,4,-`
Now when I use csv.QUOTE_NONE i get the f... | {
"+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/10783/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10783/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10784 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10784/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10784/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10784/events | https://github.com/pandas-dev/pandas/pull/10784 | 100,055,583 | MDExOlB1bGxSZXF1ZXN0NDIwMTYzNDQ= | 10,784 | Update install.rst | {
"avatar_url": "https://avatars.githubusercontent.com/u/4750881?v=4",
"events_url": "https://api.github.com/users/ganego/events{/privacy}",
"followers_url": "https://api.github.com/users/ganego/followers",
"following_url": "https://api.github.com/users/ganego/following{/other_user}",
"gists_url": "https://ap... | [
{
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-10T12:51:02Z | 2015-08-11T10:35:34Z | 2015-08-11T10:35:34Z | CONTRIBUTOR | null | closes #10782
- Added hint regarding pip install on low memory machines.
- Added hint to python 3 version of pandas from distributon repos.
| {
"+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/10784/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10784/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10784.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10784",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10784.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10784"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10785 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10785/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10785/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10785/events | https://github.com/pandas-dev/pandas/issues/10785 | 100,056,471 | MDU6SXNzdWUxMDAwNTY0NzE= | 10,785 | DataFrame.sum() inconsistent behavior treating full row/col of NANs | {
"avatar_url": "https://avatars.githubusercontent.com/u/13731237?v=4",
"events_url": "https://api.github.com/users/siyantan/events{/privacy}",
"followers_url": "https://api.github.com/users/siyantan/followers",
"following_url": "https://api.github.com/users/siyantan/following{/other_user}",
"gists_url": "htt... | [
{
"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": "006b75"... | closed | false | null | [] | null | 1 | 2015-08-10T12:55:04Z | 2015-08-10T12:57:27Z | 2015-08-10T12:56:54Z | NONE | null | Seeing an odd issue. When doing a sum and the full column or row is NAN, I expect NAN as the result. Recently my system has been giving a sum of zero if the full row is NAN, unless skipna=FALSE is specified (but of course that screws up rows with only one NAN, for example).
I would have thought skipna=TRUE, which is ... | {
"+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/10785/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10785/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10786 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10786/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10786/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10786/events | https://github.com/pandas-dev/pandas/issues/10786 | 100,077,919 | MDU6SXNzdWUxMDAwNzc5MTk= | 10,786 | Int64Index does not support modulo operator under pandas 0.15 | {
"avatar_url": "https://avatars.githubusercontent.com/u/3150861?v=4",
"events_url": "https://api.github.com/users/nmusolino/events{/privacy}",
"followers_url": "https://api.github.com/users/nmusolino/followers",
"following_url": "https://api.github.com/users/nmusolino/following{/other_user}",
"gists_url": "h... | [
{
"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": "00... | 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 | 2015-08-10T14:19:14Z | 2015-08-10T14:30:57Z | 2015-08-10T14:30:33Z | CONTRIBUTOR | null | In pandas 0.15, a DataFrame's index no longer supports the modulo operator. I believe the following code used to work under pandas 0.14, but under pandas 0.15, a TypeError indicating "unsupported operand types" is raised:
```
In [1]: import pandas ... | {
"+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/10786/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10786/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10787 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10787/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10787/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10787/events | https://github.com/pandas-dev/pandas/issues/10787 | 100,097,484 | MDU6SXNzdWUxMDAwOTc0ODQ= | 10,787 | Pandas runs so slow when get option data | {
"avatar_url": "https://avatars.githubusercontent.com/u/13733596?v=4",
"events_url": "https://api.github.com/users/zhimakaimenxa/events{/privacy}",
"followers_url": "https://api.github.com/users/zhimakaimenxa/followers",
"following_url": "https://api.github.com/users/zhimakaimenxa/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 | [] | null | 2 | 2015-08-10T15:42:30Z | 2015-08-11T11:39:16Z | 2015-08-11T10:36:50Z | NONE | null | I'm using windows server 2003, and python2.7 with pandas 0.16.2. It takes my computer 4-5 minutes to execute the following program:
---
from pandas.io.data import Options
aapl = Options('uso', 'yahoo')
data = aapl.get_all_data()
print data.iloc[0:5, 0:5]
---
Is it ok or not?
If anyone wants to know more details, ... | {
"+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/10787/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10787/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10788 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10788/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10788/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10788/events | https://github.com/pandas-dev/pandas/issues/10788 | 100,107,817 | MDU6SXNzdWUxMDAxMDc4MTc= | 10,788 | TST/API: Simplify testing functions API | {
"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": "AD7FA8",
"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",
... | 3 | 2015-08-10T16:25:49Z | 2020-05-22T03:09:52Z | null | MEMBER | null | Derived from #10507. Consider better API for testing functions.
### 1. How to specify comparison tolerance
Current assert functions have `check_less_precise` and `check_exact` flags to specify how to compare values:
- `check_exact=True`: Use `assert_equal`, comparison using `==`.
- `check_exact=False` and `check_less_... | {
"+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/10788/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10788/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10789 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10789/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10789/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10789/events | https://github.com/pandas-dev/pandas/issues/10789 | 100,112,679 | MDU6SXNzdWUxMDAxMTI2Nzk= | 10,789 | ENH: Allow exponential weighing functions to specify alpha, in addition to span / com / halflife | {
"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": "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": "006b75",
"default": false,
"description": "A... | closed | false | null | [] | {
"closed_at": "2016-03-12T16:19:08Z",
"closed_issues": 469,
"created_at": "2015-07-19T20:18: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 | 2015-08-10T16:43:54Z | 2016-03-06T14:57:59Z | 2016-03-06T14:57:59Z | CONTRIBUTOR | null | Currently the exponential functions take one of three arguments to specify the length of backhistory. Each of these numerically converts to alpha. Outlined here: http://pandas.pydata.org/pandas-docs/stable/computation.html#exponentially-weighted-moment-functions
Is there a reason we don't allow users to just pass 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/10789/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10789/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10790 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10790/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10790/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10790/events | https://github.com/pandas-dev/pandas/issues/10790 | 100,188,782 | MDU6SXNzdWUxMDAxODg3ODI= | 10,790 | Clarification: Index.to_native_types() always converts to strings | {
"avatar_url": "https://avatars.githubusercontent.com/u/920492?v=4",
"events_url": "https://api.github.com/users/jiffyclub/events{/privacy}",
"followers_url": "https://api.github.com/users/jiffyclub/followers",
"following_url": "https://api.github.com/users/jiffyclub/following{/other_user}",
"gists_url": "ht... | [
{
"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 | 6 | 2015-08-10T23:09:16Z | 2015-08-11T15:53:42Z | 2015-08-11T10:36:31Z | NONE | null | This may have been intended, but this change (https://github.com/pydata/pandas/commit/3d54482bbd8086c27a01d489a0ae751e0b9c3731) released in 0.16.2 broke some of my code because `Index.to_native_types()` started converting all index types to strings, even integers. By reading the source I found I can prevent that by pas... | {
"+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/10790/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10790/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10791 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10791/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10791/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10791/events | https://github.com/pandas-dev/pandas/pull/10791 | 100,190,894 | MDExOlB1bGxSZXF1ZXN0NDIwNzgwMDA= | 10,791 | BUG: Index.take may add unnecessary freq attribute | {
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-10T23:30:11Z | 2015-08-12T13:51:53Z | 2015-08-12T13:51:50Z | MEMBER | null | `Index.freq` should raise `AttributeError` in non-datetime-like index. But `Index.take` adds `freq=None` and broke the behavior.
```
import pandas as pd
idx = pd.Index([1, 2, 3])
idx.freq
# AttributeError: 'Int64Index' object has no attribute 'freq'
idx.take([True, False, True]).freq
# None
```
| {
"+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/10791/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10791/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10791.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10791",
"merged_at": "2015-08-12T13:51:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10791.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10791"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10792 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10792/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10792/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10792/events | https://github.com/pandas-dev/pandas/issues/10792 | 100,192,486 | MDU6SXNzdWUxMDAxOTI0ODY= | 10,792 | API: nlargest/nsmallest, take_last -> keep | {
"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": "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 | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-10T23:45:43Z | 2015-08-29T00:03:43Z | 2015-08-29T00:03:43Z | CONTRIBUTOR | null | `nlargest/nsmallest` on frame should have `take_last` -> `keep`, in-line with #10236
[here](https://github.com/pydata/pandas/blob/master/pandas/core/frame.py#3187)
no deprecation is necessary as this is new in 0.17.0
cc @sinhrks
cc @cpcloud
| {
"+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/10792/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10792/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10793 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10793/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10793/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10793/events | https://github.com/pandas-dev/pandas/issues/10793 | 100,222,348 | MDU6SXNzdWUxMDAyMjIzNDg= | 10,793 | BUG: read_csv on windows loads "zero width no-break-space" unicode character | {
"avatar_url": "https://avatars.githubusercontent.com/u/1865885?v=4",
"events_url": "https://api.github.com/users/hlin117/events{/privacy}",
"followers_url": "https://api.github.com/users/hlin117/followers",
"following_url": "https://api.github.com/users/hlin117/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": "444444",
"default": false,
"descript... | closed | false | null | [] | null | 6 | 2015-08-11T04:22:08Z | 2015-08-11T10:36:09Z | 2015-08-11T10:36:09Z | NONE | null | I'm working on a windows computer, with python pandas 0.16.2 installed. This is what happens when I tried loading in my csv file.

According to <a href="http://www.utf8-chartable.de/unicode-utf8-table.pl?start=6... | {
"+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/10793/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10793/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10794 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10794/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10794/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10794/events | https://github.com/pandas-dev/pandas/pull/10794 | 100,266,125 | MDExOlB1bGxSZXF1ZXN0NDIxMDc3MTg= | 10,794 | DOC: add guideline to use versionadded directive to contributing docs (GH10215) | {
"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": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-11T09:13:41Z | 2015-08-12T11:37:32Z | 2015-08-12T11:37:32Z | MEMBER | null | Closes #10215
| {
"+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/10794/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10794/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10794.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10794",
"merged_at": "2015-08-12T11:37:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10794.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10794"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10795 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10795/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10795/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10795/events | https://github.com/pandas-dev/pandas/pull/10795 | 100,267,462 | MDExOlB1bGxSZXF1ZXN0NDIxMDg0MTg= | 10,795 | TST: Suppress warnings of drop_duplicates 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"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-11T09:21:38Z | 2015-08-12T13:51:24Z | 2015-08-12T09:55:47Z | MEMBER | null | Follow-up of #10236. Suppress unnecessary warnings during the test.
| {
"+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/10795/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10795/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10795.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10795",
"merged_at": "2015-08-12T09:55:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10795.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10795"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10796 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10796/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10796/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10796/events | https://github.com/pandas-dev/pandas/issues/10796 | 100,357,890 | MDU6SXNzdWUxMDAzNTc4OTA= | 10,796 | Incorrect groupby displayed in IPython Notebook with 64-bit floats and multi-index | {
"avatar_url": "https://avatars.githubusercontent.com/u/1253373?v=4",
"events_url": "https://api.github.com/users/brianckeegan/events{/privacy}",
"followers_url": "https://api.github.com/users/brianckeegan/followers",
"following_url": "https://api.github.com/users/brianckeegan/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": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | 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",
... | 5 | 2015-08-11T16:55:37Z | 2016-04-04T21:33:52Z | null | NONE | null | I ran into this bug when attempting some groupby-aggregates on data that had 64-bit floats.
```
_ids = np.array(range(201500000100,201500000110)*3).astype(float)
_df = pd.DataFrame({'id':_ids,
'value_1':np.random.randint(0,10,30),
'value_2':list('ABC')*10})
```
A simple groupby-aggregation produce... | {
"+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/10796/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10796/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10797 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10797/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10797/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10797/events | https://github.com/pandas-dev/pandas/issues/10797 | 100,379,543 | MDU6SXNzdWUxMDAzNzk1NDM= | 10,797 | Accept index in addition to list for set_index | {
"avatar_url": "https://avatars.githubusercontent.com/u/1712022?v=4",
"events_url": "https://api.github.com/users/michaelbilow/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelbilow/followers",
"following_url": "https://api.github.com/users/michaelbilow/following{/other_user}",
"gists... | [
{
"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": null,
... | 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",
... | 5 | 2015-08-11T18:46:23Z | 2021-04-18T23:20:29Z | null | NONE | null | Running this code generates an error, since columns are now considered an Index and not a list. I'm not sure if the error that gets raised (set_index ends up asking for an index that is the entire length of the data frame) is actually by design. In this case, it was a bit unintuitive to figure out how to catch, since 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/10797/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10797/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10798 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10798/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10798/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10798/events | https://github.com/pandas-dev/pandas/issues/10798 | 100,395,485 | MDU6SXNzdWUxMDAzOTU0ODU= | 10,798 | ENH: Support datetime.date in Period Index | {
"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": "AFEEEE",
"default": false,
"description": null,
... | 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",
... | 3 | 2015-08-11T19:56:02Z | 2021-06-05T18:59:49Z | null | CONTRIBUTOR | null | `PeriodIndex`s should resolve when `datetime.date` is passed into `in`, but doesn't. Example below.
Tracing this through, it looks like `parse_time_string` is expected to return a tuple in `get_loc` (which is called by `__contains__`): https://github.com/pydata/pandas/blob/master/pandas/tseries/period.py#L610
But 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/10798/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10798/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10799 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10799/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10799/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10799/events | https://github.com/pandas-dev/pandas/pull/10799 | 100,398,171 | MDExOlB1bGxSZXF1ZXN0NDIxNzIxNjg= | 10,799 | Allows set_index() to take an Index as an argument (#10797) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1712022?v=4",
"events_url": "https://api.github.com/users/michaelbilow/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelbilow/followers",
"following_url": "https://api.github.com/users/michaelbilow/following{/other_user}",
"gists... | [
{
"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": "02... | closed | false | null | [] | null | 3 | 2015-08-11T20:12:01Z | 2015-11-10T01:27:28Z | 2015-11-10T01:27:28Z | NONE | null | Simple change, closes #10797
| {
"+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/10799/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10799/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10799.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10799",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10799.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10799"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10800 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10800/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10800/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10800/events | https://github.com/pandas-dev/pandas/pull/10800 | 100,398,640 | MDExOlB1bGxSZXF1ZXN0NDIxNzI0NTY= | 10,800 | BUG: pd.Series.interpolate(method='spline') Errort Msg, #10633 | {
"avatar_url": "https://avatars.githubusercontent.com/u/983944?v=4",
"events_url": "https://api.github.com/users/springcoil/events{/privacy}",
"followers_url": "https://api.github.com/users/springcoil/followers",
"following_url": "https://api.github.com/users/springcoil/following{/other_user}",
"gists_url": ... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "006b... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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... | 18 | 2015-08-11T20:14:58Z | 2015-08-21T20:20:10Z | 2015-08-21T19:56:29Z | CONTRIBUTOR | null | Closes #10633
This a first attempt at the error messages mentioned. Not ready to merge yet but I wanted to start the conversation...
I think I might have the error message wrong - anyone got any ideas.
| {
"+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/10800/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10800/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10800.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10800",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10800.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10800"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10801 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10801/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10801/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10801/events | https://github.com/pandas-dev/pandas/pull/10801 | 100,428,782 | MDExOlB1bGxSZXF1ZXN0NDIxODc2MjY= | 10,801 | PeriodIndex test keys that aren't strings | {
"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": "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"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"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 | 2015-08-11T22:50:49Z | 2015-11-22T09:02:08Z | 2015-08-26T01:23:14Z | CONTRIBUTOR | null | Closes https://github.com/pydata/pandas/issues/10798
Not sure if the testing is done in a good way - I just copy & pasted code to test `PeriodIndex` & `DatetimeIndex` (it wouldn't work for `LikeDatetimeIndex` because of `TimeDeltaIndex`) - very open to feedback on better ways to do this.
| {
"+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/10801/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10801/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10801.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10801",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10801.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10801"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10802 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10802/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10802/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10802/events | https://github.com/pandas-dev/pandas/issues/10802 | 100,438,790 | MDU6SXNzdWUxMDA0Mzg3OTA= | 10,802 | Should empty strings be null for notnull() and isnull()? | {
"avatar_url": "https://avatars.githubusercontent.com/u/9683693?v=4",
"events_url": "https://api.github.com/users/nickeubank/events{/privacy}",
"followers_url": "https://api.github.com/users/nickeubank/followers",
"following_url": "https://api.github.com/users/nickeubank/following{/other_user}",
"gists_url":... | [
{
"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": "AD7FA8"... | closed | false | null | [] | null | 6 | 2015-08-12T00:10:03Z | 2020-05-03T20:09:24Z | 2020-05-03T20:09:24Z | CONTRIBUTOR | null | Is there a reason that `notnull()` and `isnull()` consider an empty string to not be a missing value?
```
pd.isnull('')
False
```
Seems like in string data, people usually think of the empty string as "missing".
| {
"+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/10802/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10802/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.