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/2901 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2901/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2901/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2901/events | https://github.com/pandas-dev/pandas/issues/2901 | 11,180,899 | MDU6SXNzdWUxMTE4MDg5OQ== | 2,901 | Assign to Series slice of a Panel | {
"avatar_url": "https://avatars.githubusercontent.com/u/3384337?v=4",
"events_url": "https://api.github.com/users/joeb1415/events{/privacy}",
"followers_url": "https://api.github.com/users/joeb1415/followers",
"following_url": "https://api.github.com/users/joeb1415/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 3 | 2013-02-20T01:23:22Z | 2013-03-10T18:35:33Z | 2013-03-10T17:46:42Z | NONE | null | p = Panel(ones((2, 5, 4)), items=['Item1', 'Item2'], major_axis=date_range('1/1/2000', periods=5), minor_axis=['A', 'B', 'C', 'D'])
x = Series([2, 3, 4, 5], index=p.minor_axis)
p.ix[0, 0] = 4 # works
p.ix[0, 0, :] = x # works
p.ix[0, 0] = x # doesn't work
pandas.version.version
'0.10.1'
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/2901/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2901/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2902 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2902/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2902/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2902/events | https://github.com/pandas-dev/pandas/issues/2902 | 11,183,346 | MDU6SXNzdWUxMTE4MzM0Ng== | 2,902 | MultiIndex on complex DataFrame.apply | {
"avatar_url": "https://avatars.githubusercontent.com/u/1308430?v=4",
"events_url": "https://api.github.com/users/theandygross/events{/privacy}",
"followers_url": "https://api.github.com/users/theandygross/followers",
"following_url": "https://api.github.com/users/theandygross/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"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 1 | 2013-02-20T03:22:35Z | 2013-03-28T17:44:22Z | 2013-03-28T17:44:22Z | CONTRIBUTOR | null | Seem to be converting MultiIndex into tuples when I do a complex apply:
```
import pandas as pd
s = pd.DataFrame([[1,2], [3,4], [5,6]])
s.index = pd.MultiIndex.from_arrays([['a','a','b'], ['c','d','d']])
s.columns = ['col1','col2']
s
```
<table border="1" class="dataframe">
<thead>
<tr style="text-align: right... | {
"+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/2902/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2902/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2903 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2903/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2903/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2903/events | https://github.com/pandas-dev/pandas/issues/2903 | 11,187,594 | MDU6SXNzdWUxMTE4NzU5NA== | 2,903 | MultiIndex xs failure on axis=1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1094464?v=4",
"events_url": "https://api.github.com/users/lodagro/events{/privacy}",
"followers_url": "https://api.github.com/users/lodagro/followers",
"following_url": "https://api.github.com/users/lodagro/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": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 3 | 2013-02-20T07:42:05Z | 2013-04-17T00:13:10Z | 2013-03-22T17:37:35Z | CONTRIBUTOR | null | ``` python
In [40]: columns = pd.MultiIndex.from_tuples([('a', 'foo'), ('a', 'bar'), ('b', 'hello'), ('b', 'world')], names=['lvl0', 'lvl1'])
In [41]: df = pd.DataFrame(np.random.randn(4, 4), columns=columns)
In [42]: df
Out[42]:
lvl0 a b
lvl1 foo bar hello world
0 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/2903/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2903/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2904 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2904/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2904/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2904/events | https://github.com/pandas-dev/pandas/issues/2904 | 11,191,799 | MDU6SXNzdWUxMTE5MTc5OQ== | 2,904 | df.ix[] inconsistency between axis for MultiIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/1094464?v=4",
"events_url": "https://api.github.com/users/lodagro/events{/privacy}",
"followers_url": "https://api.github.com/users/lodagro/followers",
"following_url": "https://api.github.com/users/lodagro/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": "20... | closed | 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... | 11 | 2013-02-20T10:29:37Z | 2017-01-19T22:11:43Z | 2017-01-19T22:11:43Z | CONTRIBUTOR | null | ``` python
In [42]: from itertools import product
In [43]: import pandas as pd
In [44]: import numpy as np
In [45]: index = pd.MultiIndex.from_tuples([t for t in product([10, 20, 30], ['a', 'b'])])
In [46]: df = pd.DataFrame(np.random.randn(6, 6), index, index)
In [47]: df
Out[47]:
10 ... | {
"+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/2904/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2904/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2905 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2905/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2905/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2905/events | https://github.com/pandas-dev/pandas/issues/2905 | 11,217,123 | MDU6SXNzdWUxMTIxNzEyMw== | 2,905 | Feature request: add a count_uniques function on dataframes | {
"avatar_url": "https://avatars.githubusercontent.com/u/880413?v=4",
"events_url": "https://api.github.com/users/spenczar/events{/privacy}",
"followers_url": "https://api.github.com/users/spenczar/followers",
"following_url": "https://api.github.com/users/spenczar/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"
}
] | closed | 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... | 7 | 2013-02-20T21:52:07Z | 2014-05-29T06:11:32Z | 2014-05-29T06:11:32Z | NONE | null | I find myself writing this utility over and over in my usual work:
``` python
def count_uniques(df, groupby, unique_on):
"""Takes a dataframe, groups it by groupby, and counts the unique
values of unique_on."""
return df.groupby(groupby).agg({unique_on: lambda x: len(x.unique())})
```
This is easiest to ... | {
"+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/2905/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2905/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2906 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2906/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2906/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2906/events | https://github.com/pandas-dev/pandas/issues/2906 | 11,217,478 | MDU6SXNzdWUxMTIxNzQ3OA== | 2,906 | date_range bug? | {
"avatar_url": "https://avatars.githubusercontent.com/u/963910?v=4",
"events_url": "https://api.github.com/users/xdong/events{/privacy}",
"followers_url": "https://api.github.com/users/xdong/followers",
"following_url": "https://api.github.com/users/xdong/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"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 2 | 2013-02-20T22:00:55Z | 2013-03-13T23:53:50Z | 2013-03-13T23:53:50Z | NONE | null | If 'start' is a timezone-aware datetime.datetime or Timestamp, then it will get shifted by several hours.
``` python
In [1]: from pandas import *
In [2]: start = Timestamp('20130220 10:00', tz='US/Eastern')
In [3]: start
Out[3]: <Timestamp: 2013-02-20 10:00:00-0500 EST, tz=US/Eastern>
In [4]: dr = date_range(start,... | {
"+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/2906/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2906/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2907 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2907/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2907/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2907/events | https://github.com/pandas-dev/pandas/issues/2907 | 11,219,941 | MDU6SXNzdWUxMTIxOTk0MQ== | 2,907 | BUG: df.reindex() does not return a copy | {
"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://... | [] | closed | false | null | [] | null | 1 | 2013-02-20T23:05:39Z | 2013-02-21T19:32:29Z | 2013-02-21T19:32:29Z | CONTRIBUTOR | null | reindexing with all axes of None right now returns the same object
copy is not triggered, even though copy flag is True by default
in the same situation align will copy, and reindex_axis will as well
should I fix this? or leave as 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/2907/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2907/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2908 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2908/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2908/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2908/events | https://github.com/pandas-dev/pandas/issues/2908 | 11,222,690 | MDU6SXNzdWUxMTIyMjY5MA== | 2,908 | Feature request: specify chunksize for read_sql | {
"avatar_url": "https://avatars.githubusercontent.com/u/2013388?v=4",
"events_url": "https://api.github.com/users/dhstack/events{/privacy}",
"followers_url": "https://api.github.com/users/dhstack/followers",
"following_url": "https://api.github.com/users/dhstack/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": "06909A",
"default": false,
"description": "IO issue... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"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 | 2013-02-21T00:35:13Z | 2014-10-07T00:15:24Z | 2014-10-07T00:15:24Z | NONE | null | It would be helpful to iterate through rows returned from an sql query (sqlite specifically) chunk by chunk just as is done in the read_csv and text files function as described here: http://pandas.pydata.org/pandas-docs/stable/io.html#iterating-through-files-chunk-by-chunk
The return value should be an iterable object... | {
"+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/2908/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2908/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2909 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2909/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2909/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2909/events | https://github.com/pandas-dev/pandas/issues/2909 | 11,243,535 | MDU6SXNzdWUxMTI0MzUzNQ== | 2,909 | applymap and misc/float columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/890156?v=4",
"events_url": "https://api.github.com/users/jankatins/events{/privacy}",
"followers_url": "https://api.github.com/users/jankatins/followers",
"following_url": "https://api.github.com/users/jankatins/following{/other_user}",
"gists_url": "ht... | [] | closed | false | null | [] | null | 7 | 2013-02-21T14:50:50Z | 2013-02-21T19:09:15Z | 2013-02-21T19:07:07Z | CONTRIBUTOR | null | This works as expected in latest pandas:
```
> df = pandas.DataFrame(data=[1,"a"])
> print(df)
0
0 1
1 a
> print(df.applymap(lambda x: x))
0
0 1
1 a
```
This does not (note the float "1." instead if "1"):
```
> df = pandas.DataFrame(data=[1.,"a"])
> print(df)
0
0 1
1 a
> print(df.applymap(lambda x: 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/2909/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2909/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2910 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2910/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2910/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2910/events | https://github.com/pandas-dev/pandas/pull/2910 | 11,248,911 | MDExOlB1bGxSZXF1ZXN0NDI1NzAxNw== | 2,910 | BUG: incorrect default in df.convert_objects was converting object types (#2909) | {
"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"
}
] | closed | false | null | [] | null | 2 | 2013-02-21T16:50:34Z | 2014-06-22T07:36:52Z | 2013-02-23T01:19:53Z | CONTRIBUTOR | null | showing up in applymap (#2909)
| {
"+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/2910/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2910/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2910.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2910",
"merged_at": "2013-02-23T01:19:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2910.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2910"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2911 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2911/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2911/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2911/events | https://github.com/pandas-dev/pandas/issues/2911 | 11,250,908 | MDU6SXNzdWUxMTI1MDkwOA== | 2,911 | Slicing a dataframe for rows by set of index labels returns empty rows for missing labels, feature or bug? | {
"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": "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": "AD... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"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... | 4 | 2013-02-21T17:38:18Z | 2013-09-21T12:21:43Z | 2013-09-21T12:21:37Z | CONTRIBUTOR | null | what is the best way to safely slice using multiple index labels? (i.e. not create new NaN rows?) is the best way to do this to intersect the index with the searched values before searching?
```
import pandas
df = pandas.DataFrame([[1,2], [3,4]], index=['X', 'Y'], columns=['A', 'B'])
df.ix[['X', 'Z'], :]
Out[1]:
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/2911/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2911/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2912 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2912/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2912/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2912/events | https://github.com/pandas-dev/pandas/issues/2912 | 11,253,587 | MDU6SXNzdWUxMTI1MzU4Nw== | 2,912 | Groupby and transform on DataFrame produces FutureWarning | {
"avatar_url": "https://avatars.githubusercontent.com/u/168236?v=4",
"events_url": "https://api.github.com/users/abielr/events{/privacy}",
"followers_url": "https://api.github.com/users/abielr/followers",
"following_url": "https://api.github.com/users/abielr/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 2 | 2013-02-21T18:45:31Z | 2013-03-20T01:22:50Z | 2013-03-20T01:22:50Z | NONE | null | Using pandas 0.10.1:
```
df1 = pd.DataFrame(np.random.randn(10))
df1.groupby(np.arange(len(df1))).transform(lambda x: x)
```
produces:
```
FutureWarning: rename with inplace=True will return None from pandas 0.11 onward.
```
In the release notes for 0.10.1 I saw the changes regarding functions with the `inplace` 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/2912/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2912/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2913 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2913/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2913/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2913/events | https://github.com/pandas-dev/pandas/issues/2913 | 11,270,634 | MDU6SXNzdWUxMTI3MDYzNA== | 2,913 | groupby float column with as_index=False will return an object column | {
"avatar_url": "https://avatars.githubusercontent.com/u/2628740?v=4",
"events_url": "https://api.github.com/users/zhangruoyu/events{/privacy}",
"followers_url": "https://api.github.com/users/zhangruoyu/followers",
"following_url": "https://api.github.com/users/zhangruoyu/following{/other_user}",
"gists_url":... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or b... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"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... | 2 | 2013-02-22T01:43:13Z | 2013-09-21T14:17:43Z | 2013-09-21T14:17:43Z | NONE | null | I'm using version 0.10.0
```
import pandas as pd
import numpy as np
df = pd.DataFrame({
"A":np.random.randint(0, 5, 20).astype(float),
"B":np.random.random(20)})
df2 = df.groupby("A", as_index=False).mean()
print df2.dtypes
```
the result is
```
A object
B float64
```
I think this is because float ... | {
"+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/2913/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2913/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2914 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2914/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2914/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2914/events | https://github.com/pandas-dev/pandas/pull/2914 | 11,270,869 | MDExOlB1bGxSZXF1ZXN0NDI2NzI1MQ== | 2,914 | BUG: support data column indexers that have a large numbers of values | {
"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"
}
] | closed | false | null | [] | null | 0 | 2013-02-22T01:53:33Z | 2014-06-13T05:35:05Z | 2013-02-23T16:43:51Z | CONTRIBUTOR | null | This is conceptually (and implemented) like an `isin`
You can give a list of values that you want for a particular column, rather
than a boolean expression. This was already speced in the API, just
not implemented correctly!
Something like this
```
store.select('df',[pd.Term('users',[ 'a%03d' % i for i in xrange(60)... | {
"+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/2914/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2914/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2914.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2914",
"merged_at": "2013-02-23T16:43:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2914.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2914"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2915 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2915/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2915/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2915/events | https://github.com/pandas-dev/pandas/pull/2915 | 11,301,327 | MDExOlB1bGxSZXF1ZXN0NDI4MTA2Mw== | 2,915 | CLN: refactor of frame.py/panel.py to move common code to generic.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "FCE94F",
"default": false,
"description": "Internal refactoring of code",
"id": 127681,
"name": "Refactor",
"node_id": "MDU6TGFiZWwxMjc2ODE=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Refactor"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"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... | 4 | 2013-02-22T19:27:53Z | 2013-04-03T19:03:07Z | 2013-04-03T19:03:07Z | CONTRIBUTOR | null | - Refactor of frame.py/panel.py to move common code to generic.py
all axis creation and manipulation code is now common (except for Series)
- added _setup_axes to create generic NDFrame structures
- moved methods (some methods moved from series as well)
- from_axes,_wrap_array,axes,ix,shape,empty,swapaxes,tra... | {
"+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/2915/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2915/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2915.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2915",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/2915.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2915"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2916 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2916/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2916/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2916/events | https://github.com/pandas-dev/pandas/issues/2916 | 11,324,756 | MDU6SXNzdWUxMTMyNDc1Ng== | 2,916 | Ongoing: Fixing docstrings | {
"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": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "0e8a16",
"default": true,
"description": null,
"id": 7171206... | closed | 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... | 11 | 2013-02-23T20:20:45Z | 2019-01-01T17:28:25Z | 2019-01-01T17:28:25Z | NONE | null | Just pushed `scripts/find_undoc_args.py`. putting this here
for the occasional drive-by contributor, and newcomers who would appreciate
an opportunity to make a "low-risk" first PR.
- [x] 1) [pandas/compat/scipy.py:8 (scoreatpercentile())](https://github.com/pydata/pandas/blob/master/pandas/compat/scipy.py#L8) - **Mis... | {
"+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/2916/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2916/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2917 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2917/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2917/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2917/events | https://github.com/pandas-dev/pandas/pull/2917 | 11,325,890 | MDExOlB1bGxSZXF1ZXN0NDI5MDkzMg== | 2,917 | DOC: add "kde" and "density" to plot kind docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/746408?v=4",
"events_url": "https://api.github.com/users/gdraps/events{/privacy}",
"followers_url": "https://api.github.com/users/gdraps/followers",
"following_url": "https://api.github.com/users/gdraps/following{/other_user}",
"gists_url": "https://api... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 1 | 2013-02-23T21:51:01Z | 2013-09-19T07:56:45Z | 2013-02-23T22:07:36Z | CONTRIBUTOR | null | Changes accepted `kind` parameter values from `{'line', 'bar', 'barh'}` to `{'line', 'bar', 'barh', 'kde', 'density'}`
| {
"+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/2917/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2917/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2917.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2917",
"merged_at": "2013-02-23T22:07:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2917.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2917"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2918 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2918/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2918/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2918/events | https://github.com/pandas-dev/pandas/pull/2918 | 11,326,181 | MDExOlB1bGxSZXF1ZXN0NDI5MTAyOA== | 2,918 | Verbose info configuration | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 16 | 2013-02-23T22:14:52Z | 2014-06-21T12:31:12Z | 2013-03-14T04:30:37Z | MEMBER | 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/2918/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2918/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2918.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2918",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/2918.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2918"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/2919 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2919/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2919/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2919/events | https://github.com/pandas-dev/pandas/pull/2919 | 11,326,223 | MDExOlB1bGxSZXF1ZXN0NDI5MTA0MA== | 2,919 | ENH: add escape parameter to to_html() | {
"avatar_url": "https://avatars.githubusercontent.com/u/746408?v=4",
"events_url": "https://api.github.com/users/gdraps/events{/privacy}",
"followers_url": "https://api.github.com/users/gdraps/followers",
"following_url": "https://api.github.com/users/gdraps/following{/other_user}",
"gists_url": "https://api... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 15 | 2013-02-23T22:17:49Z | 2014-06-13T07:22:05Z | 2013-04-10T07:34:26Z | CONTRIBUTOR | null | Treating DataFrame content as plain text, rather than HTML markup, by escaping
everything (#2617) seems like the right default for `to_html()`, however, if a DataFrame contains HTML ([example](http://stackoverflow.com/questions/14627380/pandas-html-output-with-conditional-formatting)) or text already HTML escaped, it r... | {
"+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/2919/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2919/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2919.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2919",
"merged_at": "2013-04-10T07:34:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2919.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2919"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2920 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2920/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2920/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2920/events | https://github.com/pandas-dev/pandas/pull/2920 | 11,328,540 | MDExOlB1bGxSZXF1ZXN0NDI5MTc3NA== | 2,920 | BLD: fixed file modes | {
"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://... | [] | closed | false | null | [] | null | 0 | 2013-02-24T02:03:50Z | 2013-02-24T02:17:44Z | 2013-02-24T02:07:10Z | 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/2920/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2920/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2920.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2920",
"merged_at": "2013-02-24T02:07:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2920.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2920"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/2921 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2921/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2921/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2921/events | https://github.com/pandas-dev/pandas/pull/2921 | 11,335,475 | MDExOlB1bGxSZXF1ZXN0NDI5Mzc1OQ== | 2,921 | ENH: change flatten to ravel (in internals/pytables) | {
"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://... | [] | closed | false | null | [] | null | 0 | 2013-02-24T15:08:00Z | 2013-02-25T12:30:33Z | 2013-02-25T12:30:33Z | CONTRIBUTOR | null | - micro-tweak yields small but non-zero perf gains, as ravel doesn't copy uncessarily
- added frame_to_csv_mixed to vbench
| {
"+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/2921/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2921/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2921.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2921",
"merged_at": "2013-02-25T12:30:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2921.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2921"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2922 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2922/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2922/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2922/events | https://github.com/pandas-dev/pandas/pull/2922 | 11,346,103 | MDExOlB1bGxSZXF1ZXN0NDI5NzEzMg== | 2,922 | ENH: add .iloc attribute to provide location-based indexing | {
"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"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 122 | 2013-02-25T03:49:56Z | 2014-07-28T19:25:24Z | 2013-03-07T04:17:17Z | CONTRIBUTOR | null | Updated to include new indexers:
`.iloc` for pure integer based indexing
`.loc` for pure label based indexing
`.iat` for fast scalar access by integer location
`.at` for fast scalar access by label location
Much updated docs, test suite, and example
In the new `test_indexing.py`, you can change the `_verbose` flag t... | {
"+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/2922/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2922/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2922.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2922",
"merged_at": "2013-03-07T04:17:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2922.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2922"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2923 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2923/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2923/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2923/events | https://github.com/pandas-dev/pandas/issues/2923 | 11,349,945 | MDU6SXNzdWUxMTM0OTk0NQ== | 2,923 | Bug with plot of a non-monotonic Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/2735044?v=4",
"events_url": "https://api.github.com/users/yarivm/events{/privacy}",
"followers_url": "https://api.github.com/users/yarivm/followers",
"following_url": "https://api.github.com/users/yarivm/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 | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"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... | 2 | 2013-02-25T08:10:10Z | 2013-09-21T15:10:08Z | 2013-09-21T15:10:08Z | NONE | null | Plotting a Series, whose index is not monotonic, gives wrong plot.
The following example gives markers at 4 different positions, whereas it should be 2 different positions.
```
In [168]: x1
Out[168]:
2012-07-03 17:16:07+00:00 1.784596
2012-07-03 15:42:00+00:00 1.786576
In [169]: x1.sort_index().plot(style='g^'... | {
"+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/2923/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2923/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2924 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2924/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2924/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2924/events | https://github.com/pandas-dev/pandas/issues/2924 | 11,354,483 | MDU6SXNzdWUxMTM1NDQ4Mw== | 2,924 | Multilevel indexing with .to_latex() method merges two index columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/2738602?v=4",
"events_url": "https://api.github.com/users/jobingr/events{/privacy}",
"followers_url": "https://api.github.com/users/jobingr/followers",
"following_url": "https://api.github.com/users/jobingr/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 10 | 2013-02-25T10:58:47Z | 2013-02-27T19:15:04Z | 2013-02-27T15:44:06Z | NONE | null | using Release 0.10.1
using the .to_latex method on a multilevel frame (specifically using a pivot_table) merges the two index columns so that it does not render correctly in latex. Looks like it is missing the & for blank cells in index. and also an & for the columns. Manually inserted those in output and it fixe... | {
"+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/2924/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2924/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2925 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2925/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2925/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2925/events | https://github.com/pandas-dev/pandas/pull/2925 | 11,361,929 | MDExOlB1bGxSZXF1ZXN0NDMwNDMwOQ== | 2,925 | ENH: numexpr on boolean frames | {
"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": "a10c02",
"default": false,
"description": "Memory o... | closed | false | null | [] | null | 26 | 2013-02-25T14:49:58Z | 2014-06-13T03:30:45Z | 2013-03-09T19:42:52Z | CONTRIBUTOR | null | simple usage of using numexpr on boolean type frame comparison
```
name
indexing_dataframe_boolean 13.3200 125.3521 0.1063
frame_mult 21.7157 36.6353 0.5928
frame_add ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/2925/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2925/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2925.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2925",
"merged_at": "2013-03-09T19:42:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2925.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2925"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2926 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2926/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2926/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2926/events | https://github.com/pandas-dev/pandas/issues/2926 | 11,369,083 | MDU6SXNzdWUxMTM2OTA4Mw== | 2,926 | date_range with a given timezone fails if the start argument also has a timezone. | {
"avatar_url": "https://avatars.githubusercontent.com/u/31669?v=4",
"events_url": "https://api.github.com/users/Moisan/events{/privacy}",
"followers_url": "https://api.github.com/users/Moisan/followers",
"following_url": "https://api.github.com/users/Moisan/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 0 | 2013-02-25T17:23:56Z | 2013-03-28T05:35:58Z | 2013-03-28T05:35:58Z | CONTRIBUTOR | null | I am using pandas version 0.11.0.dev-eb3134f
This code will raise [this assert](https://github.com/pydata/pandas/blob/master/pandas/tseries/index.py#L303-304)
My debugging shows that the code is testing the equality of a timezone object (inferred_tz) to a string (tz).
date_range si supposed to receive a string so 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/2926/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2926/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2927 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2927/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2927/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2927/events | https://github.com/pandas-dev/pandas/pull/2927 | 11,369,466 | MDExOlB1bGxSZXF1ZXN0NDMwNzg5OA== | 2,927 | BUG: Fix tz handling in date_range when start arg has tz, #2926 | {
"avatar_url": "https://avatars.githubusercontent.com/u/31669?v=4",
"events_url": "https://api.github.com/users/Moisan/events{/privacy}",
"followers_url": "https://api.github.com/users/Moisan/followers",
"following_url": "https://api.github.com/users/Moisan/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 6 | 2013-02-25T17:31:11Z | 2013-03-28T05:35:13Z | 2013-03-28T05:35:13Z | CONTRIBUTOR | null | This commit should fix [issue 2926](https://github.com/pydata/pandas/issues/2926).
| {
"+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/2927/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2927/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2927.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2927",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/2927.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2927"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2928 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2928/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2928/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2928/events | https://github.com/pandas-dev/pandas/issues/2928 | 11,376,318 | MDU6SXNzdWUxMTM3NjMxOA== | 2,928 | Care with dtype line in Series repr | {
"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",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"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": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 13 | 2013-02-25T19:36:33Z | 2013-03-10T17:44:04Z | 2013-03-10T17:44:04Z | MEMBER | null | not good for long series. do we really need the dtype anyway?
```
you 12
the 8
and 8
a 7
it 7
for 6
in 6
gcc-40 5
to 5
installed 5
some 4
pip 4
if 4
have 4
is 4
Dtype: int64
... | {
"+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/2928/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2928/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2929 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2929/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2929/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2929/events | https://github.com/pandas-dev/pandas/issues/2929 | 11,377,541 | MDU6SXNzdWUxMTM3NzU0MQ== | 2,929 | unstack() produces unexpected dtypes | {
"avatar_url": "https://avatars.githubusercontent.com/u/355893?v=4",
"events_url": "https://api.github.com/users/heterotopian/events{/privacy}",
"followers_url": "https://api.github.com/users/heterotopian/followers",
"following_url": "https://api.github.com/users/heterotopian/following{/other_user}",
"gists_... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
}
] | closed | false | {
"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",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"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",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "htt... | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 1 | 2013-02-25T19:55:42Z | 2013-03-14T00:38:12Z | 2013-03-14T00:38:12Z | NONE | null | When I unstack() one level of a DataFrame having only int64 column dtypes (and a MultiIndex created only from int64 values), the result will have float64 columns. This happens even when the unstacked DataFrame does not have any missing data.
Is this expected? Is there any way to prevent unstack() from changing the... | {
"+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/2929/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2929/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2930 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2930/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2930/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2930/events | https://github.com/pandas-dev/pandas/pull/2930 | 11,382,745 | MDExOlB1bGxSZXF1ZXN0NDMxMzU4MA== | 2,930 | BUG: formatting for Series was printing multiple Dtype lines for long display | {
"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://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 0 | 2013-02-25T21:57:41Z | 2013-03-10T17:06:35Z | 2013-02-26T02:46:09Z | 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/2930/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2930/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2930.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2930",
"merged_at": "2013-02-26T02:46:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2930.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2930"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/2931 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2931/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2931/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2931/events | https://github.com/pandas-dev/pandas/issues/2931 | 11,385,938 | MDU6SXNzdWUxMTM4NTkzOA== | 2,931 | hdf5 compression breaks on sparse series which have all values censored | {
"avatar_url": "https://avatars.githubusercontent.com/u/275114?v=4",
"events_url": "https://api.github.com/users/kforeman/events{/privacy}",
"followers_url": "https://api.github.com/users/kforeman/followers",
"following_url": "https://api.github.com/users/kforeman/following{/other_user}",
"gists_url": "https... | [] | closed | false | null | [] | null | 3 | 2013-02-25T23:22:31Z | 2013-02-26T03:05:34Z | 2013-02-26T03:05:34Z | NONE | null | In pandas 0.10.0 I cannot use hdf5 compression when storing sparse series for which all values are "sparsified"/censored (i.e. the same as fill_value).
Compression works fine if there's at least one non-sparse value in each series of a sparse dataframe. And dataframes with series that are completely sparse can be sto... | {
"+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/2931/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2931/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2932 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2932/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2932/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2932/events | https://github.com/pandas-dev/pandas/issues/2932 | 11,388,553 | MDU6SXNzdWUxMTM4ODU1Mw== | 2,932 | BUG date_parser not accurate with Timestamp | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/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 | {
"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",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"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",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "htt... | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 0 | 2013-02-26T00:55:57Z | 2013-03-28T05:28:02Z | 2013-03-28T05:28:02Z | CONTRIBUTOR | null | When reading in this DataFrame (with `parse_dates=[[0,1]]`) we see the datetimes have (29000) microseconds but when using `date_parser=pd.Timestamp` we lose this information:
```
from StringIO import StringIO
data = """05/31/2012,15:30:00.029,1306.25,1,E,0,,1306.25
05/31/2012,15:30:00.029,1306.25,8,E,0,,1306.25"""
```... | {
"+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/2932/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2932/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2933 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2933/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2933/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2933/events | https://github.com/pandas-dev/pandas/pull/2933 | 11,389,362 | MDExOlB1bGxSZXF1ZXN0NDMxNzIwNw== | 2,933 | BUG: fixes issue in HDFStore w.r.t. compressed empty sparse series (GH #2931) | {
"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://... | [] | closed | false | null | [] | null | 0 | 2013-02-26T01:26:17Z | 2014-06-27T14:00:23Z | 2013-02-26T02:44:59Z | CONTRIBUTOR | null | - SparseSeries that had 0 - len were not saving when the store was compressed
Closes GH #2931
| {
"+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/2933/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2933/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2933.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2933",
"merged_at": "2013-02-26T02:44:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2933.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2933"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2934 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2934/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2934/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2934/events | https://github.com/pandas-dev/pandas/pull/2934 | 11,390,843 | MDExOlB1bGxSZXF1ZXN0NDMxNzk1Nw== | 2,934 | CLN autopep8 applied to all py files | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | null | 2 | 2013-02-26T02:30:11Z | 2014-07-04T02:44:01Z | 2013-03-06T18:02:20Z | CONTRIBUTOR | null | Round 2 of autopepping (after #2632).
:)
| {
"+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/2934/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2934/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2934.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2934",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/2934.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2934"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2935 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2935/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2935/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2935/events | https://github.com/pandas-dev/pandas/pull/2935 | 11,393,528 | MDExOlB1bGxSZXF1ZXN0NDMxOTA4Mg== | 2,935 | BUG: timezone offset double counted using date_range and DateTimeIndex.append (fixes #2906, #2938) | {
"avatar_url": "https://avatars.githubusercontent.com/u/2342637?v=4",
"events_url": "https://api.github.com/users/stephenwlin/events{/privacy}",
"followers_url": "https://api.github.com/users/stephenwlin/followers",
"following_url": "https://api.github.com/users/stephenwlin/following{/other_user}",
"gists_ur... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 5 | 2013-02-26T04:36:16Z | 2014-08-04T14:34:43Z | 2013-03-13T23:53:49Z | CONTRIBUTOR | null | fixes #2906, #2938
| {
"+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/2935/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2935/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2935.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2935",
"merged_at": "2013-03-13T23:53:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2935.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2935"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2936 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2936/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2936/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2936/events | https://github.com/pandas-dev/pandas/issues/2936 | 11,395,748 | MDU6SXNzdWUxMTM5NTc0OA== | 2,936 | ENH: option to force slow code path (don't call apply function 1 too many times) in GroupBy.apply | {
"avatar_url": "https://avatars.githubusercontent.com/u/901118?v=4",
"events_url": "https://api.github.com/users/Aico/events{/privacy}",
"followers_url": "https://api.github.com/users/Aico/followers",
"following_url": "https://api.github.com/users/Aico/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"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": "729FCF",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2019-07-19T00:34:29Z",
"closed_issues": 1289,
"created_at": "2018-10-23T02:34:15Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 10 | 2013-02-26T06:08:53Z | 2019-03-26T04:38:34Z | 2019-03-26T04:38:34Z | NONE | null | ```
>>> def applym(df):
... print df.irow(0)['a']
... return DataFrame({'a':[1],'b':[1]})
>>> df = DataFrame({'a':[1,1,1,2,3],'b':['a','a','a','b','c']})
>>> df.groupby('b').apply(applym)
1
1
2
3
a b
b
a 0 1 1
b 0 1 1
c 0 1 1
>>>
```
applym is called twice on the first group.
| {
"+1": 2,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 2,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/2936/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2936/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2937 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2937/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2937/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2937/events | https://github.com/pandas-dev/pandas/pull/2937 | 11,411,296 | MDExOlB1bGxSZXF1ZXN0NDMyNjc2NA== | 2,937 | BUG: fix handling of the 'kind' argument in Series.order (GH #2811) | {
"avatar_url": "https://avatars.githubusercontent.com/u/150592?v=4",
"events_url": "https://api.github.com/users/wj/events{/privacy}",
"followers_url": "https://api.github.com/users/wj/followers",
"following_url": "https://api.github.com/users/wj/following{/other_user}",
"gists_url": "https://api.github.com/... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 1 | 2013-02-26T14:37:45Z | 2013-02-26T15:38:12Z | 2013-02-26T15:38:00Z | NONE | null | The 'kind' argument was not properly propagated: the literal value "mergesort" was used instead of the argument.
| {
"+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/2937/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2937/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2937.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2937",
"merged_at": "2013-02-26T15:38:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2937.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2937"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2938 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2938/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2938/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2938/events | https://github.com/pandas-dev/pandas/issues/2938 | 11,429,134 | MDU6SXNzdWUxMTQyOTEzNA== | 2,938 | Bugs related to DatetimeIndex, date_range. Question: Is is possible to create a index of datetime, without being auto converted to a DatetimeIndex? | {
"avatar_url": "https://avatars.githubusercontent.com/u/963910?v=4",
"events_url": "https://api.github.com/users/xdong/events{/privacy}",
"followers_url": "https://api.github.com/users/xdong/followers",
"following_url": "https://api.github.com/users/xdong/following{/other_user}",
"gists_url": "https://api.gi... | [] | closed | false | null | [] | null | 8 | 2013-02-26T21:20:59Z | 2013-03-14T17:03:46Z | 2013-03-14T17:03:46Z | NONE | null | Is is possible to create a index of datetime.datetime, without being auto converted to a DatetimeIndex containing Timestamp's? Even though datetime.datetime is not efficient, I thought the user should have a choice of using it for backward compatibility.
I wrote a lot of code using Index containing timezone-aware date... | {
"+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/2938/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2938/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2939 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2939/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2939/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2939/events | https://github.com/pandas-dev/pandas/issues/2939 | 11,440,441 | MDU6SXNzdWUxMTQ0MDQ0MQ== | 2,939 | DataFrame.drop loses index name | {
"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",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"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": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 0 | 2013-02-27T03:26:13Z | 2013-03-07T10:57:15Z | 2013-03-07T10:57:15Z | MEMBER | null | http://stackoverflow.com/questions/15102158/pandas-why-does-dataframe-droplabels-return-a-dataframe-with-removed-label-na
| {
"+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/2939/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2939/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2940 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2940/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2940/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2940/events | https://github.com/pandas-dev/pandas/issues/2940 | 11,443,103 | MDU6SXNzdWUxMTQ0MzEwMw== | 2,940 | Implement DataFrame.sort for axis=1 | {
"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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "009800",
"default": false,
"description": "Duplicat... | 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 | 2013-02-27T05:54:34Z | 2015-08-12T15:23:54Z | 2015-08-12T15:23:24Z | CONTRIBUTOR | null | Am I missing something here?
```
import numpy as np
import pandas
x = np.array([[0,2,4],[2,0,7],[4,7,0]])
df = pandas.DataFrame(x, index=["a","b", "c"], columns=["a","b","c"])
df.sort("b", inplace=True)
#raises error for axis=1
#df.sort("c", axis=1, inplace=True)
# same with sort_index
# desired result
df.sort("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/2940/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2940/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2941 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2941/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2941/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2941/events | https://github.com/pandas-dev/pandas/issues/2941 | 11,460,660 | MDU6SXNzdWUxMTQ2MDY2MA== | 2,941 | DataFrame.asof | {
"avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4",
"events_url": "https://api.github.com/users/changhiskhan/events{/privacy}",
"followers_url": "https://api.github.com/users/changhiskhan/followers",
"following_url": "https://api.github.com/users/changhiskhan/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": "AFEEEE",
"default": false,
"description": null,
... | closed | 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... | 11 | 2013-02-27T15:45:52Z | 2015-06-13T03:37:23Z | 2015-06-13T03:37:23Z | CONTRIBUTOR | null | like Series.asof, should also take skipna={none, 'any', 'all'}
| {
"+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/2941/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2941/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2942 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2942/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2942/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2942/events | https://github.com/pandas-dev/pandas/issues/2942 | 11,460,762 | MDU6SXNzdWUxMTQ2MDc2Mg== | 2,942 | Multilevel indexing with .to_latex() method merges two index columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/2738602?v=4",
"events_url": "https://api.github.com/users/jobingr/events{/privacy}",
"followers_url": "https://api.github.com/users/jobingr/followers",
"following_url": "https://api.github.com/users/jobingr/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": "006b75",
"default": false,
"description": "to_latex",
"id": 251... | closed | 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 | 2013-02-27T15:47:43Z | 2015-12-08T01:13:34Z | 2015-12-08T01:13:34Z | NONE | null | The to_latex method produces wrong latex code for multi-indexed funds. looks like it are missing a few blank {} and &. Net result is that the current method merges the two indeces. when used with output from pivot_table with major index giving categories and other one details this produces totally garbled result... | {
"+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/2942/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2942/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2943 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2943/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2943/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2943/events | https://github.com/pandas-dev/pandas/issues/2943 | 11,467,494 | MDU6SXNzdWUxMTQ2NzQ5NA== | 2,943 | Problem with import using rpy2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1175927?v=4",
"events_url": "https://api.github.com/users/benjello/events{/privacy}",
"followers_url": "https://api.github.com/users/benjello/followers",
"following_url": "https://api.github.com/users/benjello/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 1 | 2013-02-27T18:14:17Z | 2013-02-27T18:31:28Z | 2013-02-27T18:30:49Z | 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/2943/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2943/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/2944 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2944/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2944/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2944/events | https://github.com/pandas-dev/pandas/issues/2944 | 11,473,538 | MDU6SXNzdWUxMTQ3MzUzOA== | 2,944 | where broken after sort | {
"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": "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 | [] | null | 2 | 2013-02-27T20:39:07Z | 2013-02-27T22:58:12Z | 2013-02-27T22:58:12Z | CONTRIBUTOR | null | Glad I hunted this one down. Was seeing some very weird stuff. Using 0.10.1
```
import pandas
names = ["a","b","c"]
df = pandas.DataFrame([[0,2,4],[2,0,7],[4,7,0]], index=names, columns=names)
df
# a b c
#a 0 2 4
#b 2 0 7
#c 4 7 0
df2 = df.sort("b").T.sort("c").T
df.where(df <= 4, 0)
# a b c
#a 0 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/2944/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2944/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2945 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2945/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2945/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2945/events | https://github.com/pandas-dev/pandas/issues/2945 | 11,477,021 | MDU6SXNzdWUxMTQ3NzAyMQ== | 2,945 | scalar subtraction doesn't work on Series with dtype datetime64 | {
"avatar_url": "https://avatars.githubusercontent.com/u/759245?v=4",
"events_url": "https://api.github.com/users/changhiskhan/events{/privacy}",
"followers_url": "https://api.github.com/users/changhiskhan/followers",
"following_url": "https://api.github.com/users/changhiskhan/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": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 3 | 2013-02-27T22:00:01Z | 2013-02-27T22:34:45Z | 2013-02-27T22:34:45Z | CONTRIBUTOR | null | In [34]: df
Out[34]:
0 1 time
0 -0.602181 -0.657444 2009-07-01 00:00:00
1 -2.102987 -0.486064 2009-07-02 00:00:00
2 0.819956 -0.800478 2009-07-03 00:00:00
3 1.118629 -0.008019 2009-07-04 00:00:00
4 0.404452 0.606187 2009-07-05 00:00:00
In [35]: df.time.dtype
Out[35]: dtype('dateti... | {
"+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/2945/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2945/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2946 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2946/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2946/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2946/events | https://github.com/pandas-dev/pandas/issues/2946 | 11,481,525 | MDU6SXNzdWUxMTQ4MTUyNQ== | 2,946 | bug parsing escaped quotechars inside quotechars (and possibly other escaped characters as well?) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1794715?v=4",
"events_url": "https://api.github.com/users/ebrevdo/events{/privacy}",
"followers_url": "https://api.github.com/users/ebrevdo/followers",
"following_url": "https://api.github.com/users/ebrevdo/following{/other_user}",
"gists_url": "https:/... | [
{
"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 | {
"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",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"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",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "htt... | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 1 | 2013-02-28T00:03:02Z | 2013-03-28T05:43:47Z | 2013-03-28T05:43:47Z | NONE | null | Trouble parsing quotechars with escaped quotechars inside them
``` python
line = 'col1\n"\\"a,b,c\\""\n'
pandas.read_csv(StringIO(line))
Out[25]:
col1
a b c""
pandas.read_csv(StringIO(line)).ix[0]
Out[26]:
col1 c""
Name: (a, b)
```
i was expecting
``` python
pandas.read_csv(StringIO(line))
col1
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/2946/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2946/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2947 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2947/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2947/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2947/events | https://github.com/pandas-dev/pandas/pull/2947 | 11,499,848 | MDExOlB1bGxSZXF1ZXN0NDM3MTUxMA== | 2,947 | DOC: updated dtypes docs | {
"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://... | [] | closed | false | null | [] | null | 0 | 2013-02-28T13:11:29Z | 2014-06-18T16:16:54Z | 2013-02-28T13:11:58Z | 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/2947/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2947/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2947.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2947",
"merged_at": "2013-02-28T13:11:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2947.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2947"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/2948 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2948/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2948/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2948/events | https://github.com/pandas-dev/pandas/issues/2948 | 11,510,910 | MDU6SXNzdWUxMTUxMDkxMA== | 2,948 | AttributeError: 'numpy.ndarray' object has no attribute '_get_repr' with np.abs on a DatetimeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/296686?v=4",
"events_url": "https://api.github.com/users/robintw/events{/privacy}",
"followers_url": "https://api.github.com/users/robintw/followers",
"following_url": "https://api.github.com/users/robintw/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 43 | 2013-02-28T17:40:56Z | 2013-03-06T19:27:36Z | 2013-03-05T17:31:20Z | CONTRIBUTOR | null | I am trying to find the row of a DataFrame that is closest to a certain datetime. I have my data in a DataFrame which has a DatetimeIndex, and I can't use functions like `asof` because I need to get the closest row (either before _or_ after the time), so I am trying to implement the standard way of doing this 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/2948/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2948/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2949 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2949/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2949/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2949/events | https://github.com/pandas-dev/pandas/issues/2949 | 11,514,450 | MDU6SXNzdWUxMTUxNDQ1MA== | 2,949 | Alternate way of implementing PeriodIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/168236?v=4",
"events_url": "https://api.github.com/users/abielr/events{/privacy}",
"followers_url": "https://api.github.com/users/abielr/followers",
"following_url": "https://api.github.com/users/abielr/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "0052cc",
"default": false,
"description": "DateOffs... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 2 | 2013-02-28T19:10:09Z | 2016-09-29T22:44:19Z | 2016-09-29T22:23:20Z | NONE | null | I've created a slightly modified version of PeriodIndex for some projects I'm working on that you may find useful for pandas. I rewrote the date-math code from scratch in Cython, it has a wide range of frequencies, it's very easy to extend to new frequencies, and the new code is quite compact.
Code is at https://githu... | {
"+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/2949/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2949/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2950 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2950/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2950/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2950/events | https://github.com/pandas-dev/pandas/pull/2950 | 11,515,661 | MDExOlB1bGxSZXF1ZXN0NDM3OTYwMg== | 2,950 | BUG: in-place conversion of integer series to float (on putmasking), GH #2746. | {
"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://... | [] | closed | false | null | [] | null | 0 | 2013-02-28T19:36:34Z | 2014-06-19T18:51:51Z | 2013-03-01T17:43:39Z | CONTRIBUTOR | null | closes #2746
| {
"+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/2950/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2950/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2950.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2950",
"merged_at": "2013-03-01T17:43:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2950.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2950"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2951 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2951/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2951/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2951/events | https://github.com/pandas-dev/pandas/pull/2951 | 11,516,050 | MDExOlB1bGxSZXF1ZXN0NDM3OTc3MA== | 2,951 | CLN: argument order and dtype formatting to be consistent with standard | {
"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://... | [] | closed | false | null | [] | null | 0 | 2013-02-28T19:44:38Z | 2013-03-01T17:43:51Z | 2013-03-01T17:43:51Z | 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/2951/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2951/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2951.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2951",
"merged_at": "2013-03-01T17:43:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2951.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2951"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/2952 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2952/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2952/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2952/events | https://github.com/pandas-dev/pandas/issues/2952 | 11,530,908 | MDU6SXNzdWUxMTUzMDkwOA== | 2,952 | shift(..) applied to datetime series | {
"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": "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": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 3 | 2013-03-01T03:49:03Z | 2013-12-04T00:57:33Z | 2013-03-14T10:42:46Z | CONTRIBUTOR | null | I am reporting a bug in which a TimeSeries containing datetime values are converted to float64 values upon application of the shift(self, offset) function. Version 0.10.1, python 2.7.
As an example below, I excerpted the first ten rows of end_time from the data frame listed. The dtype of this timeseries is datetime6... | {
"+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/2952/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2952/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2953 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2953/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2953/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2953/events | https://github.com/pandas-dev/pandas/issues/2953 | 11,545,582 | MDU6SXNzdWUxMTU0NTU4Mg== | 2,953 | BUG: centered moving windows mishandle series edges | {
"avatar_url": "https://avatars.githubusercontent.com/u/1622906?v=4",
"events_url": "https://api.github.com/users/bmu/events{/privacy}",
"followers_url": "https://api.github.com/users/bmu/followers",
"following_url": "https://api.github.com/users/bmu/following{/other_user}",
"gists_url": "https://api.github.... | [
{
"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": "006b75",
"default": false,
"description": "Arithmetic, Comparison, ... | 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",
... | 20 | 2013-03-01T14:04:06Z | 2020-12-28T00:07:08Z | 2020-12-28T00:07:08Z | NONE | null | Seems like there is a bug in the centered mooving window functions, although the examples [here](http://pandas.pydata.org/pandas-docs/stable/computation.html#moving-rolling-statistics-moments) don't show it.
Also `np.convolve` used like in [this post](http://stackoverflow.com/a/11352216/1301710) on Stackoverflow show... | {
"+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/2953/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2953/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2954 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2954/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2954/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2954/events | https://github.com/pandas-dev/pandas/issues/2954 | 11,547,371 | MDU6SXNzdWUxMTU0NzM3MQ== | 2,954 | BUG: what should we do about illegal operations on mixed frames? | {
"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": "DDDDDD",
"default": false,
"description": "Long-Term Enhancement Di... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"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... | 6 | 2013-03-01T14:53:25Z | 2013-09-21T01:29:24Z | 2013-09-21T01:29:24Z | CONTRIBUTOR | null | so min across the columns is clearly non-sensical,
what should we do about this when an op crosses dtype boundaries and is wrong ?
(this is harder than it looks, because you can't always just get the numeric data,
a frame with only say timedelta64[ns] is ok)
maybe have a raise_on_error parameter to min? (default of T... | {
"+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/2954/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2954/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2955 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2955/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2955/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2955/events | https://github.com/pandas-dev/pandas/pull/2955 | 11,547,830 | MDExOlB1bGxSZXF1ZXN0NDM5NTg4OQ== | 2,955 | BUG: negative timedeltas not printing correctly | {
"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://... | [] | closed | false | null | [] | null | 0 | 2013-03-01T15:05:12Z | 2013-03-01T17:54:38Z | 2013-03-01T17:54:38Z | CONTRIBUTOR | null | ENH: timedelta ops with other timedelta fixed to produce timedeltas
BUG: fixed timedelta (in nanops.py) to work with min/max....abs still not working
| {
"+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/2955/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2955/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2955.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2955",
"merged_at": "2013-03-01T17:54:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2955.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2955"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2956 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2956/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2956/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2956/events | https://github.com/pandas-dev/pandas/pull/2956 | 11,548,131 | MDExOlB1bGxSZXF1ZXN0NDM5NjA0Mw== | 2,956 | BUG: _possibly_cast_to_timedelta should catch exceptions and quietly do no cast #2948 | {
"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... | [] | closed | false | null | [] | null | 4 | 2013-03-01T15:13:09Z | 2013-05-18T15:23:55Z | 2013-03-01T15:27:29Z | NONE | null | #2948
| {
"+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/2956/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2956/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2956.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2956",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/2956.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2956"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2957 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2957/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2957/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2957/events | https://github.com/pandas-dev/pandas/issues/2957 | 11,555,945 | MDU6SXNzdWUxMTU1NTk0NQ== | 2,957 | BUG: numpy bug in np.abs on timedelta64 | {
"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"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"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... | 1 | 2013-03-01T18:27:47Z | 2013-12-04T00:57:33Z | 2013-03-06T12:43:56Z | CONTRIBUTOR | null | This is a very subtle bug in how np.abs operates on timedelta64[ns]
It converts them to us for some reason on numpy <= 1.6.2. (maybe numpy 1.7 is better)
workaround is to wrap in a Series and astype
tricky to fix this because we really can't detect is except in finalize, but then
have to check all return dtypes from t... | {
"+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/2957/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2957/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2958 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2958/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2958/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2958/events | https://github.com/pandas-dev/pandas/pull/2958 | 11,564,752 | MDExOlB1bGxSZXF1ZXN0NDQwNDYxOA== | 2,958 | BUG: fixed .abs on Series with a timedelta (partial fix for 2957) | {
"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"
}
] | closed | false | null | [] | null | 1 | 2013-03-01T22:20:11Z | 2013-03-06T12:43:15Z | 2013-03-06T12:43:15Z | 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/2958/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2958/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2958.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2958",
"merged_at": "2013-03-06T12:43:15Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2958.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2958"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/2959 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2959/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2959/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2959/events | https://github.com/pandas-dev/pandas/pull/2959 | 11,566,768 | MDExOlB1bGxSZXF1ZXN0NDQwNTYxNw== | 2,959 | BUG: changed Dtype to dtype on series displays | {
"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://... | [] | closed | false | null | [] | null | 0 | 2013-03-01T23:19:26Z | 2014-07-29T18:52:38Z | 2013-03-02T00:25:53Z | 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/2959/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2959/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2959.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2959",
"merged_at": "2013-03-02T00:25:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2959.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2959"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/2960 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2960/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2960/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2960/events | https://github.com/pandas-dev/pandas/issues/2960 | 11,574,144 | MDU6SXNzdWUxMTU3NDE0NA== | 2,960 | Plotting irregular timeseries with different indexes: last plotted timeseries dictates xaxis range | {
"avatar_url": "https://avatars.githubusercontent.com/u/1680079?v=4",
"events_url": "https://api.github.com/users/lesteve/events{/privacy}",
"followers_url": "https://api.github.com/users/lesteve/followers",
"following_url": "https://api.github.com/users/lesteve/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 | [] | {
"closed_at": "2014-07-11T00:02:53Z",
"closed_issues": 306,
"created_at": "2014-04-27T23:40:28Z",
"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 | 2013-03-02T09:49:03Z | 2014-07-01T23:59:35Z | 2014-07-01T23:59:35Z | CONTRIBUTOR | null | In the following I took the extreme case where there is no overlap between the two indexes for illustration purposes. When there is some overlap there is still the same issue and the last plotted timeseries is dictating the xaxis range.
Here is the code, tested on pandas 0.13.1:
``` python
import numpy as np
import ... | {
"+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/2960/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2960/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2961 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2961/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2961/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2961/events | https://github.com/pandas-dev/pandas/pull/2961 | 11,576,280 | MDExOlB1bGxSZXF1ZXN0NDQwOTQ3Mg== | 2,961 | Keep name after DataFrame drop (issue 2939) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | null | 17 | 2013-03-02T13:47:29Z | 2013-03-04T17:42:31Z | 2013-03-03T11:50:30Z | CONTRIBUTOR | null | This should fix #2939.
| {
"+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/2961/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2961/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2961.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2961",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/2961.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2961"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2962 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2962/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2962/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2962/events | https://github.com/pandas-dev/pandas/pull/2962 | 11,590,280 | MDExOlB1bGxSZXF1ZXN0NDQxMzkyNA== | 2,962 | BUG keep name after DataFrame drop, add check_name to assert_dataframe_equal | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | null | 1 | 2013-03-03T12:01:15Z | 2013-03-07T01:35:06Z | 2013-03-07T01:35:06Z | CONTRIBUTOR | null | This should fix #2939. (redo of pull-request #2961, which I screwed up).
| {
"+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/2962/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2962/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2962.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2962",
"merged_at": "2013-03-07T01:35:06Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2962.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2962"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2963 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2963/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2963/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2963/events | https://github.com/pandas-dev/pandas/issues/2963 | 11,602,006 | MDU6SXNzdWUxMTYwMjAwNg== | 2,963 | statistics bootstrap/sample function? | {
"avatar_url": "https://avatars.githubusercontent.com/u/50109?v=4",
"events_url": "https://api.github.com/users/gliptak/events{/privacy}",
"followers_url": "https://api.github.com/users/gliptak/followers",
"following_url": "https://api.github.com/users/gliptak/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
}
] | closed | 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... | 4 | 2013-03-04T01:41:20Z | 2015-08-12T23:56:46Z | 2013-07-18T00:51:18Z | CONTRIBUTOR | null | Would you be interested in adding statistics bootstrap/sample function to pandas, implementing bootstrap described at:
http://statistics.ats.ucla.edu/stat/r/library/bootstrap.htm
Here is an actual implementation:
http://stackoverflow.com/a/15192860/304690
Thanks
| {
"+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/2963/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2963/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2964 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2964/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2964/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2964/events | https://github.com/pandas-dev/pandas/pull/2964 | 11,615,374 | MDExOlB1bGxSZXF1ZXN0NDQyMjYyMQ== | 2,964 | ENH Assert_frame_equal check_names to True | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 7 | 2013-03-04T11:44:25Z | 2014-06-18T17:28:59Z | 2013-03-07T07:22:41Z | CONTRIBUTOR | null | This is a follow up to #2962, where I added a `check_names=False` argument to `assert_frame_equal`, this defaults it to `True`. That is, when asserting two DataFrames are equal, it compares `.columns.names` and `.index.names`, unless explicitly passing `check_names=False`.
I've added in `check_names=False` where it wo... | {
"+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/2964/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2964/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2964.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2964",
"merged_at": "2013-03-07T07:22:41Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2964.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2964"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2965 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2965/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2965/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2965/events | https://github.com/pandas-dev/pandas/pull/2965 | 11,642,606 | MDExOlB1bGxSZXF1ZXN0NDQzNTczNw== | 2,965 | BUG check both left and right indexers for None (fix 2843) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | null | 1 | 2013-03-04T22:33:05Z | 2014-06-21T22:19:56Z | 2013-03-07T01:34:46Z | CONTRIBUTOR | null | Fixes #2843 and adds the two test cases suggested there.
| {
"+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/2965/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2965/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2965.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2965",
"merged_at": "2013-03-07T01:34:45Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2965.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2965"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2966 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2966/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2966/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2966/events | https://github.com/pandas-dev/pandas/pull/2966 | 11,647,945 | MDExOlB1bGxSZXF1ZXN0NDQzODQyMw== | 2,966 | Enable display of cursor coordinate info in t-series plots | {
"avatar_url": "https://avatars.githubusercontent.com/u/1249695?v=4",
"events_url": "https://api.github.com/users/willfurnass/events{/privacy}",
"followers_url": "https://api.github.com/users/willfurnass/followers",
"following_url": "https://api.github.com/users/willfurnass/following{/other_user}",
"gists_ur... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 3 | 2013-03-05T01:05:56Z | 2014-06-12T21:00:19Z | 2013-04-10T00:10:11Z | CONTRIBUTOR | null | See Github Issue [#1670](https://github.com/pydata/pandas/issues/1670).
Apologies for not having squashed my commits together; got rather confused by the process.
| {
"+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/2966/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2966/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2966.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2966",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/2966.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2966"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2967 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2967/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2967/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2967/events | https://github.com/pandas-dev/pandas/issues/2967 | 11,648,367 | MDU6SXNzdWUxMTY0ODM2Nw== | 2,967 | BUG: Series.argsort() fails with datetime64[ns] with NaT / dtypes are odd | {
"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"
}
] | closed | false | null | [] | null | 3 | 2013-03-05T01:21:44Z | 2013-03-06T12:41:02Z | 2013-03-06T12:41:02Z | CONTRIBUTOR | null | pretty simple fix though, just need to make sure that the result array
is typed float64 (to accomodate the nans) or int64 (if no nans)
(rather than the same as input type)
(which could give weird results in some cases), e.g. you wouldn't
want a float array back just because you fed it nans....
heres the inspiration ... | {
"+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/2967/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2967/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2968 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2968/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2968/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2968/events | https://github.com/pandas-dev/pandas/issues/2968 | 11,649,844 | MDU6SXNzdWUxMTY0OTg0NA== | 2,968 | A weird thing | {
"avatar_url": "https://avatars.githubusercontent.com/u/3771224?v=4",
"events_url": "https://api.github.com/users/gohigh/events{/privacy}",
"followers_url": "https://api.github.com/users/gohigh/followers",
"following_url": "https://api.github.com/users/gohigh/following{/other_user}",
"gists_url": "https://ap... | [] | closed | false | null | [] | null | 3 | 2013-03-05T02:24:20Z | 2013-03-10T15:59:45Z | 2013-03-10T15:59:45Z | NONE | null | I wrote the following code:
```
def volchange(df,col):
del df[col]
ext = pd.DataFrame(np.random.randn(4,2),columns=['add1','add2'])
df = df.join(ext)
return df
aa = pd.DataFrame(np.random.randn(4,2),columns=['a','b'])
cc = aa
bb = volchange(cc,'a')
```
The result from running this code is:
bb has 3 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/2968/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2968/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2969 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2969/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2969/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2969/events | https://github.com/pandas-dev/pandas/issues/2969 | 11,651,162 | MDU6SXNzdWUxMTY1MTE2Mg== | 2,969 | Allow joins between MultiIndexes and normal Indexes to make use of common keys | {
"avatar_url": "https://avatars.githubusercontent.com/u/12965?v=4",
"events_url": "https://api.github.com/users/spool/events{/privacy}",
"followers_url": "https://api.github.com/users/spool/followers",
"following_url": "https://api.github.com/users/spool/following{/other_user}",
"gists_url": "https://api.git... | [
{
"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": "2014-05-30T12:17:57Z",
"closed_issues": 755,
"created_at": "2014-01-03T20:19:04Z",
"creator": null,
"description": "2014-02-3: previous version released",
"due_on": "2014-05-31T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/24",
"id": 526062,
"labels_url": "htt... | 4 | 2013-03-05T03:25:39Z | 2014-02-18T22:20:28Z | 2014-02-18T22:20:07Z | NONE | null | Hi not sure the best way to describe this but this stackoverflow question explains the problem nicely: http://stackoverflow.com/questions/14149156/merge-multi-indexed-with-single-indexed-data-frames-in-pandas
Would be nice to be able to do this without the awkward reindex. Thanks again for a great project.
Currently ... | {
"+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/2969/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2969/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2970 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2970/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2970/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2970/events | https://github.com/pandas-dev/pandas/issues/2970 | 11,671,407 | MDU6SXNzdWUxMTY3MTQwNw== | 2,970 | argmax? | {
"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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
}
] | closed | false | null | [] | null | 10 | 2013-03-05T15:34:25Z | 2013-03-06T20:55:45Z | 2013-03-05T15:38:18Z | CONTRIBUTOR | null | Before I make a PR, is there an existing argmax anywhere? I often find myself wanting an easier way of asking for the argmax in a series, and I don't see a way to do it easily. From experience, this doesn't mean it doesn't exist.
| {
"+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/2970/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2970/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2971 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2971/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2971/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2971/events | https://github.com/pandas-dev/pandas/issues/2971 | 11,691,598 | MDU6SXNzdWUxMTY5MTU5OA== | 2,971 | BUG: io.sql.write_frame(if_exists='replace') not working as expected (with fix) | {
"avatar_url": "https://avatars.githubusercontent.com/u/2013388?v=4",
"events_url": "https://api.github.com/users/dhstack/events{/privacy}",
"followers_url": "https://api.github.com/users/dhstack/followers",
"following_url": "https://api.github.com/users/dhstack/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": "06909A",
"default": false,
"description": "IO issues that don't fit... | closed | false | null | [] | {
"closed_at": "2014-05-30T12:17:57Z",
"closed_issues": 755,
"created_at": "2014-01-03T20:19:04Z",
"creator": null,
"description": "2014-02-3: previous version released",
"due_on": "2014-05-31T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/24",
"id": 526062,
"labels_url": "htt... | 5 | 2013-03-05T23:29:10Z | 2014-02-14T05:12:23Z | 2014-02-14T05:12:23Z | NONE | null | If if_exists='replace' and the table already exists, then the following error occurs:
```
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Python27\lib\site-packages\pandas\io\sql.py", line 202, in write_frame
cur.execute(create)
sqlite3.OperationalError: no such table: aggregate... | {
"+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/2971/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2971/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2972 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2972/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2972/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2972/events | https://github.com/pandas-dev/pandas/issues/2972 | 11,692,123 | MDU6SXNzdWUxMTY5MjEyMw== | 2,972 | pandas.concat bug with series of the same name and axis=1 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1680079?v=4",
"events_url": "https://api.github.com/users/lesteve/events{/privacy}",
"followers_url": "https://api.github.com/users/lesteve/followers",
"following_url": "https://api.github.com/users/lesteve/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"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 8 | 2013-03-05T23:45:32Z | 2013-03-16T02:31:33Z | 2013-03-16T02:31:33Z | CONTRIBUTOR | null | Kind of an edge case I would say, but still it would be nice to get an error or have an automatic renaming of the columns. If a simple error is acceptable as a first step I could definitely put together a PR.
The following snippet shows that when you concatenate a column of zeros and a column of ones the resulting dat... | {
"+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/2972/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2972/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2973 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2973/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2973/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2973/events | https://github.com/pandas-dev/pandas/issues/2973 | 11,692,953 | MDU6SXNzdWUxMTY5Mjk1Mw== | 2,973 | Feature: store.select should warn about unimplemented operators | {
"avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4",
"events_url": "https://api.github.com/users/michaelaye/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelaye/followers",
"following_url": "https://api.github.com/users/michaelaye/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 22 | 2013-03-06T00:14:21Z | 2013-03-15T01:34:52Z | 2013-03-15T01:34:52Z | CONTRIBUTOR | null | Currently, when doing this (with object dtypes)
``` python
store.select('df', 'x != none') #this is not NaN, but the string 'none'
```
one receives exactly the same object as when doing
``` python
store.select('df', 'x = none')
```
The suggestion is that the query parser warns about the unknown or unimplemented ope... | {
"+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/2973/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2973/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2974 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2974/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2974/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2974/events | https://github.com/pandas-dev/pandas/issues/2974 | 11,692,988 | MDU6SXNzdWUxMTY5Mjk4OA== | 2,974 | Javascript grid UI for pandas Dataframes | {
"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": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "DDDDDD",
"default": false,
"description": "Long-Ter... | closed | 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... | 7 | 2013-03-06T00:15:25Z | 2014-01-15T13:44:09Z | 2013-07-22T20:04:12Z | NONE | null | [Exhibitionist](https://github.com/Exhibitionist/Exhibitionist) is a library geared towards integrating HTML/JS UIs into interactive python work.
One of the examples included, a grid UI for dataframes, can be seen in the image below.
Please check it out, report issues and help spread the word.
 into a dataframe. Printing the dataframe causes the system to hang. I suspect that the construction of a text representation of the object is calling my object's **getitem**.
A simple code... | {
"+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/2978/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2978/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2979 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2979/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2979/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2979/events | https://github.com/pandas-dev/pandas/pull/2979 | 11,709,448 | MDExOlB1bGxSZXF1ZXN0NDQ2ODM0Ng== | 2,979 | ENH: add display.max_seq_items to limit len of pprinted long sequences | {
"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... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 3 | 2013-03-06T11:42:01Z | 2014-06-13T08:16:29Z | 2013-03-10T16:12:08Z | NONE | null | There's a circuit-breaker in higher layers of the display code,
but just in case.
``` python
n [2]: pd.options.display.max_seq_items=10
In [3]: pd.core.common.pprint_thing(range(10000))
Out[3]: u'[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, ...]'
```
| {
"+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/2979/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2979/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2979.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2979",
"merged_at": "2013-03-10T16:12:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2979.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2979"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2980 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2980/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2980/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2980/events | https://github.com/pandas-dev/pandas/issues/2980 | 11,728,747 | MDU6SXNzdWUxMTcyODc0Nw== | 2,980 | xtick label setting with improper scale | {
"avatar_url": "https://avatars.githubusercontent.com/u/81476?v=4",
"events_url": "https://api.github.com/users/fonnesbeck/events{/privacy}",
"followers_url": "https://api.github.com/users/fonnesbeck/followers",
"following_url": "https://api.github.com/users/fonnesbeck/following{/other_user}",
"gists_url": "... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2013-03-06T19:33:23Z | 2021-04-11T01:55:15Z | null | NONE | null | I have some data that I have used to generate a stacked bar graph.
```
by_conclusion = measles_data.groupby(["AGE", "CONCLUSION"])
counts_by_cause = by_conclusion.size().unstack().fillna(0)
ax = counts_by_cause.plot(kind='bar', stacked=True)
```
However, I get a pretty crowded x-axis:

Out[66]: 4
In [67]: s.idxmin()
---------------------------------------------------------------------------
TypeError ... | {
"+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/2982/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2982/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2983 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2983/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2983/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2983/events | https://github.com/pandas-dev/pandas/issues/2983 | 11,733,232 | MDU6SXNzdWUxMTczMzIzMg== | 2,983 | Google analytics error with eventLabel and totalEvents | {
"avatar_url": "https://avatars.githubusercontent.com/u/3765835?v=4",
"events_url": "https://api.github.com/users/rippedathlete/events{/privacy}",
"followers_url": "https://api.github.com/users/rippedathlete/followers",
"following_url": "https://api.github.com/users/rippedathlete/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit... | closed | false | null | [] | {
"closed_at": "2014-05-30T12:17:57Z",
"closed_issues": 755,
"created_at": "2014-01-03T20:19:04Z",
"creator": null,
"description": "2014-02-3: previous version released",
"due_on": "2014-05-31T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/24",
"id": 526062,
"labels_url": "htt... | 1 | 2013-03-06T21:19:44Z | 2014-02-16T22:12:44Z | 2014-02-16T22:12:44Z | NONE | null | pandas 0.10.1, on OSX mountain lion, installed through pip.
So, this works fine for me,
``` python
events = ga.read_ga(['visits'],
dimensions=["date"],
start_date='2013-01-15',
secrets=secretsfile,
account_name="******************",
prop... | {
"+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/2983/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2983/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2984 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2984/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2984/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2984/events | https://github.com/pandas-dev/pandas/issues/2984 | 11,739,876 | MDU6SXNzdWUxMTczOTg3Ng== | 2,984 | Feature: NaN in float64 series should become NaT with astype() | {
"avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4",
"events_url": "https://api.github.com/users/michaelaye/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelaye/followers",
"following_url": "https://api.github.com/users/michaelaye/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 4 | 2013-03-07T00:12:25Z | 2013-03-19T23:54:33Z | 2013-03-19T23:54:33Z | CONTRIBUTOR | null | To get an auto-diff on a timeseries I do:
``` python
In [47]: ts
Out[47]:
0 2011-04-16 00:00:00.025000
1 2011-04-16 00:00:00.152999
2 2011-04-16 00:00:00.280999
3 2011-04-16 00:00:00.409000
4 2011-04-16 00:00:00.537000
5 2011-04-16 00:00:00.665000
6 2011-04-16 00:00:00.792999
7 2011-04-16 00: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/2984/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2984/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2985 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2985/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2985/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2985/events | https://github.com/pandas-dev/pandas/pull/2985 | 11,741,683 | MDExOlB1bGxSZXF1ZXN0NDQ4NTA2NA== | 2,985 | BUG: Bug in idxmin/idxmax of ``datetime64[ns]`` Series with ``NaT`` (GH2982) | {
"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://... | [] | closed | false | null | [] | null | 0 | 2013-03-07T01:11:33Z | 2014-07-06T15:25:25Z | 2013-03-07T01:54:08Z | CONTRIBUTOR | null | fixes GH #2982
- Bug in idxmin/idxmax of `datetime64[ns]` Series with `NaT`
- refactor in core/nanops.py to generically handle ops with
datetime64[ns]/timedelta64[ns]
- Series.argsort to always return int64 dtype (and ignore numpy dtype on ints),
was failing a test, indicated in a711db075d5835f45f04867752f3db64be35... | {
"+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/2985/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2985/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2985.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2985",
"merged_at": "2013-03-07T01:54:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2985.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2985"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2986 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2986/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2986/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2986/events | https://github.com/pandas-dev/pandas/issues/2986 | 11,742,255 | MDU6SXNzdWUxMTc0MjI1NQ== | 2,986 | failed to build pandas on windows. | {
"avatar_url": "https://avatars.githubusercontent.com/u/3221154?v=4",
"events_url": "https://api.github.com/users/mayaa6/events{/privacy}",
"followers_url": "https://api.github.com/users/mayaa6/followers",
"following_url": "https://api.github.com/users/mayaa6/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"
}
] | closed | false | null | [] | null | 3 | 2013-03-07T01:33:08Z | 2013-03-12T13:39:09Z | 2013-03-12T13:39:09Z | NONE | null | I am build the latest stable version Pandas on my Windows 7 32-bit. On first try, I got a "Error: Unable to find vcvarsall.bar" error. Then I installed VC++2008 Express correctly, but the same error still didn't pass. I can locate the vcvarsall.bat on the VC++ installation directory manually, and I read msvc9compiler.p... | {
"+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/2986/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2986/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2987 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2987/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2987/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2987/events | https://github.com/pandas-dev/pandas/pull/2987 | 11,742,821 | MDExOlB1bGxSZXF1ZXN0NDQ4NTYwMw== | 2,987 | add comparisons operator to the Period object and fixes issue 2781 | {
"avatar_url": "https://avatars.githubusercontent.com/u/31669?v=4",
"events_url": "https://api.github.com/users/Moisan/events{/privacy}",
"followers_url": "https://api.github.com/users/Moisan/followers",
"following_url": "https://api.github.com/users/Moisan/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 7 | 2013-03-07T01:55:44Z | 2014-06-19T14:50:06Z | 2013-03-28T05:40:01Z | CONTRIBUTOR | null | This commit should fix [issue 2781](https://github.com/pydata/pandas/issues/2781). The Period object couldn't be sorted because it didn't have any **le**, **gt**, **lt**, **ge** or **cmp** methods.
| {
"+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/2987/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2987/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2987.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2987",
"merged_at": "2013-03-28T05:40:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2987.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2987"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2988 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2988/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2988/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2988/events | https://github.com/pandas-dev/pandas/issues/2988 | 11,747,709 | MDU6SXNzdWUxMTc0NzcwOQ== | 2,988 | timedelta64[ns] : argmin() failing | {
"avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4",
"events_url": "https://api.github.com/users/michaelaye/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelaye/followers",
"following_url": "https://api.github.com/users/michaelaye/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 2 | 2013-03-07T06:28:35Z | 2013-03-07T15:50:02Z | 2013-03-07T15:50:02Z | CONTRIBUTOR | null | argmax() works fine, but argmin() throws an error:
``` python
In [22]: diff = ts - ts.shift()
In [23]: diff
Out[23]:
0 NaT
1 00:00:00.128001
2 00:00:00.127999
3 00:00:00.128001
4 00:00:00.127999
5 00:00:00.128001
6 00:00:00.127999
7 00:00:00.128001
8 00:00:00.127999
9 00:00: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/2988/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2988/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2989 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2989/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2989/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2989/events | https://github.com/pandas-dev/pandas/issues/2989 | 11,747,853 | MDU6SXNzdWUxMTc0Nzg1Mw== | 2,989 | timedelta64[ns]: max() and min() return numpy.int64 | {
"avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4",
"events_url": "https://api.github.com/users/michaelaye/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelaye/followers",
"following_url": "https://api.github.com/users/michaelaye/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 6 | 2013-03-07T06:35:34Z | 2013-03-07T20:10:37Z | 2013-03-07T19:50:16Z | CONTRIBUTOR | null | I guess that max() and min() are not implementing yet fully:
``` python
In [28]: diff.head()
Out[28]:
0 NaT
1 00:00:00.128001
2 00:00:00.127999
3 00:00:00.128001
4 00:00:00.127999
Dtype: timedelta64[ns]
In [29]: diff.max()
Out[29]: 1934745001000
In [30]: diff.max().dtype
Out[30]: dtype('int64'... | {
"+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/2989/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2989/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2990 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2990/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2990/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2990/events | https://github.com/pandas-dev/pandas/pull/2990 | 11,759,251 | MDExOlB1bGxSZXF1ZXN0NDQ5MzMzNA== | 2,990 | ENH: support min/max on timedelta64[ns] Series | {
"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://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 0 | 2013-03-07T13:31:21Z | 2014-06-16T11:59:00Z | 2013-03-07T19:15:00Z | CONTRIBUTOR | null | closes GH #2989
```
In [168]: df = DataFrame(dict(A = s - Timestamp('20120101')-timedelta(minutes=5,seconds=5),
.....: B = s - Series(date_range('2012-1-2', periods=3, freq='D'))))
.....:
In [169]: df
Out[169]:
A B
0 -00:05:05 -1 days, 00:00:00
1 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/2990/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2990/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2990.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2990",
"merged_at": "2013-03-07T19:15:00Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2990.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2990"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2991 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2991/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2991/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2991/events | https://github.com/pandas-dev/pandas/pull/2991 | 11,775,527 | MDExOlB1bGxSZXF1ZXN0NDUwMTQwOQ== | 2,991 | ENH/BUG: add tz argument to to_timestamp of Period GH2877 | {
"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... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 4 | 2013-03-07T19:43:06Z | 2014-06-27T10:11:32Z | 2013-03-15T20:51:28Z | NONE | null | #2877
| {
"+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/2991/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2991/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2991.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2991",
"merged_at": "2013-03-15T20:51:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2991.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2991"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/2992 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2992/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2992/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2992/events | https://github.com/pandas-dev/pandas/pull/2992 | 11,784,541 | MDExOlB1bGxSZXF1ZXN0NDUwNjMwNQ== | 2,992 | DOC: doc updates/formatting in basics,indexing,10min | {
"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://... | [] | closed | false | null | [] | null | 0 | 2013-03-07T23:25:23Z | 2013-03-07T23:33:49Z | 2013-03-07T23:33:49Z | 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/2992/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2992/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2992.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2992",
"merged_at": "2013-03-07T23:33:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2992.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2992"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/2993 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2993/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2993/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2993/events | https://github.com/pandas-dev/pandas/issues/2993 | 11,830,989 | MDU6SXNzdWUxMTgzMDk4OQ== | 2,993 | Timestamp doesn't correctly localize datetime.date | {
"avatar_url": "https://avatars.githubusercontent.com/u/609926?v=4",
"events_url": "https://api.github.com/users/petergx/events{/privacy}",
"followers_url": "https://api.github.com/users/petergx/followers",
"following_url": "https://api.github.com/users/petergx/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 2 | 2013-03-09T00:09:17Z | 2013-03-21T07:58:54Z | 2013-03-21T07:58:54Z | NONE | null | In 0.10.1, Timestamp constructor seems to have an issue localizing datetime.date objects.
```
In [19]: import datetime
In [20]: datetime.date(2013, 3, 9)
Out[20]: datetime.date(2013, 3, 9)
In [21]: d=datetime.date(2013, 3, 9)
In [22]: Timestamp(d, tz='US/Pacific') == Timestamp(d).tz_localize('US/Pacific')
Out[22]: ... | {
"+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/2993/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2993/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2994 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2994/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2994/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2994/events | https://github.com/pandas-dev/pandas/issues/2994 | 11,831,024 | MDU6SXNzdWUxMTgzMTAyNA== | 2,994 | DataFrame.replace(<scalar>, ...) is not handled | {
"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",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"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": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 3 | 2013-03-09T00:11:01Z | 2013-03-21T12:31:46Z | 2013-03-21T12:31:46Z | MEMBER | null | I would expect like `df.replace(0, df.mean())` to work. And it does not
| {
"+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/2994/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2994/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2995 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2995/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2995/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2995/events | https://github.com/pandas-dev/pandas/issues/2995 | 11,832,451 | MDU6SXNzdWUxMTgzMjQ1MQ== | 2,995 | Partial Selection on Hierarichal Index Not Working as Expected Beyond 2 Levels | {
"avatar_url": "https://avatars.githubusercontent.com/u/2701562?v=4",
"events_url": "https://api.github.com/users/dragoljub/events{/privacy}",
"followers_url": "https://api.github.com/users/dragoljub/followers",
"following_url": "https://api.github.com/users/dragoljub/following{/other_user}",
"gists_url": "h... | [] | closed | false | null | [] | null | 11 | 2013-03-09T01:21:44Z | 2013-03-15T00:25:11Z | 2013-03-15T00:25:11Z | NONE | null | The Pandas documentation states that a hierarchically indexed DataFrame can be partially selected from by passing a partial list of index values. For example if we have a 5-level index, then df.ix['A','B','C','D'] should return a DataFrame with the subset of rows where levels[0,1,2,3] match values ['A','B','C','D'] ind... | {
"+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/2995/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2995/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2996 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2996/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2996/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2996/events | https://github.com/pandas-dev/pandas/issues/2996 | 11,837,819 | MDU6SXNzdWUxMTgzNzgxOQ== | 2,996 | DataFrame self-joins | {
"avatar_url": "https://avatars.githubusercontent.com/u/1249695?v=4",
"events_url": "https://api.github.com/users/willfurnass/events{/privacy}",
"followers_url": "https://api.github.com/users/willfurnass/followers",
"following_url": "https://api.github.com/users/willfurnass/following{/other_user}",
"gists_ur... | [] | closed | false | null | [] | null | 7 | 2013-03-09T12:01:40Z | 2015-10-14T11:13:25Z | 2013-03-10T14:24:19Z | CONTRIBUTOR | null | Given the following DataFrame
| area | point | test | value |
| --- | --- | --- | --- |
| A | 11 | 0 | 1234234 |
| A | 11 | 1 | 12341234 |
| A | 16 | 0 | 234234 |
| A | 16 | 1 | 2343 |
| A | 16 | 2 | 234234 |
| C | 4 | 0 | 234234 |
| C | 4 | 1 | 234234 |
it would be nice if there were a way of grouping say columns `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/2996/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2996/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2997 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2997/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2997/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2997/events | https://github.com/pandas-dev/pandas/issues/2997 | 11,842,447 | MDU6SXNzdWUxMTg0MjQ0Nw== | 2,997 | inconsistent behaviour with .ix and setting values | {
"avatar_url": "https://avatars.githubusercontent.com/u/890156?v=4",
"events_url": "https://api.github.com/users/jankatins/events{/privacy}",
"followers_url": "https://api.github.com/users/jankatins/followers",
"following_url": "https://api.github.com/users/jankatins/following{/other_user}",
"gists_url": "ht... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"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... | 8 | 2013-03-09T19:00:00Z | 2013-09-26T02:42:49Z | 2013-09-26T02:42:49Z | CONTRIBUTOR | null | Using .ix twice and assigning a value as in `df.ix[...].ix[...] = b` works in the first case and not in the second:
``` python
>>> # from http://stackoverflow.com/questions/15200598/partial-update-to-dataframe-with-multi-index-index-with-integer-labels/15213525#15213525
>>> print df
bucket start stop ... | {
"+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/2997/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2997/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2998 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2998/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2998/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2998/events | https://github.com/pandas-dev/pandas/issues/2998 | 11,845,992 | MDU6SXNzdWUxMTg0NTk5Mg== | 2,998 | Series append function shifts index if timezone information exist | {
"avatar_url": "https://avatars.githubusercontent.com/u/1815898?v=4",
"events_url": "https://api.github.com/users/ribelo/events{/privacy}",
"followers_url": "https://api.github.com/users/ribelo/followers",
"following_url": "https://api.github.com/users/ribelo/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 1 | 2013-03-09T23:49:16Z | 2013-03-14T10:45:52Z | 2013-03-14T10:45:52Z | NONE | null | Code to reproduce:
rng1 = pd.date_range('1/1/2011 01:00', periods=10, freq='H')
rng2 = pd.date_range('1/1/2011 02:00', periods=10, freq='H')
ts1 = pd.Series(np.random.randn(len(rng1)), index=rng1).tz_localize('CET')
ts2 = pd.Series(np.random.randn(len(rng2)), index=rng2).tz_localize('CET')
ts_result = ts1.append(ts2)
... | {
"+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/2998/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2998/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/2999 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/2999/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/2999/comments | https://api.github.com/repos/pandas-dev/pandas/issues/2999/events | https://github.com/pandas-dev/pandas/pull/2999 | 11,846,740 | MDExOlB1bGxSZXF1ZXN0NDUzMzMyMg== | 2,999 | DOC: added recommended dependencies section in install.rst | {
"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://... | [] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 4 | 2013-03-10T01:19:09Z | 2013-03-10T02:47:28Z | 2013-03-10T02:47:27Z | 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/2999/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/2999/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/2999.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/2999",
"merged_at": "2013-03-10T02:47:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/2999.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/2999"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/3000 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/3000/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/3000/comments | https://api.github.com/repos/pandas-dev/pandas/issues/3000/events | https://github.com/pandas-dev/pandas/issues/3000 | 11,847,968 | MDU6SXNzdWUxMTg0Nzk2OA== | 3,000 | DataFrame.from_records should be less strict about dict like types | {
"avatar_url": "https://avatars.githubusercontent.com/u/87697?v=4",
"events_url": "https://api.github.com/users/tebeka/events{/privacy}",
"followers_url": "https://api.github.com/users/tebeka/followers",
"following_url": "https://api.github.com/users/tebeka/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
}
] | closed | false | null | [] | {
"closed_at": "2013-05-10T10:57:28Z",
"closed_issues": 340,
"created_at": "2013-01-18T03:58:28Z",
"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/... | 2 | 2013-03-10T03:47:40Z | 2013-03-15T20:44:14Z | 2013-03-15T20:44:14Z | NONE | null | Currently if you try `DataFrame.from_records(emails, columns=['Subject', 'From', 'Date'])` it'll fail. Emails are of type `email.message.Message`. However if you convert the email to dictionaries - the above code works.
The problem seems to stem from `_to_arrays` function in `frame.py` where the check is `elif instanc... | {
"+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/3000/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/3000/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.