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/10803 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10803/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10803/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10803/events | https://github.com/pandas-dev/pandas/pull/10803 | 100,481,298 | MDExOlB1bGxSZXF1ZXN0NDIyMDk5OTE= | 10,803 | BUG: Allow read_sql_table to read from views | {
"avatar_url": "https://avatars.githubusercontent.com/u/4025968?v=4",
"events_url": "https://api.github.com/users/IamGianluca/events{/privacy}",
"followers_url": "https://api.github.com/users/IamGianluca/followers",
"following_url": "https://api.github.com/users/IamGianluca/following{/other_user}",
"gists_ur... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, ... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-12T07:04:36Z | 2015-08-12T09:31:13Z | 2015-08-12T09:31:13Z | CONTRIBUTOR | null | Solves #10750
Follow-up from #10771
'read_sql_table' will now allow reading from views.
Added also a note in whatsnew and a unit test to check the behaviour.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10803/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10803/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10803.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10803",
"merged_at": "2015-08-12T09:31:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10803.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10803"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10804 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10804/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10804/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10804/events | https://github.com/pandas-dev/pandas/issues/10804 | 100,521,161 | MDU6SXNzdWUxMDA1MjExNjE= | 10,804 | PERF: categorical value_counts can be much faster | {
"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": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "e11d21",
"default"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2015-08-12T11:20:35Z | 2015-08-22T20:03:01Z | 2015-08-22T20:03:01Z | CONTRIBUTOR | null | The internal impl of `Categorical.value_counts` should just do this. I think it is factorizing multiple times when it is not necessary.
```
In [32]: np.random.seed(1234)
In [33]: n = 500000
In [34]: u = int(0.1*n)
In [35]: arr = [ "s%04d" % i for i in np.random.randint(0,u,size=n) ]
In [36]: c = pd.Series(arr).ast... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10804/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10804/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10805 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10805/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10805/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10805/events | https://github.com/pandas-dev/pandas/issues/10805 | 100,565,776 | MDU6SXNzdWUxMDA1NjU3NzY= | 10,805 | tseries.holiday.USMemorialDay definition incorrect | {
"avatar_url": "https://avatars.githubusercontent.com/u/12200702?v=4",
"events_url": "https://api.github.com/users/multiloc/events{/privacy}",
"followers_url": "https://api.github.com/users/multiloc/followers",
"following_url": "https://api.github.com/users/multiloc/following{/other_user}",
"gists_url": "htt... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "009800",
"default": false,
"description": "Duplicate... | closed | false | null | [] | null | 2 | 2015-08-12T15:08:54Z | 2015-08-12T15:32:02Z | 2015-08-12T15:15:10Z | CONTRIBUTOR | null | I believe this is a bug in the definition of memorial day in `pandas.tseries.holiday`:
```
USMemorialDay = Holiday('MemorialDay', month=5, day=24, offset=DateOffset(weekday=MO(1)))
```
should be
```
USMemorialDay = Holiday('MemorialDay', month=5, day=31, offset=DateOffset(weekday=MO(-1)))
```
as memorial day is alw... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10805/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10805/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10806 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10806/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10806/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10806/events | https://github.com/pandas-dev/pandas/issues/10806 | 100,568,430 | MDU6SXNzdWUxMDA1Njg0MzA= | 10,806 | BUG/ENH: sort_values(by=index_label, axis=1) | {
"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": "02d7e1",
"default": false,
"description": "Concat, ... | closed | false | null | [] | {
"closed_at": "2016-10-03T08:52:13Z",
"closed_issues": 733,
"created_at": "2016-03-11T21:24:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-12T15:21:36Z | 2016-07-21T15:05:26Z | 2016-07-21T15:05:26Z | CONTRIBUTOR | null | xref #10726
This is possible, just not implemented
```
In [3]: df = DataFrame(np.arange(16).reshape(4, 4), index=[1, 2, 3, 4], columns=['A', 'B', 'C', 'D'])
In [4]: df
Out[4]:
A B C D
1 0 1 2 3
2 4 5 6 7
3 8 9 10 11
4 12 13 14 15
In [5]: df.sort_values(by=1,axis=1)
ValueError:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10806/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10806/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10807 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10807/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10807/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10807/events | https://github.com/pandas-dev/pandas/issues/10807 | 100,569,625 | MDU6SXNzdWUxMDA1Njk2MjU= | 10,807 | Mixing tables.create_table and HDFStore.append | {
"avatar_url": "https://avatars.githubusercontent.com/u/10828111?v=4",
"events_url": "https://api.github.com/users/pkisztelinski/events{/privacy}",
"followers_url": "https://api.github.com/users/pkisztelinski/followers",
"following_url": "https://api.github.com/users/pkisztelinski/following{/other_user}",
"g... | [] | closed | false | null | [] | null | 1 | 2015-08-12T15:27:40Z | 2015-08-12T15:33:35Z | 2015-08-12T15:33:35Z | NONE | null | for example:
```
import tables as tb
import pandas as pd
class TestTable(tb.IsDescription):
field1 = tb.UInt32Col()
field2 = tb.UInt32Col()
field3 = tb.UInt32Col()
h5file = tb.open_file('test.h5', mode = "w", title = "Test File")
table = h5file.create_table('/', 'test_table', TestTable, "Test Table")
h5f... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10807/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10807/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10808 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10808/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10808/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10808/events | https://github.com/pandas-dev/pandas/pull/10808 | 100,631,745 | MDExOlB1bGxSZXF1ZXN0NDIyODY5MTg= | 10,808 | BUG: fix bounds for negative ints when using iloc (GH 10779) | {
"avatar_url": "https://avatars.githubusercontent.com/u/6031088?v=4",
"events_url": "https://api.github.com/users/ajcr/events{/privacy}",
"followers_url": "https://api.github.com/users/ajcr/followers",
"following_url": "https://api.github.com/users/ajcr/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-08-12T20:47:31Z | 2015-08-15T12:46:01Z | 2015-08-14T18:40:52Z | CONTRIBUTOR | null | This fixes the issues raised in [GH 10779](https://github.com/pydata/pandas/issues/10779).
closes #10547
Previously, negative integers used in `iloc` were not stopped from going beyond the bounds of the Series. For instance, if `s = pd.Series([1,2,3])` then `s.iloc[-4]` returned bytes from memory outside `s`. This wi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10808/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10808/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10808.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10808",
"merged_at": "2015-08-14T18:40:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10808.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10808"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10809 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10809/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10809/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10809/events | https://github.com/pandas-dev/pandas/issues/10809 | 100,633,389 | MDU6SXNzdWUxMDA2MzMzODk= | 10,809 | unwanted cast of string to datetime | {
"avatar_url": "https://avatars.githubusercontent.com/u/13771893?v=4",
"events_url": "https://api.github.com/users/levicivita/events{/privacy}",
"followers_url": "https://api.github.com/users/levicivita/followers",
"following_url": "https://api.github.com/users/levicivita/following{/other_user}",
"gists_url"... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "0052cc",
"default": false,
"description": null,
... | closed | false | null | [] | null | 3 | 2015-08-12T20:56:15Z | 2015-08-13T19:36:44Z | 2015-08-12T22:23:06Z | NONE | null | Note how the string 'M15' becomes somehow 8/15/2015!
> > > pandas.Series([datetime.datetime(2015,1,1), 'M15'])
> > > 0 2015-01-01
> > > 1 2015-08-15
> > > dtype: datetime64[ns]
Compare other arbitrary strings that are left alone:
> > > pandas.Series([datetime.datetime(2015,1,1), 'MM15'])
> > > 0 2015-01-01 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/10809/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10809/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10810 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10810/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10810/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10810/events | https://github.com/pandas-dev/pandas/pull/10810 | 100,640,817 | MDExOlB1bGxSZXF1ZXN0NDIyOTIwNDc= | 10,810 | DOC: Updated drop_duplicates doc | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-12T21:36:16Z | 2015-08-18T11:23:04Z | 2015-08-18T10:48:47Z | MEMBER | null | Closes #2825.
CC @patricktokeeffe @bilderbuchi
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10810/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10810/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10810.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10810",
"merged_at": "2015-08-18T10:48:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10810.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10810"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10811 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10811/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10811/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10811/events | https://github.com/pandas-dev/pandas/issues/10811 | 100,662,716 | MDU6SXNzdWUxMDA2NjI3MTY= | 10,811 | support for simple interpolation with new values | {
"avatar_url": "https://avatars.githubusercontent.com/u/7870949?v=4",
"events_url": "https://api.github.com/users/denfromufa/events{/privacy}",
"followers_url": "https://api.github.com/users/denfromufa/followers",
"following_url": "https://api.github.com/users/denfromufa/following{/other_user}",
"gists_url":... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "AD7FA8"... | closed | false | null | [] | null | 12 | 2015-08-13T00:12:36Z | 2015-08-14T16:13:06Z | 2015-08-14T16:13:06Z | NONE | null | something along the lines:
```
df.reindex(df.index.tolist()+new_values).sort().interpolate().ix[new_values]
```
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10811/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10811/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10812 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10812/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10812/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10812/events | https://github.com/pandas-dev/pandas/pull/10812 | 100,715,089 | MDExOlB1bGxSZXF1ZXN0NDIzMjY3MTE= | 10,812 | Deprecate combineAdd and combineMult (GH10735) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "5319e7",
"default": false,
"description": "F... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-13T08:39:32Z | 2015-08-16T08:28:53Z | 2015-08-16T08:28:53Z | MEMBER | null | Closes #10735
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10812/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10812/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10812.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10812",
"merged_at": "2015-08-16T08:28:53Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10812.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10812"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10813 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10813/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10813/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10813/events | https://github.com/pandas-dev/pandas/issues/10813 | 100,749,739 | MDU6SXNzdWUxMDA3NDk3Mzk= | 10,813 | to_csv with lists of strings and unicode encoding produces wrong output | {
"avatar_url": "https://avatars.githubusercontent.com/u/2581087?v=4",
"events_url": "https://api.github.com/users/tdszyman/events{/privacy}",
"followers_url": "https://api.github.com/users/tdszyman/followers",
"following_url": "https://api.github.com/users/tdszyman/following{/other_user}",
"gists_url": "http... | [
{
"color": "ededed",
"default": false,
"description": "__repr__ of pandas objects, to_string",
"id": 13101118,
"name": "Output-Formatting",
"node_id": "MDU6TGFiZWwxMzEwMTExOA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Output-Formatting"
},
{
"color": "5319e... | 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... | 11 | 2015-08-13T11:50:25Z | 2019-07-30T03:22:55Z | 2019-07-30T03:22:49Z | NONE | null | If I have a dataframe with cells containing lists of strings (or unicode strings), then these lists are broken when I use `to_csv()` with the `encoding` parameter set. The error does not occur if the `encoding` is not set.
Here is an example (using pandas version 0.16.2):
```
df = pd.DataFrame.from_records(
[('Ma... | {
"+1": 4,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 4,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10813/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10813/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10814 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10814/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10814/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10814/events | https://github.com/pandas-dev/pandas/issues/10814 | 100,798,445 | MDU6SXNzdWUxMDA3OTg0NDU= | 10,814 | pandas 0.16.2 groupby and transform does not properly work with datetime objects | {
"avatar_url": "https://avatars.githubusercontent.com/u/9885235?v=4",
"events_url": "https://api.github.com/users/agolbin/events{/privacy}",
"followers_url": "https://api.github.com/users/agolbin/followers",
"following_url": "https://api.github.com/users/agolbin/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | null | 3 | 2015-08-13T15:25:58Z | 2015-08-13T15:43:59Z | 2015-08-13T15:32:39Z | NONE | null | In the 0.16.2 version, transform returns original values, while in the 0.15.2 version it properly transforms the values into group counts. The problem seems to be with how pandas deal with datetime objects.
The only difference is the pandas version, and everything else is the same.
---
```
import pandas as pd
imp... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10814/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10814/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10815 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10815/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10815/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10815/events | https://github.com/pandas-dev/pandas/pull/10815 | 100,799,319 | MDExOlB1bGxSZXF1ZXN0NDIzNjM4NzE= | 10,815 | API: Series.sum() will now return 0.0 for all-NaN 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://... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "AD7FA8"... | closed | false | null | [] | {
"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",
... | 10 | 2015-08-13T15:29:06Z | 2015-09-03T14:19:27Z | 2015-09-03T14:19:26Z | CONTRIBUTOR | null | compat with `numpy` >= 1.8.2 and `bottleneck` >= 1.0, #9422
note that passing skipna=False will still return a NaN
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10815/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10815/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10815.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10815",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10815.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10815"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10816 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10816/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10816/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10816/events | https://github.com/pandas-dev/pandas/issues/10816 | 100,854,375 | MDU6SXNzdWUxMDA4NTQzNzU= | 10,816 | API: select levels of a MultiIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 8 | 2015-08-13T19:53:42Z | 2021-04-18T23:27:20Z | null | MEMBER | null | Say you have a multi-index:
```
In [34]: idx = pd.MultiIndex.from_product([['a', 'b', 'c'], [1, 2, 3], ['f', 'g'
]], names=['lev0', 'lev1', 'lev2'])
In [35]: df = pd.DataFrame(range(len(idx)), index=idx)
In [36]: df
Out[36]:
0
lev0 lev1 lev2
a 1 f 0
g 1
2 f 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/10816/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10816/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10817 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10817/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10817/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10817/events | https://github.com/pandas-dev/pandas/issues/10817 | 100,874,075 | MDU6SXNzdWUxMDA4NzQwNzU= | 10,817 | Add .dt.total_seconds() method for timedelta64 Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/166162?v=4",
"events_url": "https://api.github.com/users/brandon-rhodes/events{/privacy}",
"followers_url": "https://api.github.com/users/brandon-rhodes/followers",
"following_url": "https://api.github.com/users/brandon-rhodes/following{/other_user}",
"... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2015-08-13T21:34:40Z | 2015-09-02T15:59:34Z | 2015-09-02T11:52:39Z | CONTRIBUTOR | null | Background: I am trying to build a horizonal bar graph that shows me when various builds on a server started and ended, so that I can see visually which builds overlapped in time. But the idea that a horizontal bar graph's bar-width would be a timedelta seems completely foreign to all of the plotting libraries that I h... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10817/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10817/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10818 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10818/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10818/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10818/events | https://github.com/pandas-dev/pandas/issues/10818 | 100,898,484 | MDU6SXNzdWUxMDA4OTg0ODQ= | 10,818 | non-NDFFrame object error using pandas.SparseSeries.from_coo() function | {
"avatar_url": "https://avatars.githubusercontent.com/u/13254874?v=4",
"events_url": "https://api.github.com/users/francescoferroni/events{/privacy}",
"followers_url": "https://api.github.com/users/francescoferroni/followers",
"following_url": "https://api.github.com/users/francescoferroni/following{/other_use... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Sparse Data Type",
"... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 5 | 2015-08-14T00:11:59Z | 2016-04-03T07:45:23Z | 2016-04-03T07:45:23Z | NONE | null | There appears to be an issue with the .from_coo() sparse function. If the frame is viewed, it gives a "non-NDFFrame error". It could potentially be due to overlapping entries on the same index (this is handled in sparse.coo_matrix by adding the entries by default).
More details here:
http://stackoverflow.com/question... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10818/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10818/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10819 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10819/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10819/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10819/events | https://github.com/pandas-dev/pandas/issues/10819 | 100,910,677 | MDU6SXNzdWUxMDA5MTA2Nzc= | 10,819 | plotting with Gridspec : index is out of bounds | {
"avatar_url": "https://avatars.githubusercontent.com/u/10111895?v=4",
"events_url": "https://api.github.com/users/heelancd/events{/privacy}",
"followers_url": "https://api.github.com/users/heelancd/followers",
"following_url": "https://api.github.com/users/heelancd/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-14T01:54:26Z | 2015-09-01T12:06:24Z | 2015-09-01T12:06:24Z | NONE | null | I came across the same error described in [this stack post.](https://stackoverflow.com/questions/30623162/plotting-with-gridspec-index-is-out-of-bounds) I didn't experience the error until upgrading to 0.16.2. Like others who commented, downgrading to 0.15.2 fixed the issue. I couldn't find it reported anywhere else so... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10819/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10819/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10820 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10820/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10820/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10820/events | https://github.com/pandas-dev/pandas/issues/10820 | 100,988,334 | MDU6SXNzdWUxMDA5ODgzMzQ= | 10,820 | nunique performance for groupby with large number of groups | {
"avatar_url": "https://avatars.githubusercontent.com/u/2418513?v=4",
"events_url": "https://api.github.com/users/aldanor/events{/privacy}",
"followers_url": "https://api.github.com/users/aldanor/followers",
"following_url": "https://api.github.com/users/aldanor/following{/other_user}",
"gists_url": "https:/... | [
{
"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": "a10c02",
"default": false,
"description": "Memory or execu... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 8 | 2015-08-14T10:53:45Z | 2015-08-24T18:33:56Z | 2015-08-24T18:33:56Z | CONTRIBUTOR | null | It looks like `len(set)` beats both `len(np.unique)` and `pd.Series.nunique` if done naively -- here's an example with a large number of groups where we try to compute unique counts of a column when grouping by another column:
``` python
>>> df = pd.DataFrame({'a': np.random.randint(10000, size=100000),
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10820/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10820/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10821 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10821/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10821/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10821/events | https://github.com/pandas-dev/pandas/issues/10821 | 101,050,276 | MDU6SXNzdWUxMDEwNTAyNzY= | 10,821 | PERF: implement value_counts_float64 | {
"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": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "e102d8",
"default"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-14T16:40:56Z | 2015-08-18T23:37:27Z | 2015-08-18T23:37:27Z | CONTRIBUTOR | null | int64/object are implemented. This is slightly tricky as have to count `nan` but not too difficult.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10821/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10821/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10822 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10822/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10822/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10822/events | https://github.com/pandas-dev/pandas/issues/10822 | 101,053,143 | MDU6SXNzdWUxMDEwNTMxNDM= | 10,822 | TST: testing issue on windows | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "444444",
"d... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-08-14T16:55:40Z | 2015-08-20T18:26:23Z | 2015-08-20T18:26:23Z | CONTRIBUTOR | null | xref #7599
@sinhrks
This fails on windows (actually doesn't on a windows vm, you need an actual windows machine....weird)
```
======================================================================
ERROR: test_invalid_index_type... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10822/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10822/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10823 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10823/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10823/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10823/events | https://github.com/pandas-dev/pandas/issues/10823 | 101,090,555 | MDU6SXNzdWUxMDEwOTA1NTU= | 10,823 | Inconsistency with MovingOLS min_periods | {
"avatar_url": "https://avatars.githubusercontent.com/u/2401026?v=4",
"events_url": "https://api.github.com/users/matthewgilbert/events{/privacy}",
"followers_url": "https://api.github.com/users/matthewgilbert/followers",
"following_url": "https://api.github.com/users/matthewgilbert/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2015-08-14T19:51:00Z | 2015-08-18T10:47:43Z | 2015-08-18T10:47:43Z | CONTRIBUTOR | null | I'm not sure if this is a bug or a typo in the documentation but for the `min_periods` parameter in MovingOLS the documentation claims
```
min_periods : int
Threshold of non-null data points to require.
If None, defaults to size of window.
```
However this does not seem to be the case? From line 640-648... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10823/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10823/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10824 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10824/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10824/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10824/events | https://github.com/pandas-dev/pandas/issues/10824 | 101,153,739 | MDU6SXNzdWUxMDExNTM3Mzk= | 10,824 | BUG: Merge with empty DataFrame raise IndexError | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2015-08-15T08:57:49Z | 2015-08-20T12:54:55Z | 2015-08-20T12:54:55Z | MEMBER | null | ```
import numpy as np
import pandas as pd
df1 = pd.DataFrame([], columns=['a', 'b', 'c'])
df2 = pd.DataFrame(np.random.randn(3, 3), columns=['x', 'y', 'z'])
# OK
pd.merge(df1, df2, how='right', left_index=True, right_index=True)
# a b c x y z
#0 NaN NaN NaN 0.665359 0.087728 -... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10824/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10824/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10825 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10825/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10825/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10825/events | https://github.com/pandas-dev/pandas/pull/10825 | 101,181,038 | MDExOlB1bGxSZXF1ZXN0NDI1MTk5ODc= | 10,825 | Fix handling of EOF in 'c' csv parser | {
"avatar_url": "https://avatars.githubusercontent.com/u/1621449?v=4",
"events_url": "https://api.github.com/users/evanpw/events{/privacy}",
"followers_url": "https://api.github.com/users/evanpw/followers",
"following_url": "https://api.github.com/users/evanpw/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": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2015-08-15T14:23:49Z | 2015-09-19T00:38:10Z | 2015-08-17T11:09:50Z | CONTRIBUTOR | null | Fixes GH #10728
fixes #10548.
Also fixes:
- '\r' followed by EOF should be considered a blank line
- Escape character followed by EOF should produce an exception
- Line containing only whitespace should be skipped if `skip_blank_lines` and `delim_whitespace` are both `True`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10825/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10825/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10825.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10825",
"merged_at": "2015-08-17T11:09:50Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10825.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10825"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10826 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10826/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10826/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10826/events | https://github.com/pandas-dev/pandas/pull/10826 | 101,181,083 | MDExOlB1bGxSZXF1ZXN0NDI1MjAwMDU= | 10,826 | BUG: Merge with empty dataframe may raise IndexError | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stac... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-15T14:25:10Z | 2015-08-20T13:48:48Z | 2015-08-20T12:54:55Z | MEMBER | null | Closes #10824.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10826/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10826/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10826.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10826",
"merged_at": "2015-08-20T12:54:55Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10826.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10826"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10827 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10827/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10827/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10827/events | https://github.com/pandas-dev/pandas/pull/10827 | 101,189,111 | MDExOlB1bGxSZXF1ZXN0NDI1MjIwMTQ= | 10,827 | Bug in read_csv when using nrows or chunksize on a file containing only a header | {
"avatar_url": "https://avatars.githubusercontent.com/u/1621449?v=4",
"events_url": "https://api.github.com/users/evanpw/events{/privacy}",
"followers_url": "https://api.github.com/users/evanpw/followers",
"following_url": "https://api.github.com/users/evanpw/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": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-08-15T16:45:00Z | 2015-09-19T00:38:10Z | 2015-08-15T22:22:36Z | CONTRIBUTOR | null | Fixes GH #9535
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10827/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10827/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10827.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10827",
"merged_at": "2015-08-15T22:22:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10827.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10827"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10828 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10828/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10828/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10828/events | https://github.com/pandas-dev/pandas/issues/10828 | 101,214,157 | MDU6SXNzdWUxMDEyMTQxNTc= | 10,828 | TST: add tests for ABC Types | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-15T22:26:41Z | 2015-08-20T17:39:31Z | 2015-08-20T17:39:31Z | CONTRIBUTOR | null | e.g. something in `test_common.py` like
```
p = pd.Period(....)
self.assertTrue(isinstance(p, ABCPeriod))
```
for all of the ABC types defined.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10828/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10828/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10829 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10829/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10829/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10829/events | https://github.com/pandas-dev/pandas/pull/10829 | 101,243,176 | MDExOlB1bGxSZXF1ZXN0NDI1MzMwNjk= | 10,829 | Minor fix to error messages ('See the the caveats in the documentatio… | {
"avatar_url": "https://avatars.githubusercontent.com/u/12725258?v=4",
"events_url": "https://api.github.com/users/dvmk/events{/privacy}",
"followers_url": "https://api.github.com/users/dvmk/followers",
"following_url": "https://api.github.com/users/dvmk/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-16T08:37:18Z | 2015-08-16T10:46:38Z | 2015-08-16T09:54:59Z | NONE | null | …n...')
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10829/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10829/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10829.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10829",
"merged_at": "2015-08-16T09:54:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10829.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10829"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10830 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10830/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10830/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10830/events | https://github.com/pandas-dev/pandas/issues/10830 | 101,319,325 | MDU6SXNzdWUxMDEzMTkzMjU= | 10,830 | Can't access 'Strike' column in option dataframe | {
"avatar_url": "https://avatars.githubusercontent.com/u/13733596?v=4",
"events_url": "https://api.github.com/users/zhimakaimenxa/events{/privacy}",
"followers_url": "https://api.github.com/users/zhimakaimenxa/followers",
"following_url": "https://api.github.com/users/zhimakaimenxa/following{/other_user}",
"g... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "00... | closed | false | null | [] | null | 4 | 2015-08-17T01:57:00Z | 2015-08-17T19:06:36Z | 2015-08-17T11:15:20Z | NONE | 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/10830/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10830/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/10831 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10831/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10831/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10831/events | https://github.com/pandas-dev/pandas/issues/10831 | 101,337,693 | MDU6SXNzdWUxMDEzMzc2OTM= | 10,831 | 0.16.2: HTML docs fail to make, "TypeError: an integer is required (got type str)" | {
"avatar_url": "https://avatars.githubusercontent.com/u/13134193?v=4",
"events_url": "https://api.github.com/users/unsystemizer/events{/privacy}",
"followers_url": "https://api.github.com/users/unsystemizer/followers",
"following_url": "https://api.github.com/users/unsystemizer/following{/other_user}",
"gist... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | null | 2 | 2015-08-17T04:42:31Z | 2015-08-18T10:21:01Z | 2015-08-18T10:21:01Z | NONE | null | - `pip3 install --upgrade pandas` # installed 0.16.2
- Download 0.16.2 source, unzip, use `pip3` to install Sphinx (1.3.1, and dependencies such as sphinx-rtd-theme (0.1.8))
- run `make.py html` in `doc` folder
```
C:\Python34\pandas-0.16.2\doc>c:\Python34\python.exe make.py html
Traceback (most recent call last):
F... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10831/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10831/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10832 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10832/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10832/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10832/events | https://github.com/pandas-dev/pandas/issues/10832 | 101,385,399 | MDU6SXNzdWUxMDEzODUzOTk= | 10,832 | Categorical can not be used as key in merges | {
"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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "e11d21",
"de... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-17T10:01:34Z | 2015-08-17T11:01:12Z | 2015-08-17T11:00:22Z | CONTRIBUTOR | null | ```
df1 = pd.DataFrame({"a": list("ABCD"), "b": [1,2,3,4]})
df2 = pd.DataFrame({"a": list("BCDF"), "b": [1,2,3,4]})
df1["c"] = df1["a"].astype("category")
df2["c"] = df2["a"].astype("category")
pd.merge(df1, df2, on=["c"], how="outer")
```
Results in:
```
--------------------------------------------------------------... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10832/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10832/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10833 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10833/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10833/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10833/events | https://github.com/pandas-dev/pandas/issues/10833 | 101,451,670 | MDU6SXNzdWUxMDE0NTE2NzA= | 10,833 | BUG: Error while saving DataFrame with TimedeltaIndex to .csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/1315589?v=4",
"events_url": "https://api.github.com/users/soupault/events{/privacy}",
"followers_url": "https://api.github.com/users/soupault/followers",
"following_url": "https://api.github.com/users/soupault/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2015-08-17T15:45:54Z | 2015-08-21T14:10:24Z | 2015-08-21T14:10:24Z | CONTRIBUTOR | null | I'm trying to save pd.DataFrame using `.to_csv` method.
If DataFrame has TimedeltaIndex the error is risen:
```
>>> dt = pd.Timedelta(seconds=10)
>>> timestamps = [dt, 2*dt, 3*dt]
>>> df = pd.DataFrame({'obs': [11,22,33]}, index=timestamps)
>>> df
obs
00:00:10 11
00:00:20 22
00:00:30 33
>>> df.to_csv(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10833/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10833/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10834 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10834/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10834/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10834/events | https://github.com/pandas-dev/pandas/issues/10834 | 101,463,695 | MDU6SXNzdWUxMDE0NjM2OTU= | 10,834 | passing of `test_to_datetime_with_non_exact` depends on OS language. | {
"avatar_url": "https://avatars.githubusercontent.com/u/3819470?v=4",
"events_url": "https://api.github.com/users/cel4/events{/privacy}",
"followers_url": "https://api.github.com/users/cel4/followers",
"following_url": "https://api.github.com/users/cel4/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-17T16:52:16Z | 2015-08-17T20:50:10Z | 2015-08-17T20:50:10Z | CONTRIBUTOR | null | The abbreviations of the names of months in `format_regex` are language specific. Thus the test fails on non-english systems:
`format_regex` on this machine is
`re.compile('(?P<d>3[0-1]|[1-2]\\d|0[1-9]|[1-9]| [1-9])(?P<b>jan|feb|m\\är|apr|mai|jun|jul|aug|sep|okt|nov|dez)(?P<y>\\d\\d)', re.IGNORECASE)`
```
ERROR: 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/10834/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10834/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10835 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10835/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10835/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10835/events | https://github.com/pandas-dev/pandas/issues/10835 | 101,469,999 | MDU6SXNzdWUxMDE0Njk5OTk= | 10,835 | Test failure: test_none_comparison | {
"avatar_url": "https://avatars.githubusercontent.com/u/3819470?v=4",
"events_url": "https://api.github.com/users/cel4/events{/privacy}",
"followers_url": "https://api.github.com/users/cel4/followers",
"following_url": "https://api.github.com/users/cel4/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "5319e7",
"default": false,
"description": "Unit tests that occasionally fail",
"id": 76939933,
"name": "Unreliable Test",
"node_id": "MDU6TGFiZWw3NjkzOTkzMw==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Unreliable%20Test"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2015-08-17T17:30:03Z | 2015-08-22T20:12:18Z | 2015-08-22T20:12:18Z | CONTRIBUTOR | null | `test_none_comparison` fails for me for all versions of `numpy>=1.9.0`. I don't see this issue in any `numpy-1.8.x` version.
```
ERROR: test_none_comparison (pandas.tests.test_base.TestIndexOps)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ch... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10835/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10835/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10836 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10836/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10836/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10836/events | https://github.com/pandas-dev/pandas/pull/10836 | 101,471,019 | MDExOlB1bGxSZXF1ZXN0NDI2MTM0OTY= | 10,836 | skipped failing test on non-engish locales | {
"avatar_url": "https://avatars.githubusercontent.com/u/3819470?v=4",
"events_url": "https://api.github.com/users/cel4/events{/privacy}",
"followers_url": "https://api.github.com/users/cel4/followers",
"following_url": "https://api.github.com/users/cel4/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-17T17:36:22Z | 2015-08-17T20:50:15Z | 2015-08-17T20:50:10Z | CONTRIBUTOR | null | Should fix https://github.com/pydata/pandas/issues/10834
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10836/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10836/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10836.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10836",
"merged_at": "2015-08-17T20:50:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10836.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10836"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10837 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10837/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10837/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10837/events | https://github.com/pandas-dev/pandas/issues/10837 | 101,478,301 | MDU6SXNzdWUxMDE0NzgzMDE= | 10,837 | testArrayNumpyLabelled fails on Python 2.7.10 | {
"avatar_url": "https://avatars.githubusercontent.com/u/3819470?v=4",
"events_url": "https://api.github.com/users/cel4/events{/privacy}",
"followers_url": "https://api.github.com/users/cel4/followers",
"following_url": "https://api.github.com/users/cel4/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "207de5",
"d... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 5 | 2015-08-17T18:12:32Z | 2015-08-19T10:53:27Z | 2015-08-19T10:53:27Z | CONTRIBUTOR | null | ```
FAIL: testArrayNumpyLabelled (pandas.io.tests.test_json.test_ujson.NumpyJSONTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/ch/repo/pandas/.tox/py27/lib/python2.7/site-packages/pandas/io/tests/test_json/test_ujson.py", line 1141, in tes... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10837/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10837/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10838 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10838/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10838/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10838/events | https://github.com/pandas-dev/pandas/pull/10838 | 101,535,242 | MDExOlB1bGxSZXF1ZXN0NDI2NDgzNzY= | 10,838 | BUG: Panel setitem with a multiindex #10360 (partial) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-18T00:03:35Z | 2019-08-10T19:45:05Z | 2015-08-18T10:44:03Z | CONTRIBUTOR | null | partial on #10360
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10838/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10838/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10838.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10838",
"merged_at": "2015-08-18T10:44:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10838.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10838"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10839 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10839/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10839/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10839/events | https://github.com/pandas-dev/pandas/issues/10839 | 101,535,273 | MDU6SXNzdWUxMDE1MzUyNzM= | 10,839 | BUG: Panel indexing with partial setting | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": 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... | 6 | 2015-08-18T00:03:58Z | 2018-07-06T20:21:07Z | 2017-07-10T21:07:33Z | CONTRIBUTOR | null | xref #10360 / #10838
takes care of full slices, e.g. `p.iloc[0,0,:] = [1,2,3]`, but the following is still failing
(whether mixed blocks or not)
```
In [8]: axes = dict(items = pd.MultiIndex.from_tuples([('A','a'), ('B','b')]), major_axis = pd.MultiIndex.from_tuples([('A',1),('A',2)]), minor_axis=pd.MultiIndex.from_... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10839/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10839/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10840 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10840/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10840/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10840/events | https://github.com/pandas-dev/pandas/pull/10840 | 101,552,462 | MDExOlB1bGxSZXF1ZXN0NDI2NTQ3Nzg= | 10,840 | PERF: value_counts_float64 #10821 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/following{/other_user}",
"gists_url": "http... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "e102d8",
"default"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 23 | 2015-08-18T02:13:15Z | 2015-08-19T00:53:03Z | 2015-08-18T23:37:09Z | CONTRIBUTOR | null | Adresses #10821 - I get a doubling of performance for `value_counts` for a `Series` with a float dtype. Couldn't think of any new tests needed not covered by existing [here](https://github.com/pydata/pandas/blob/master/pandas/tests/test_algos.py#L416)
```
In [1]: f = np.hstack([np.hstack(np.linspace(0,1,1000) for _ ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10840/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10840/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10840.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10840",
"merged_at": "2015-08-18T23:37:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10840.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10840"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10841 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10841/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10841/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10841/events | https://github.com/pandas-dev/pandas/pull/10841 | 101,552,837 | MDExOlB1bGxSZXF1ZXN0NDI2NTQ4OTY= | 10,841 | DOC: Fix for #10823, updating min_periods docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/2401026?v=4",
"events_url": "https://api.github.com/users/matthewgilbert/events{/privacy}",
"followers_url": "https://api.github.com/users/matthewgilbert/followers",
"following_url": "https://api.github.com/users/matthewgilbert/following{/other_user}",
... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-18T02:15:46Z | 2015-08-18T10:47:48Z | 2015-08-18T10:47:43Z | CONTRIBUTOR | null | closes #10823
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10841/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10841/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10841.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10841",
"merged_at": "2015-08-18T10:47:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10841.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10841"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10842 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10842/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10842/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10842/events | https://github.com/pandas-dev/pandas/issues/10842 | 101,600,930 | MDU6SXNzdWUxMDE2MDA5MzA= | 10,842 | Weird behaviour of groupby with quantile | {
"avatar_url": "https://avatars.githubusercontent.com/u/13544755?v=4",
"events_url": "https://api.github.com/users/pekaalto/events{/privacy}",
"followers_url": "https://api.github.com/users/pekaalto/followers",
"following_url": "https://api.github.com/users/pekaalto/following{/other_user}",
"gists_url": "htt... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "0052cc",
"default": false,
"description": null,
"id": ... | closed | false | null | [] | null | 8 | 2015-08-18T08:32:31Z | 2017-06-07T07:19:54Z | 2015-08-18T10:41:10Z | NONE | null | Hi
```
import pandas as pd
X = pd.DataFrame(dict(g=['a','a','b','b','b'],a=range(5)))
```
For some reason this loses the grouping variable 'g':
```
X.groupby(['g'],as_index=False).quantile(0.5)
a
0 0.5
1 3.0
```
I was expecting this output:
```
X.groupby(['g']).quantile(0.5).reset_index()
g a
0 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/10842/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10842/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10843 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10843/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10843/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10843/events | https://github.com/pandas-dev/pandas/issues/10843 | 101,616,671 | MDU6SXNzdWUxMDE2MTY2NzE= | 10,843 | Slow DataFrame column data access | {
"avatar_url": "https://avatars.githubusercontent.com/u/284103?v=4",
"events_url": "https://api.github.com/users/Suor/events{/privacy}",
"followers_url": "https://api.github.com/users/Suor/followers",
"following_url": "https://api.github.com/users/Suor/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
}
] | closed | false | null | [] | null | 9 | 2015-08-18T09:49:49Z | 2019-10-08T09:24:58Z | 2015-08-18T10:37:54Z | NONE | null | The simplest way to access underlying data (ndarray) for dataframe column is `df['column_name'].values`. But it is so slow, that special cache is used for it:
``` python
>>> import pandas as pd
>>> import numpy as np
>>> df = pd.DataFrame(np.zeroes((1000, 5)), columns=list('abcde'))
>>> %timeit df['a'].values; df._ite... | {
"+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/10843/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10843/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10844 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10844/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10844/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10844/events | https://github.com/pandas-dev/pandas/pull/10844 | 101,722,416 | MDExOlB1bGxSZXF1ZXN0NDI3MzMwMjA= | 10,844 | DataFrame to dict with index orientation. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1487205?v=4",
"events_url": "https://api.github.com/users/gabrielaraujof/events{/privacy}",
"followers_url": "https://api.github.com/users/gabrielaraujof/followers",
"following_url": "https://api.github.com/users/gabrielaraujof/following{/other_user}",
... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "ededed",
"de... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2015-08-18T18:38:21Z | 2015-08-21T14:21:21Z | 2015-08-21T14:21:21Z | CONTRIBUTOR | null | The method `DataFrame.to_dict` didn't have an option for index orientation unlike its cousin `to_json`, which does have.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10844/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10844/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10844.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10844",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10844.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10844"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10845 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10845/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10845/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10845/events | https://github.com/pandas-dev/pandas/pull/10845 | 101,736,184 | MDExOlB1bGxSZXF1ZXN0NDI3NDEyODQ= | 10,845 | BUG: Error while saving DataFrame with TimedeltaIndex to .csv #10833 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1315589?v=4",
"events_url": "https://api.github.com/users/soupault/events{/privacy}",
"followers_url": "https://api.github.com/users/soupault/followers",
"following_url": "https://api.github.com/users/soupault/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2015-08-18T19:55:42Z | 2015-08-21T14:10:00Z | 2015-08-21T14:09:48Z | CONTRIBUTOR | null | Fix in accordance with https://github.com/pydata/pandas/issues/10833
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10845/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10845/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10845.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10845",
"merged_at": "2015-08-21T14:09:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10845.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10845"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10846 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10846/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10846/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10846/events | https://github.com/pandas-dev/pandas/issues/10846 | 101,754,410 | MDU6SXNzdWUxMDE3NTQ0MTA= | 10,846 | Support sqlalchemy.Executable in pandas.read_sql(sql) | {
"avatar_url": "https://avatars.githubusercontent.com/u/12415238?v=4",
"events_url": "https://api.github.com/users/zyzhu2000/events{/privacy}",
"followers_url": "https://api.github.com/users/zyzhu2000/followers",
"following_url": "https://api.github.com/users/zyzhu2000/following{/other_user}",
"gists_url": "... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, ... | 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... | 16 | 2015-08-18T21:36:41Z | 2015-09-22T12:45:07Z | 2015-09-22T12:45:07Z | NONE | null | Since pandas.read_sql() can always use sqlalchemy.Engine or Connection, it would be great if the sql parameter can accept sqlalchemy.Executable in addition to a string. sqlalchemy.Executable provides a standardized way of binding parameters and generating sql for different kinds of DB.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10846/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10846/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10847 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10847/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10847/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10847/events | https://github.com/pandas-dev/pandas/pull/10847 | 101,760,031 | MDExOlB1bGxSZXF1ZXN0NDI3NTQ5NTQ= | 10,847 | DOC: Update CONTRIBUTING.md | {
"avatar_url": "https://avatars.githubusercontent.com/u/4025968?v=4",
"events_url": "https://api.github.com/users/IamGianluca/events{/privacy}",
"followers_url": "https://api.github.com/users/IamGianluca/followers",
"following_url": "https://api.github.com/users/IamGianluca/following{/other_user}",
"gists_ur... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": 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... | 18 | 2015-08-18T22:07:20Z | 2015-09-01T16:09:03Z | 2015-08-20T22:21:03Z | CONTRIBUTOR | null | Add `ipython-notebook` as dependency. I had to install it otherwise sphinx was failing the build.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10847/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10847/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10847.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10847",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10847.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10847"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10848 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10848/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10848/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10848/events | https://github.com/pandas-dev/pandas/issues/10848 | 101,770,436 | MDU6SXNzdWUxMDE3NzA0MzY= | 10,848 | REL: 0.17.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "006b75",
"default": false,
"description": null,
"id": 131473665,
"name": "Release",
"node_id": "MDU6TGFiZWwxMzE0NzM2NjU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Release"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 20 | 2015-08-18T23:11:47Z | 2015-10-09T18:34:25Z | 2015-10-09T18:34:25Z | MEMBER | null | To keep track of the 0.17.0 release
- [x] Potentially change `FutureWarning` to `DeprecationWarning` for the changed in sorting, xref https://github.com/pydata/pandas/pull/10726
- [x] go thru enhancements make sure that we are using versionadded tags
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10848/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10848/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10849 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10849/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10849/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10849/events | https://github.com/pandas-dev/pandas/issues/10849 | 101,780,207 | MDU6SXNzdWUxMDE3ODAyMDc= | 10,849 | PERF: follow up to ASV | {
"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": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "0e8a16",
"default"... | 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",
... | 12 | 2015-08-19T00:33:40Z | 2021-04-18T23:21:16Z | 2021-04-18T23:21:16Z | CONTRIBUTOR | null | xref #9715
- [x] add docs on how to use / add tests (in contributing.md / contributing.rst)
- [x] add/update vbenches to current
- [x] whatsnew note (put in highlites that this is added)
- [ ] test on Windows (basicly works, but had to do some small adjustments)
- [x] get it working with python 3
- [ ] clean up autoge... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10849/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10849/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10850 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10850/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10850/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10850/events | https://github.com/pandas-dev/pandas/issues/10850 | 101,780,251 | MDU6SXNzdWUxMDE3ODAyNTE= | 10,850 | Follow-up for new asv benchmark suite | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [] | closed | false | null | [] | null | 2 | 2015-08-19T00:34:14Z | 2015-08-19T00:35:14Z | 2015-08-19T00:34:42Z | MEMBER | null | Follow up for #9715
- [ ] add docs (in contributing.md)
- [ ] add/update vbenches to current
- [ ] whatsnew note (put in highlites that this is added)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10850/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10850/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10851 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10851/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10851/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10851/events | https://github.com/pandas-dev/pandas/pull/10851 | 101,795,479 | MDExOlB1bGxSZXF1ZXN0NDI3NzIwMjU= | 10,851 | [DOCS][10MINS] Fix method for the 'where' operation example | {
"avatar_url": "https://avatars.githubusercontent.com/u/502306?v=4",
"events_url": "https://api.github.com/users/moutai/events{/privacy}",
"followers_url": "https://api.github.com/users/moutai/followers",
"following_url": "https://api.github.com/users/moutai/following{/other_user}",
"gists_url": "https://api... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2015-08-19T02:52:41Z | 2015-08-20T08:08:02Z | 2015-08-20T03:15:59Z | CONTRIBUTOR | null | Fix method of the 'where' operation for getting.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10851/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10851/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10851.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10851",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10851.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10851"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10852 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10852/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10852/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10852/events | https://github.com/pandas-dev/pandas/pull/10852 | 101,795,765 | MDExOlB1bGxSZXF1ZXN0NDI3NzIxNTk= | 10,852 | DOC: Excel formatting and searchsorted cookbook examples | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/following{/other_user}",
"gists_url": "http... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-19T02:55:45Z | 2015-09-07T17:15:03Z | 2015-08-19T09:12:07Z | CONTRIBUTOR | null | Also added the missing `HTML` header for the one link in that section.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10852/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10852/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10852.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10852",
"merged_at": "2015-08-19T09:12:07Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10852.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10852"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10853 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10853/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10853/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10853/events | https://github.com/pandas-dev/pandas/pull/10853 | 101,802,576 | MDExOlB1bGxSZXF1ZXN0NDI3NzQ3OTM= | 10,853 | TST: GH10837 remove test_ujson.py reliance on dict iteration order | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "207de5",
"d... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-19T03:59:44Z | 2015-08-19T10:53:32Z | 2015-08-19T10:53:27Z | CONTRIBUTOR | null | closes #10837
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10853/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10853/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10853.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10853",
"merged_at": "2015-08-19T10:53:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10853.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10853"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10854 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10854/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10854/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10854/events | https://github.com/pandas-dev/pandas/pull/10854 | 101,839,403 | MDExOlB1bGxSZXF1ZXN0NDI3OTA3NTI= | 10,854 | DOC: fix Panel4D docstring | {
"avatar_url": "https://avatars.githubusercontent.com/u/198537?v=4",
"events_url": "https://api.github.com/users/rgieseke/events{/privacy}",
"followers_url": "https://api.github.com/users/rgieseke/followers",
"following_url": "https://api.github.com/users/rgieseke/following{/other_user}",
"gists_url": "https... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-19T08:55:31Z | 2015-08-19T09:47:11Z | 2015-08-19T09:21:38Z | CONTRIBUTOR | null | Just took this from https://github.com/pydata/pandas/blob/master/doc/source/dsintro.rst#panel4d-experimental
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10854/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10854/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10854.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10854",
"merged_at": "2015-08-19T09:21:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10854.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10854"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10855 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10855/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10855/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10855/events | https://github.com/pandas-dev/pandas/pull/10855 | 101,856,327 | MDExOlB1bGxSZXF1ZXN0NDI3OTc4NDQ= | 10,855 | ABC Tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/7813619?v=4",
"events_url": "https://api.github.com/users/DanNi0130/events{/privacy}",
"followers_url": "https://api.github.com/users/DanNi0130/followers",
"following_url": "https://api.github.com/users/DanNi0130/following{/other_user}",
"gists_url": "h... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "e102d8",
"d... | closed | false | null | [] | null | 0 | 2015-08-19T10:17:06Z | 2015-08-20T12:34:11Z | 2015-08-20T12:34:11Z | CONTRIBUTOR | null | closes #10828
I created tests for this issue here: https://github.com/pydata/pandas/issues/10828. This is my first time working on Pandas, so please let me know if there is anything wrong with the way I have coded these tests. I haven't updated the documentation, I was unsure of what version I should update and wheth... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10855/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10855/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10855.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10855",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10855.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10855"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10856 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10856/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10856/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10856/events | https://github.com/pandas-dev/pandas/issues/10856 | 101,865,053 | MDU6SXNzdWUxMDE4NjUwNTM= | 10,856 | ERR: frame construction with all scalars doesn't raise when columns are provided | {
"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": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-19T11:06:12Z | 2015-09-02T11:51:18Z | 2015-09-02T11:51:18Z | CONTRIBUTOR | null | xref #9456
[39] should raise.
```
In [38]: pd.DataFrame({'a':0.1})
ValueError: If using all scalar values, you must pass an index
In [39]: pd.DataFrame({'a':0.1}, columns=['b'])
Out[39]:
Empty DataFrame
Columns: [b]
Index: []
```
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10856/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10856/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10857 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10857/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10857/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10857/events | https://github.com/pandas-dev/pandas/pull/10857 | 102,003,704 | MDExOlB1bGxSZXF1ZXN0NDI4NjY0NTM= | 10,857 | ENH: #8325 Add ability to create tables using the gbq module. | {
"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": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 37 | 2015-08-19T21:29:11Z | 2015-09-14T03:28:03Z | 2015-09-13T20:20:52Z | NONE | null | closes #8325
closes #10652
- Added ability to automatically create a table using the gbq.to_gbq function if destination table does not exist
- Added `gbq.gbq_table_exists()` function to the gbq module
- Added `gbq.create_gbq_table()` function to the gbq module
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10857/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10857/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10857.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10857",
"merged_at": "2015-09-13T20:20:52Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10857.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10857"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10858 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10858/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10858/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10858/events | https://github.com/pandas-dev/pandas/pull/10858 | 102,027,520 | MDExOlB1bGxSZXF1ZXN0NDI4NzkwNDA= | 10,858 | removes categories & ordered from CategoricalIndex attributes | {
"avatar_url": "https://avatars.githubusercontent.com/u/1288998?v=4",
"events_url": "https://api.github.com/users/behzadnouri/events{/privacy}",
"followers_url": "https://api.github.com/users/behzadnouri/followers",
"following_url": "https://api.github.com/users/behzadnouri/following{/other_user}",
"gists_ur... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "e11d21",
"default"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-20T00:10:29Z | 2015-08-20T23:32:06Z | 2015-08-20T12:48:09Z | CONTRIBUTOR | null | `categories` and `ordered` are properties not attributes ([index.py#L3085-L3091](https://github.com/pydata/pandas/blob/3e35c842f37265ac7339908869d4cc7bdef784d9/pandas/core/index.py#L3085-L3091)). The side effect is that the categories are rehashed too often:
on master:
``` ipython
In [1]: from pandas.core.index impor... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10858/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10858/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10858.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10858",
"merged_at": "2015-08-20T12:48:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10858.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10858"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10859 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10859/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10859/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10859/events | https://github.com/pandas-dev/pandas/pull/10859 | 102,078,552 | MDExOlB1bGxSZXF1ZXN0NDI4OTg4MDM= | 10,859 | Tests for ABC Types | {
"avatar_url": "https://avatars.githubusercontent.com/u/7813619?v=4",
"events_url": "https://api.github.com/users/DanNi0130/events{/privacy}",
"followers_url": "https://api.github.com/users/DanNi0130/followers",
"following_url": "https://api.github.com/users/DanNi0130/following{/other_user}",
"gists_url": "h... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2015-08-20T07:22:33Z | 2015-08-20T17:39:19Z | 2015-08-20T17:39:19Z | CONTRIBUTOR | null | closes #10828
I used self.assertIsInstance(obj, type) and inlined as many of the expressions as I could while staying PEP8 compliant. I added in the two tests that I took out, that was an accident. Let me know if this looks okay!
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10859/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10859/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10859.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10859",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10859.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10859"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10860 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10860/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10860/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10860/events | https://github.com/pandas-dev/pandas/issues/10860 | 102,139,673 | MDU6SXNzdWUxMDIxMzk2NzM= | 10,860 | pandas.io.wb.download returned DataFrame does not contain iso_code | {
"avatar_url": "https://avatars.githubusercontent.com/u/60051?v=4",
"events_url": "https://api.github.com/users/yaph/events{/privacy}",
"followers_url": "https://api.github.com/users/yaph/followers",
"following_url": "https://api.github.com/users/yaph/following{/other_user}",
"gists_url": "https://api.github... | [] | closed | false | null | [] | null | 1 | 2015-08-20T13:32:56Z | 2015-08-20T13:56:27Z | 2015-08-20T13:56:19Z | NONE | null | The [docstring of this method](https://github.com/pydata/pandas/blob/master/pandas/io/wb.py#L112) states that the DataFrame contains the iso_code, which is not the case. The column is [dropped](https://github.com/pydata/pandas/blob/master/pandas/io/wb.py#L156) from the DataFrame before it is returned.
I commented out ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10860/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10860/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10861 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10861/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10861/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10861/events | https://github.com/pandas-dev/pandas/issues/10861 | 102,144,296 | MDU6SXNzdWUxMDIxNDQyOTY= | 10,861 | DEPR: deprecate datareader in 0.17.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-20T13:55:43Z | 2015-08-23T10:27:03Z | 2015-08-23T10:27:03Z | CONTRIBUTOR | null | xref https://github.com/pydata/pandas/pull/10061
closes #8961
point to [pandas-datareader package](https://github.com/pydata/pandas-datareader)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10861/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10861/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10862 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10862/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10862/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10862/events | https://github.com/pandas-dev/pandas/issues/10862 | 102,147,689 | MDU6SXNzdWUxMDIxNDc2ODk= | 10,862 | TST: create legacy_pickles/msgpacks for older versions | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions or related to the test suite",
"id": 127685,
"name": "Testing",
"node_id": "MDU6TGFiZWwxMjc2ODU=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Testing"
},
{
"color": "0052cc",
"d... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 0 | 2015-08-20T14:08:34Z | 2016-03-25T13:30:15Z | 2016-03-25T13:30:15Z | CONTRIBUTOR | null | using https://github.com/pydata/pandas/blob/master/pandas/io/tests/generate_legacy_storage_files.py
its quite easy to produce a library of pickles/msgpacks from prior versions that we then store to test for back-compat with the current version (IOW, these have generated tests which run).
Ideally like to fill this out... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10862/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10862/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10863 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10863/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10863/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10863/events | https://github.com/pandas-dev/pandas/issues/10863 | 102,164,318 | MDU6SXNzdWUxMDIxNjQzMTg= | 10,863 | BUG: frame creation with multi-index and tuples in dict | {
"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": "0e8a16",
"default": true,
"description": null,
"id": 717120670,
"name": "good first issue",
"node_id": "MDU6TGFiZWw3MTcxMjA2NzA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/good%20first%20issue"
},
{
"color": "cdea3c",
"default": false,
"de... | closed | false | null | [] | {
"closed_at": "2020-01-30T12:18:05Z",
"closed_issues": 2207,
"created_at": "2012-09-13T02:13:00Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 4 | 2015-08-20T15:22:31Z | 2020-01-03T23:23:43Z | 2020-01-03T23:23:43Z | CONTRIBUTOR | null | ```
In [1]: import pandas;import numpy;import datetime;
In [2]: v = datetime.date.today()
In [3]: pandas.DataFrame({v : pandas.Series(range(3),index=range(3))}, columns=[v])
Out[3]:
2015-08-20
0 0
1 1
2 2
In [4]: v = v, v
In [5]: pandas.DataFrame({v : pandas.Series(range(3),index=range(... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10863/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10863/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10864 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10864/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10864/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10864/events | https://github.com/pandas-dev/pandas/issues/10864 | 102,166,137 | MDU6SXNzdWUxMDIxNjYxMzc= | 10,864 | Add dask._merge to toplevel | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 2 | 2015-08-20T15:29:38Z | 2015-08-20T15:36:46Z | 2015-08-20T15:36:29Z | MEMBER | null | There are lots of codes like: `toolz.merge(dask, [x.dask for x in seq])`.
How about adding `_merge` function which can handle `dict`, `Base` and nested list for internal use? It accepts `_merge(dask, seq)`.
```
def _merge(*dasks, **kwargs):
""" Merge a collection of dask instances and dicts """
force = kwarg... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10864/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10864/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10865 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10865/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10865/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10865/events | https://github.com/pandas-dev/pandas/issues/10865 | 102,167,274 | MDU6SXNzdWUxMDIxNjcyNzQ= | 10,865 | Add Base.to_graphviz | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 3 | 2015-08-20T15:34:01Z | 2015-08-20T15:56:22Z | 2015-08-20T15:37:04Z | MEMBER | null | Add function to return `graphviz` instance created from dask graph for below reasons:
- When using IPython, `.visualize` outputs unnecessary image file
- Sometimes we want to modify graphviz instance directly
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10865/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10865/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10866 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10866/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10866/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10866/events | https://github.com/pandas-dev/pandas/pull/10866 | 102,176,533 | MDExOlB1bGxSZXF1ZXN0NDI5NDkyNTg= | 10,866 | ENH: Period pickle | {
"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": "06909A",
"default": false,
"description": "IO issue... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2015-08-20T16:23:48Z | 2015-08-20T17:32:21Z | 2015-08-20T17:32:21Z | CONTRIBUTOR | null | closes #10439
closes #10441
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10866/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10866/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10866.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10866",
"merged_at": "2015-08-20T17:32:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10866.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10866"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10867 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10867/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10867/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10867/events | https://github.com/pandas-dev/pandas/pull/10867 | 102,227,850 | MDExOlB1bGxSZXF1ZXN0NDI5NzMzODQ= | 10,867 | DEPR: iterkv change Deprecation to FutureWarning | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2015-08-20T20:18:52Z | 2015-08-21T07:31:13Z | 2015-08-21T07:31:13Z | MEMBER | null | So this is visible to the users (already long time deprecated in the docs)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10867/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10867/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10867.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10867",
"merged_at": "2015-08-21T07:31:13Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10867.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10867"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10868 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10868/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10868/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10868/events | https://github.com/pandas-dev/pandas/pull/10868 | 102,235,234 | MDExOlB1bGxSZXF1ZXN0NDI5NzcyMDc= | 10,868 | DOC: update ipython sphinxext for IPython 4.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2015-08-20T20:55:58Z | 2015-09-07T17:51:10Z | 2015-08-23T10:35:40Z | 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/10868/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10868/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10868.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10868",
"merged_at": "2015-08-23T10:35:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10868.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10868"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10869 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10869/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10869/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10869/events | https://github.com/pandas-dev/pandas/issues/10869 | 102,240,715 | MDU6SXNzdWUxMDIyNDA3MTU= | 10,869 | inconsistent dtype conversion during join | {
"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": "... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "0052cc",
"de... | closed | false | null | [] | null | 7 | 2015-08-20T21:24:14Z | 2015-08-21T15:53:10Z | 2015-08-20T21:38:22Z | CONTRIBUTOR | null | Just stumbled about a very nasty subtle dtype inconsistency after join operation that crippled by out-of-core-join-many-result-files pipeline for unfitting index sizes for the HDF append operation.
See the example code here:
https://nbviewer.jupyter.org/gist/michaelaye/1c34cda54872046b5989
or here as screenshot:
<img w... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10869/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10869/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10870 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10870/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10870/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10870/events | https://github.com/pandas-dev/pandas/pull/10870 | 102,247,984 | MDExOlB1bGxSZXF1ZXN0NDI5ODQwMzg= | 10,870 | DEPR: deprecate the data reader package, #10861 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 10 | 2015-08-20T22:05:05Z | 2015-08-23T22:15:01Z | 2015-08-23T10:26:43Z | CONTRIBUTOR | null | closed #10861
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10870/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10870/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10870.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10870",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10870.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10870"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10871 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10871/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10871/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10871/events | https://github.com/pandas-dev/pandas/issues/10871 | 102,249,568 | MDU6SXNzdWUxMDIyNDk1Njg= | 10,871 | Can't fillna with None in a dataframe | {
"avatar_url": "https://avatars.githubusercontent.com/u/375307?v=4",
"events_url": "https://api.github.com/users/ElDeveloper/events{/privacy}",
"followers_url": "https://api.github.com/users/ElDeveloper/followers",
"following_url": "https://api.github.com/users/ElDeveloper/following{/other_user}",
"gists_url... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "0052cc"... | 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 | 2015-08-20T22:15:38Z | 2015-08-21T08:33:52Z | 2015-08-20T22:18:50Z | CONTRIBUTOR | null | I was looking to replace all `np.nan` values in a dataframe with `None`, I was trying to do this using `fillna`, but it seems like this is not supported (through `fillna`, though you can use `where`):
``` python
In [1]: import pandas as pd
i
In [2]: import numpy as np
In [3]: df = pd.DataFrame([[np.nan, 1], [1, np.na... | {
"+1": 1,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 1,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10871/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10871/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10872 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10872/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10872/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10872/events | https://github.com/pandas-dev/pandas/pull/10872 | 102,260,643 | MDExOlB1bGxSZXF1ZXN0NDI5OTA0OTM= | 10,872 | BUG: import of maybe_convert_indices in pandas.core.index.py, #10610 | {
"avatar_url": "https://avatars.githubusercontent.com/u/874553?v=4",
"events_url": "https://api.github.com/users/djgagne/events{/privacy}",
"followers_url": "https://api.github.com/users/djgagne/followers",
"following_url": "https://api.github.com/users/djgagne/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-08-20T23:35:29Z | 2015-09-01T11:49:25Z | 2015-09-01T11:49:25Z | CONTRIBUTOR | null | closes #10610
I fixed the import statement and added a test to check for proper behavior when accessing a mixed-integer index with a list of values.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10872/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10872/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10872.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10872",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10872.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10872"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10873 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10873/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10873/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10873/events | https://github.com/pandas-dev/pandas/pull/10873 | 102,268,152 | MDExOlB1bGxSZXF1ZXN0NDI5OTM3MTU= | 10,873 | CLN: Series.asof uses reindex GH10343 | {
"avatar_url": "https://avatars.githubusercontent.com/u/4094953?v=4",
"events_url": "https://api.github.com/users/bwillers/events{/privacy}",
"followers_url": "https://api.github.com/users/bwillers/followers",
"following_url": "https://api.github.com/users/bwillers/following{/other_user}",
"gists_url": "http... | [
{
"color": "d7e102",
"default": false,
"description": "np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate",
"id": 2822342,
"name": "Missing-data",
"node_id": "MDU6TGFiZWwyODIyMzQy",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Missing-data"
},
{
"color": "207de5"... | 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... | 14 | 2015-08-21T00:34:30Z | 2017-05-17T06:10:21Z | 2015-10-18T14:04:01Z | CONTRIBUTOR | null | closes #10343 as discussed in #10345 , changed `Series.asof` to use `reindex` internally, and remove the unused leftovers from index classes. All existing tests in test_series.py:TestSeries.test_asof pass with the new implementation.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10873/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10873/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10873.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10873",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10873.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10873"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10874 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10874/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10874/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10874/events | https://github.com/pandas-dev/pandas/pull/10874 | 102,268,764 | MDExOlB1bGxSZXF1ZXN0NDI5OTM5NzI= | 10,874 | PERF: uses bincount instead of hash table in categorical value counts | {
"avatar_url": "https://avatars.githubusercontent.com/u/1288998?v=4",
"events_url": "https://api.github.com/users/behzadnouri/events{/privacy}",
"followers_url": "https://api.github.com/users/behzadnouri/followers",
"following_url": "https://api.github.com/users/behzadnouri/following{/other_user}",
"gists_ur... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "e11d21",
"default"... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 9 | 2015-08-21T00:40:06Z | 2015-08-22T20:28:02Z | 2015-08-22T20:03:01Z | CONTRIBUTOR | null | closes https://github.com/pydata/pandas/issues/10804
``` ipython
In [1]: np.random.seed(2718281)
In [2]: n = 500000
In [3]: u = int(0.1*n)
In [4]: arr = ["s%04d" % i for i in np.random.randint(0, u, size=n)]
In [5]: ts = pd.Series(arr).astype('category')
In [6]: %timeit ts.value_counts()
10 loops, best of 3: 82.7... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10874/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10874/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10874.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10874",
"merged_at": "2015-08-22T20:03:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10874.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10874"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10875 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10875/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10875/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10875/events | https://github.com/pandas-dev/pandas/issues/10875 | 102,288,239 | MDU6SXNzdWUxMDIyODgyMzk= | 10,875 | BUG: Index name is not preserved during some conversions | {
"avatar_url": "https://avatars.githubusercontent.com/u/1315589?v=4",
"events_url": "https://api.github.com/users/soupault/events{/privacy}",
"followers_url": "https://api.github.com/users/soupault/followers",
"following_url": "https://api.github.com/users/soupault/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-21T03:23:08Z | 2015-08-31T12:19:06Z | 2015-08-31T12:19:06Z | CONTRIBUTOR | null | The issue is existing name of `Index` is dropped during conversion to either `TimedeltaIndex` or `DatetimeIndex`.
```
In [42]: vec = ['01:02:03', '01:02:04']
In [43]: i = pd.Index(vec, name='label')
In [44]: i
Out[44]: Index(['01:02:03', '01:02:04'], dtype='object', name='label')
In [45]: pd.to_datetime(i)
Out[45]: D... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10875/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10875/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10876 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10876/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10876/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10876/events | https://github.com/pandas-dev/pandas/pull/10876 | 102,326,524 | MDExOlB1bGxSZXF1ZXN0NDMwMTUwOTA= | 10,876 | BUG: GH10747 where 'timestamp' is not inferred to be datetime column | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "207... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-08-21T08:33:29Z | 2015-08-24T11:36:30Z | 2015-08-24T11:36:30Z | CONTRIBUTOR | null | addresses second point of #10747
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10876/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10876/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10876.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10876",
"merged_at": "2015-08-24T11:36:30Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10876.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10876"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10877 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10877/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10877/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10877/events | https://github.com/pandas-dev/pandas/issues/10877 | 102,329,796 | MDU6SXNzdWUxMDIzMjk3OTY= | 10,877 | EuroScipy 2015 pandas sprint | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [] | closed | false | null | [] | null | 4 | 2015-08-21T08:51:02Z | 2015-10-23T19:19:16Z | 2015-10-23T19:19:16Z | MEMBER | null | There will be a pandas sprint at EuroScipy (https://www.euroscipy.org/2015/sprints/) on Sunday the 30th of August.
The sprints will take place at the Seminar Centre of the Hauser Forum (very near to the conference venue) from 10am to 5pm.
This issue will be the landing page for contributors.
[pandas](http://pandas.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/10877/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10877/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10878 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10878/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10878/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10878/events | https://github.com/pandas-dev/pandas/issues/10878 | 102,409,015 | MDU6SXNzdWUxMDI0MDkwMTU= | 10,878 | DEPR: deprecate legacy offsets | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "0052cc",
"default": false,
"description": "DateOffsets",
"id": 53181044,
"name": "Frequency",
"node_id": "MDU6TGFiZWw1MzE4MTA0NA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Frequency"
},
{
"color": "5319e7",
"default": false,
"description... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 0 | 2015-08-21T15:54:02Z | 2015-09-01T11:05:56Z | 2015-09-01T11:05:56Z | CONTRIBUTOR | null | http://pandas.pydata.org/pandas-docs/version/0.16.2/timeseries.html#legacy-aliases
discussed at bit in #7832
Leave these common aliases.
| Legacy Time Rule | Offset Alias |
| --- | --- |
| min | T |
| ms | L |
| us | U |
Deprecate These
| Legacy Time Rule | Offset Alias |
| --- | --- |
| WEEKDAY | B |
| EOM | BM ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10878/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10878/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10879 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10879/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10879/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10879/events | https://github.com/pandas-dev/pandas/pull/10879 | 102,409,178 | MDExOlB1bGxSZXF1ZXN0NDMwNTI2OTQ= | 10,879 | BUG: DataFrame.plot may raise IndexError / show unnessesary minor ticklabels | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-21T15:54:55Z | 2015-09-01T12:16:17Z | 2015-09-01T12:06:24Z | MEMBER | null | Closes #10657. Closes #10819. Both are related to the logic how `pandas` detects axes layout. Use current logic as much to support cases like #7457, and added error handing logic for gridspec.
Following is an example notebook how the fix works.
- https://gist.github.com/sinhrks/2d29e2e8ef26f2757e92
CC @TomAugspurger ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10879/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10879/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10879.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10879",
"merged_at": "2015-09-01T12:06:24Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10879.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10879"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10880 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10880/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10880/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10880/events | https://github.com/pandas-dev/pandas/pull/10880 | 102,413,617 | MDExOlB1bGxSZXF1ZXN0NDMwNTUwMTI= | 10,880 | BUG: pd.Series.interpolate(method='spline') Errort Msg, #10633 | {
"avatar_url": "https://avatars.githubusercontent.com/u/983944?v=4",
"events_url": "https://api.github.com/users/springcoil/events{/privacy}",
"followers_url": "https://api.github.com/users/springcoil/followers",
"following_url": "https://api.github.com/users/springcoil/following{/other_user}",
"gists_url": ... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-21T16:18:12Z | 2015-08-21T20:27:39Z | 2015-08-21T20:27:39Z | CONTRIBUTOR | null | closed #10633
This might be able to be merged quicker than the other one.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10880/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10880/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10880.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10880",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10880.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10880"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10881 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10881/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10881/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10881/events | https://github.com/pandas-dev/pandas/pull/10881 | 102,480,177 | MDExOlB1bGxSZXF1ZXN0NDMwOTA5MTA= | 10,881 | ERR/DEPR: Fix quantile error message / remove percentile_width | {
"avatar_url": "https://avatars.githubusercontent.com/u/1696302?v=4",
"events_url": "https://api.github.com/users/sinhrks/events{/privacy}",
"followers_url": "https://api.github.com/users/sinhrks/followers",
"following_url": "https://api.github.com/users/sinhrks/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect or improved errors from pandas",
"id": 42670965,
"name": "Error Reporting",
"node_id": "MDU6TGFiZWw0MjY3MDk2NQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Error%20Reporting"
},
{
"color": "5319... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-21T23:32:35Z | 2015-08-23T21:31:56Z | 2015-08-23T13:28:33Z | MEMBER | null | Currently, error is raised from `numpy` and incorrect for `pandas`
```
s = pd.Series([1, 2, 3])
s.quantile(2)
# File ".../numpy/lib/function_base.py", line 3078, in _percentile
# raise ValueError("Percentiles must be in the range [0,100]")
# ValueError: Percentiles must be in the range [0,100]
```
`describe` us... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10881/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10881/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10881.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10881",
"merged_at": "2015-08-23T13:28:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10881.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10881"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10882 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10882/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10882/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10882/events | https://github.com/pandas-dev/pandas/issues/10882 | 102,496,642 | MDU6SXNzdWUxMDI0OTY2NDI= | 10,882 | Feature Request: skipcols in .read_csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/10778668?v=4",
"events_url": "https://api.github.com/users/pylang/events{/privacy}",
"followers_url": "https://api.github.com/users/pylang/followers",
"following_url": "https://api.github.com/users/pylang/following{/other_user}",
"gists_url": "https://a... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "3465A4",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2017-05-06T10:20:19Z",
"closed_issues": 987,
"created_at": "2016-02-08T15:30:21Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 18 | 2015-08-22T02:24:27Z | 2017-01-04T22:28:28Z | 2017-01-04T22:28:13Z | NONE | null | I'd like to read a set of csv files but exclude specific columns. `read_csv` currently has a `usecols` keyword, but it requires writing a list of all the columns present. This is a bit tedious and more importantly, not all files have the same columns, so `usecols` would not work in general cases, whereas a complimenta... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10882/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10882/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10883 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10883/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10883/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10883/events | https://github.com/pandas-dev/pandas/pull/10883 | 102,520,784 | MDExOlB1bGxSZXF1ZXN0NDMxMDA3MzI= | 10,883 | ERR: better error reporting for failing parsing in timedelta/timeseries #10720 | {
"avatar_url": "https://avatars.githubusercontent.com/u/983944?v=4",
"events_url": "https://api.github.com/users/springcoil/events{/privacy}",
"followers_url": "https://api.github.com/users/springcoil/followers",
"following_url": "https://api.github.com/users/springcoil/following{/other_user}",
"gists_url": ... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "ffa0ff",
"default": false,
"description": "Incorrect... | closed | false | null | [] | null | 9 | 2015-08-22T09:29:37Z | 2015-08-30T09:05:33Z | 2015-08-30T09:05:26Z | CONTRIBUTOR | null | closes #10720
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10883/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10883/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10883.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10883",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10883.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10883"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10884 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10884/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10884/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10884/events | https://github.com/pandas-dev/pandas/pull/10884 | 102,521,359 | MDExOlB1bGxSZXF1ZXN0NDMxMDA5MDE= | 10,884 | BUG: 10720 - Test error message enhancement | {
"avatar_url": "https://avatars.githubusercontent.com/u/983944?v=4",
"events_url": "https://api.github.com/users/springcoil/events{/privacy}",
"followers_url": "https://api.github.com/users/springcoil/followers",
"following_url": "https://api.github.com/users/springcoil/following{/other_user}",
"gists_url": ... | [] | closed | false | null | [] | null | 1 | 2015-08-22T09:43:52Z | 2015-08-22T13:00:15Z | 2015-08-22T13:00:15Z | CONTRIBUTOR | null | Hi all. This might take a bit more work to get the error messages right, but it's a start.
Let me know what you think.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10884/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10884/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10884.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10884",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10884.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10884"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10885 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10885/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10885/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10885/events | https://github.com/pandas-dev/pandas/issues/10885 | 102,525,488 | MDU6SXNzdWUxMDI1MjU0ODg= | 10,885 | BUG: pd.date_range(...) produces timestamps outside the specified range | {
"avatar_url": "https://avatars.githubusercontent.com/u/13437441?v=4",
"events_url": "https://api.github.com/users/kochede/events{/privacy}",
"followers_url": "https://api.github.com/users/kochede/followers",
"following_url": "https://api.github.com/users/kochede/following{/other_user}",
"gists_url": "https:... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-22T11:05:50Z | 2015-08-24T11:37:58Z | 2015-08-24T11:37:58Z | NONE | null | Hi Pandas devs!
This call produces 3 timestamps when it has to produce only two:
pd.date_range('2005-01-12 10:00', '2005-01-12 16:00', freq='345min')
this gives:
<class 'pandas.tseries.index.DatetimeIndex'>
[2005-01-12 10:00:00, ..., 2005-01-12 **21:30:00**]
Length: 3, Freq: 345T, Timezone: None
strangely, for an... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10885/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10885/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10886 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10886/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10886/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10886/events | https://github.com/pandas-dev/pandas/issues/10886 | 102,529,754 | MDU6SXNzdWUxMDI1Mjk3NTQ= | 10,886 | DOC: update docs to use new sort_values | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-22T12:15:06Z | 2015-08-31T01:03:13Z | 2015-08-31T01:03:13Z | MEMBER | null | Follow-up for #10726.
There, the specific section on sorting in basics.rst is adapted, but the rest of the docs should be updated as well.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10886/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10886/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10887 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10887/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10887/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10887/events | https://github.com/pandas-dev/pandas/pull/10887 | 102,542,391 | MDExOlB1bGxSZXF1ZXN0NDMxMDQ1NjM= | 10,887 | BUG: GH10885 where an edge case in date_range produces an extra point | {
"avatar_url": "https://avatars.githubusercontent.com/u/10709573?v=4",
"events_url": "https://api.github.com/users/kawochen/events{/privacy}",
"followers_url": "https://api.github.com/users/kawochen/followers",
"following_url": "https://api.github.com/users/kawochen/following{/other_user}",
"gists_url": "htt... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 4 | 2015-08-22T14:48:11Z | 2015-08-24T13:59:27Z | 2015-08-24T11:37:59Z | CONTRIBUTOR | null | closes #10885
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10887/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10887/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10887.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10887",
"merged_at": "2015-08-24T11:37:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10887.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10887"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10888 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10888/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10888/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10888/events | https://github.com/pandas-dev/pandas/issues/10888 | 102,543,733 | MDU6SXNzdWUxMDI1NDM3MzM= | 10,888 | Unexpected keyword argument for some arguments documented in to_latex | {
"avatar_url": "https://avatars.githubusercontent.com/u/11797341?v=4",
"events_url": "https://api.github.com/users/gsmafra/events{/privacy}",
"followers_url": "https://api.github.com/users/gsmafra/followers",
"following_url": "https://api.github.com/users/gsmafra/following{/other_user}",
"gists_url": "https:... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "006b75",
"default": false,
"description": "to_latex",
"id": ... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-22T15:07:09Z | 2015-09-09T14:56:11Z | 2015-09-09T14:56:11Z | NONE | null | To reproduce the errors:
```
import pandas as pd
names = ['Bob','Jessica','Mary','John','Mel']
births = [968, 155, 77, 578, 973]
BabyDataSet = zip(names, births)
df = pd.DataFrame(data=BabyDataSet, columns=['Names', 'Births'])
```
Any of these will yield a `TypeError`:
```
print df.to_latex(frame=None)
print df.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/10888/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10888/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10889 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10889/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10889/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10889/events | https://github.com/pandas-dev/pandas/pull/10889 | 102,564,950 | MDExOlB1bGxSZXF1ZXN0NDMxMDk1Nzk= | 10,889 | BUG: encoding of categoricals in hdf serialization | {
"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": "5319e7",
"default": false,
"description": "read_hdf, HDFStore",
... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 3 | 2015-08-22T20:20:30Z | 2015-08-28T02:29:10Z | 2015-08-28T02:29:04Z | CONTRIBUTOR | null | closes #10366
replaces #10454
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10889/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10889/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10889.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10889",
"merged_at": "2015-08-28T02:29:03Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10889.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10889"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10890 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10890/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10890/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10890/events | https://github.com/pandas-dev/pandas/pull/10890 | 102,569,437 | MDExOlB1bGxSZXF1ZXN0NDMxMTA5Mjc= | 10,890 | DEPR: Bunch o deprecation removals | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "5319e7",
"default": false,
"description": "Functionality to remove in pandas",
"id": 87485152,
"name": "Deprecate",
"node_id": "MDU6TGFiZWw4NzQ4NTE1Mg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Deprecate"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 1 | 2015-08-22T21:50:42Z | 2015-08-24T18:22:38Z | 2015-08-24T18:22:38Z | CONTRIBUTOR | null | xref #6581
remove `colSpace`
remove auto time series broadcasting, xref #2304
deprecate `TimeSeries` (forgot was not actually deprecated)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10890/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10890/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10890.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10890",
"merged_at": "2015-08-24T18:22:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10890.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10890"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10891 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10891/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10891/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10891/events | https://github.com/pandas-dev/pandas/issues/10891 | 102,591,656 | MDU6SXNzdWUxMDI1OTE2NTY= | 10,891 | Weird IndexError for plotting after DF row selection | {
"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": "... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | null | 7 | 2015-08-23T05:49:25Z | 2021-04-18T23:25:20Z | 2021-04-18T23:25:20Z | CONTRIBUTOR | null | I'm doing this:
``` python
df[df.CHANNEL=='MUV'].loc['2015'].DET_TEMP.plot()
```
with the index being a DatetimeIndex and if I don't plot it all works fine:
``` python
df[df.CHANNEL=='MUV'].loc['2015'][['CHANNEL','DET_TEMP']].head()
```

Frequency strings can have multiples, e.g. ‘5H’
```
but it should also either refer to a doc where possible frequencies are being discussed or list them here.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10893/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10893/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10894 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10894/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10894/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10894/events | https://github.com/pandas-dev/pandas/pull/10894 | 102,678,246 | MDExOlB1bGxSZXF1ZXN0NDMxMzIyODg= | 10,894 | PERF: improves SeriesGroupBy.nunique performance | {
"avatar_url": "https://avatars.githubusercontent.com/u/1288998?v=4",
"events_url": "https://api.github.com/users/behzadnouri/events{/privacy}",
"followers_url": "https://api.github.com/users/behzadnouri/followers",
"following_url": "https://api.github.com/users/behzadnouri/following{/other_user}",
"gists_ur... | [
{
"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": "a10c02",
"default": false,
"description": "Memory or execu... | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2015-08-24T00:42:38Z | 2015-11-11T16:27:48Z | 2015-08-24T18:33:56Z | CONTRIBUTOR | null | closes https://github.com/pydata/pandas/issues/10820
on master:
``` ipython
In [2]: df = pd.DataFrame({'a': np.random.randint(10000, size=100000),
...: 'b': np.random.randint(10, size=100000)})
In [3]: %timeit df.groupby('a')['b'].nunique()
1 loops, best of 3: 1.66 s per loop
In [4]: %timeit d... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10894/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10894/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10894.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10894",
"merged_at": "2015-08-24T18:33:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10894.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10894"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10895 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10895/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10895/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10895/events | https://github.com/pandas-dev/pandas/issues/10895 | 102,790,849 | MDU6SXNzdWUxMDI3OTA4NDk= | 10,895 | Idea - Integration with Data Packages | {
"avatar_url": "https://avatars.githubusercontent.com/u/1249913?v=4",
"events_url": "https://api.github.com/users/noelmas/events{/privacy}",
"followers_url": "https://api.github.com/users/noelmas/followers",
"following_url": "https://api.github.com/users/noelmas/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 | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2015-08-24T13:15:44Z | 2016-11-11T11:20:38Z | 2016-11-11T11:20:08Z | NONE | null | Data Packages is a project that offers a standardized and extensible way of packaging up data. There is already a growing community around Data Packages and an increasing number of [core datasets](http://data.okfn.org/roadmap/core-datasets) which can easily be grabbed from a URL.
It would be great to see easy import 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/10895/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10895/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10896 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10896/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10896/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10896/events | https://github.com/pandas-dev/pandas/pull/10896 | 102,846,416 | MDExOlB1bGxSZXF1ZXN0NDMxOTgzOTM= | 10,896 | updated link to online documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/8660305?v=4",
"events_url": "https://api.github.com/users/dacoex/events{/privacy}",
"followers_url": "https://api.github.com/users/dacoex/followers",
"following_url": "https://api.github.com/users/dacoex/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2015-10-09T18:34:35Z",
"closed_issues": 593,
"created_at": "2015-03-23T10:47:38Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 2 | 2015-08-24T17:13:34Z | 2015-08-24T17:20:36Z | 2015-08-24T17:19:01Z | 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/10896/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10896/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10896.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10896",
"merged_at": "2015-08-24T17:19:01Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/10896.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10896"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/10897 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10897/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10897/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10897/events | https://github.com/pandas-dev/pandas/issues/10897 | 102,851,965 | MDU6SXNzdWUxMDI4NTE5NjU= | 10,897 | Handle between_time on empty series | {
"avatar_url": "https://avatars.githubusercontent.com/u/8179216?v=4",
"events_url": "https://api.github.com/users/MichaelAdolph/events{/privacy}",
"followers_url": "https://api.github.com/users/MichaelAdolph/followers",
"following_url": "https://api.github.com/users/MichaelAdolph/following{/other_user}",
"gi... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpecte... | closed | false | null | [] | null | 6 | 2015-08-24T17:45:42Z | 2015-09-01T14:42:32Z | 2015-09-01T14:42:32Z | NONE | null | Right now using between_time on an empty series will raise an TypeError: Index must be DatetimeIndex. I would think that it would make more sense to return an empty list (or at least return a more helpful Error).
``` python
import datetime as dt
import pandas as pd
s = pd.Series([])
s.between_time(dt.time(0, 0), dt.ti... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10897/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10897/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10898 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10898/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10898/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10898/events | https://github.com/pandas-dev/pandas/issues/10898 | 102,856,275 | MDU6SXNzdWUxMDI4NTYyNzU= | 10,898 | skip rows after header leads to shifted header | {
"avatar_url": "https://avatars.githubusercontent.com/u/8660305?v=4",
"events_url": "https://api.github.com/users/dacoex/events{/privacy}",
"followers_url": "https://api.github.com/users/dacoex/followers",
"following_url": "https://api.github.com/users/dacoex/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "5319e7",
"default": false,
"descript... | closed | false | null | [] | null | 5 | 2015-08-24T18:08:28Z | 2015-08-26T14:28:48Z | 2015-08-26T01:13:13Z | CONTRIBUTOR | null | Here's my file:
```
;;;;
;;;;
;;;;
;;;;
;;;;
;;;;
;;;;
;;;;
;;;;
;;;;
date;Param1;Param2;Param4;Param5
;m²;°C;m²;A
;;;;
01.01.1990 00:00;1;1;2;3
01.01.1990 01:00;5;3;4;5
01.01.1990 02:00;9;5;6;7
01.01.1990 03:00;13;7;8;9
01.01.1990 04:00;17;9;10;11
01.01.1990 05:00;21;11;12;13
```
If I read it with the fo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10898/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10898/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10899 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10899/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10899/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10899/events | https://github.com/pandas-dev/pandas/issues/10899 | 102,883,035 | MDU6SXNzdWUxMDI4ODMwMzU= | 10,899 | read_sql should accept a sql_params parameter | {
"avatar_url": "https://avatars.githubusercontent.com/u/109167?v=4",
"events_url": "https://api.github.com/users/scls19fr/events{/privacy}",
"followers_url": "https://api.github.com/users/scls19fr/followers",
"following_url": "https://api.github.com/users/scls19fr/following{/other_user}",
"gists_url": "https... | [
{
"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": "5319e7",
"default": false,
"description": "to_sql, read_sql, rea... | open | false | null | [] | null | 10 | 2015-08-24T20:23:42Z | 2017-12-15T01:27:15Z | null | CONTRIBUTOR | null | Hello,
I wonder if current use of `read_sql` couldn't lead to SQL injection.
I read in https://docs.python.org/2/library/sqlite3.html
```
# Never do this -- insecure!
symbol = 'RHAT'
c.execute("SELECT * FROM stocks WHERE symbol = '%s'" % symbol)
# Do this instead
t = ('RHAT',)
c.execute('SELECT * FROM stocks WHERE ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10899/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10899/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10900 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10900/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10900/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10900/events | https://github.com/pandas-dev/pandas/issues/10900 | 102,913,989 | MDU6SXNzdWUxMDI5MTM5ODk= | 10,900 | df.apply has problems storing tuples into new column | {
"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": "... | [
{
"color": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, Stack/Unstack, Explode",
"id": 13098779,
"name": "Reshaping",
"node_id": "MDU6TGFiZWwxMzA5ODc3OQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Reshaping"
},
{
"color": "0052cc",
"de... | closed | false | null | [] | null | 5 | 2015-08-24T23:33:32Z | 2015-08-26T01:09:52Z | 2015-08-26T00:57:14Z | CONTRIBUTOR | null | I am quite perplexed about this:
A function applied to rows of dataframes that returns a tuple throws an error if the result is stored into a new column, but does not if the column already exists? This does not happen if I return just a number.
Get the example notebook here:
https://gist.github.com/a83ed19c43fe2eaac6a... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10900/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10900/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/10901 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10901/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10901/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10901/events | https://github.com/pandas-dev/pandas/pull/10901 | 102,943,016 | MDExOlB1bGxSZXF1ZXN0NDMyNDcwMTg= | 10,901 | PERF: Cythonize groupby transforms #4095 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1924092?v=4",
"events_url": "https://api.github.com/users/chris-b1/events{/privacy}",
"followers_url": "https://api.github.com/users/chris-b1/followers",
"following_url": "https://api.github.com/users/chris-b1/following{/other_user}",
"gists_url": "http... | [
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160,
"name": "Groupby",
"node_id": "MDU6TGFiZWwyMzMxNjA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Groupby"
},
{
"color": "a10c02",
"default": false,
"description": "Memory or execu... | closed | false | null | [] | {
"closed_at": "2015-11-21T13:47:07Z",
"closed_issues": 216,
"created_at": "2015-09-10T14:30:44Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 17 | 2015-08-25T03:46:14Z | 2015-12-04T02:32:26Z | 2015-11-16T12:37:55Z | CONTRIBUTOR | null | closes - #4095 - adding Cythonized versions of `shift`, `cumprod` and `cumsum`, along with a helper `GroupBy._cython_transform` that other cythonized transform-ops could be added to.
I'm using fused types here instead of adding to `generated.pyx` - as far as I can tell that is working well, looking back through the ol... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10901/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10901/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/10901.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/10901",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/10901.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/10901"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/10902 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/10902/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/10902/comments | https://api.github.com/repos/pandas-dev/pandas/issues/10902/events | https://github.com/pandas-dev/pandas/issues/10902 | 102,988,023 | MDU6SXNzdWUxMDI5ODgwMjM= | 10,902 | Addition of two DateOffsets | {
"avatar_url": "https://avatars.githubusercontent.com/u/592849?v=4",
"events_url": "https://api.github.com/users/ilya-kolpakov/events{/privacy}",
"followers_url": "https://api.github.com/users/ilya-kolpakov/followers",
"following_url": "https://api.github.com/users/ilya-kolpakov/following{/other_user}",
"gis... | [
{
"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... | 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",
... | 6 | 2015-08-25T09:37:43Z | 2019-10-21T19:52:15Z | null | NONE | null | It is convenient to be able to add one DateOffset to another one:
``` python
from pandas.tseries.offsets import DateOffset as DO
DO(hour=2) + DO(hour=3) # raises ValueError
```
Currently it is not supported. Note that `DateOffset`s basically replicates the functionality of `relativedelta`s from `dateutil` module whic... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/10902/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/10902/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.