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/8601 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8601/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8601/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8601/events | https://github.com/pandas-dev/pandas/issues/8601 | 46,499,065 | MDU6SXNzdWU0NjQ5OTA2NQ== | 8,601 | Exception during resample w/ tz | {
"avatar_url": "https://avatars.githubusercontent.com/u/1969965?v=4",
"events_url": "https://api.github.com/users/gbakalian/events{/privacy}",
"followers_url": "https://api.github.com/users/gbakalian/followers",
"following_url": "https://api.github.com/users/gbakalian/following{/other_user}",
"gists_url": "h... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-22T11:27:11Z | 2014-11-06T12:43:58Z | 2014-11-06T12:43:58Z | NONE | null | xref #8653
Having a similar issue
idx = date_range('2014-10-08 00:00','2014-10-09 00:00', freq='D', tz='Europe/Berlin')
pd.Series(5, idx).resample('MS')
ValueError: Values falls after last bin
While if I remove the tz :
idx = date_range('2014-10-08 00:00','2014-10-09 00:00', freq='D')
pd.Series(5, idx).resample('M... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8601/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8601/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8602 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8602/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8602/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8602/events | https://github.com/pandas-dev/pandas/issues/8602 | 46,539,694 | MDU6SXNzdWU0NjUzOTY5NA== | 8,602 | pandas 0.15+ is not deployable via py2app with python 3.4.2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1119641?v=4",
"events_url": "https://api.github.com/users/skycaptain/events{/privacy}",
"followers_url": "https://api.github.com/users/skycaptain/followers",
"following_url": "https://api.github.com/users/skycaptain/following{/other_user}",
"gists_url":... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-22T17:54:20Z | 2014-11-17T00:34:21Z | 2014-11-17T00:34:21Z | CONTRIBUTOR | null | I'm deploying an PyQt(5.3.2) application using py2app. Everything works fine with 0.14.1, 0.15.0 fails at importing. As an example one can take the following `main.py`:
``` python
import pandas
def main():
x = pandas.Series([0, 1, 2])
print(x)
if __name__ == "__main__":
main()
```
and use the default `setup.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/8602/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8602/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8603 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8603/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8603/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8603/events | https://github.com/pandas-dev/pandas/issues/8603 | 46,543,695 | MDU6SXNzdWU0NjU0MzY5NQ== | 8,603 | BUG: HDFStore fails to save panel with mixed type minor axis when format='table' | {
"avatar_url": "https://avatars.githubusercontent.com/u/4625457?v=4",
"events_url": "https://api.github.com/users/alorenzo175/events{/privacy}",
"followers_url": "https://api.github.com/users/alorenzo175/followers",
"following_url": "https://api.github.com/users/alorenzo175/following{/other_user}",
"gists_ur... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "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... | 2 | 2014-10-22T18:30:26Z | 2018-07-06T20:21:05Z | 2017-07-11T09:56:56Z | CONTRIBUTOR | null | I'm trying to save a panel that has a mixed type minor axis using HDFStore. I can save the panel when using the fixed format (although I get a PerformanceWarning), but it fails for the table format. Example code:
``` python
import pandas as pd
import numpy as np
d1 = pd.DataFrame({1:pd.Series(np.random.randn(10)), 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/8603/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8603/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8604 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8604/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8604/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8604/events | https://github.com/pandas-dev/pandas/pull/8604 | 46,550,068 | MDExOlB1bGxSZXF1ZXN0MjMxODI5MzA= | 8,604 | Fix typo in visualization.rst doc | {
"avatar_url": "https://avatars.githubusercontent.com/u/68444?v=4",
"events_url": "https://api.github.com/users/aisipos/events{/privacy}",
"followers_url": "https://api.github.com/users/aisipos/followers",
"following_url": "https://api.github.com/users/aisipos/following{/other_user}",
"gists_url": "https://a... | [] | closed | false | null | [] | null | 1 | 2014-10-22T19:28:18Z | 2014-10-22T20:47:45Z | 2014-10-22T20:47:38Z | 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/8604/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8604/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8604.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8604",
"merged_at": "2014-10-22T20:47:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8604.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8604"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/8605 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8605/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8605/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8605/events | https://github.com/pandas-dev/pandas/pull/8605 | 46,558,101 | MDExOlB1bGxSZXF1ZXN0MjMxODgwMTY= | 8,605 | DOC: read_html docstring update link to read_csv and infer_types mention | {
"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 | [] | null | 0 | 2014-10-22T20:43:13Z | 2014-10-27T15:39:02Z | 2014-10-27T15:39:02Z | MEMBER | null | - changed link to toplevel read_csv
- since `infer_types` is in essence removed, the comment made no sense anymore I 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/8605/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8605/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8605.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8605",
"merged_at": "2014-10-27T15:39:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8605.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8605"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8606 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8606/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8606/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8606/events | https://github.com/pandas-dev/pandas/pull/8606 | 46,558,735 | MDExOlB1bGxSZXF1ZXN0MjMxODgzNjY= | 8,606 | DOC: reorg whatsnew files to subfolder | {
"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 | 1 | 2014-10-22T20:48:17Z | 2014-10-23T06:57:57Z | 2014-10-23T06:57:57Z | MEMBER | null | Moved all whatsnew files into a subfolder, because it are becoming a bit too many files in one folder (doc/source/) I think.
@jreback What do 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/8606/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8606/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8606.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8606",
"merged_at": "2014-10-23T06:57:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8606.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8606"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8607 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8607/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8607/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8607/events | https://github.com/pandas-dev/pandas/issues/8607 | 46,561,671 | MDU6SXNzdWU0NjU2MTY3MQ== | 8,607 | column datatype conversion impacts whole dataframe when using df.ix indexing | {
"avatar_url": "https://avatars.githubusercontent.com/u/1466881?v=4",
"events_url": "https://api.github.com/users/dmarx/events{/privacy}",
"followers_url": "https://api.github.com/users/dmarx/followers",
"following_url": "https://api.github.com/users/dmarx/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on s... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 8 | 2014-10-22T21:15:03Z | 2014-10-30T11:19:44Z | 2014-10-27T12:13:31Z | NONE | null | My dataframe has a timestamp column that is encoded as unix epoch. When I convert the column using named index selection it works fine, but when I use the '.ix' syntax it coerces the whole dataframe. Example:
```
import pandas as pd
df = pd.DataFrame(
{'timestamp':[1413840976, 1413842580, 1413760580],
'delt... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8607/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8607/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8608 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8608/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8608/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8608/events | https://github.com/pandas-dev/pandas/issues/8608 | 46,576,866 | MDU6SXNzdWU0NjU3Njg2Ng== | 8,608 | Behavior of numeric ops on Index has changed | {
"avatar_url": "https://avatars.githubusercontent.com/u/1078448?v=4",
"events_url": "https://api.github.com/users/bryevdv/events{/privacy}",
"followers_url": "https://api.github.com/users/bryevdv/followers",
"following_url": "https://api.github.com/users/bryevdv/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
},
{
"color": "e1... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 4 | 2014-10-23T00:31:10Z | 2014-10-30T11:19:44Z | 2014-10-25T23:35:27Z | NONE | null | The following used to work:
```
In [7]: import pandas as pd
In [8]: import numpy as np
In [9]: a = np.zeros(5, dtype=np.float)
In [10]: df = pd.DataFrame({"foo": [10, 20, 30, 40, 50]})
In [11]: df.index
Out[11]: Int64Index([0, 1, 2, 3, 4], dtype='int64')
In [12]: df.index * 3.2
Out[12]: Int64Index([0.0, 3.2, 6.4,... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8608/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8608/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8609 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8609/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8609/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8609/events | https://github.com/pandas-dev/pandas/pull/8609 | 46,582,508 | MDExOlB1bGxSZXF1ZXN0MjMyMDMzOTY= | 8,609 | Fix shape attribute for MultiIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "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": "207de5",
"default": false,
"description": nu... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 8 | 2014-10-23T02:29:08Z | 2014-10-30T11:20:23Z | 2014-10-24T23:51:37Z | MEMBER | null | This fix ensures that `idx.shape == (len(idx),)` if `idx` is a MultiIndex.
Also added tests for other ndarray compat properties.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8609/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8609/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8609.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8609",
"merged_at": "2014-10-24T23:51:37Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8609.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8609"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8610 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8610/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8610/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8610/events | https://github.com/pandas-dev/pandas/issues/8610 | 46,583,106 | MDU6SXNzdWU0NjU4MzEwNg== | 8,610 | DOC: DataFrame.to_html() documentation isn't rendering properly | {
"avatar_url": "https://avatars.githubusercontent.com/u/6062071?v=4",
"events_url": "https://api.github.com/users/jnmclarty/events{/privacy}",
"followers_url": "https://api.github.com/users/jnmclarty/followers",
"following_url": "https://api.github.com/users/jnmclarty/following{/other_user}",
"gists_url": "h... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | null | 2 | 2014-10-23T02:41:56Z | 2014-10-25T02:28:09Z | 2014-10-25T02:27:17Z | CONTRIBUTOR | null | The arguments are showing in two lists.
[Link](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.to_html.html)
I'll fix this myself, if somebody doesn't get to it quickly. It's good for a first PR, and I've done a couple PRs myself.
 could be treated as a **transposed** SQL table. A row represents a 'property' and a column represents a record. It's clear and consistent in creation using `dict of Series or dicts` and `dict of ndarrays / lists`. As below
``` py
In [32]: d = {'user1':['Jea... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8611/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8611/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8612 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8612/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8612/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8612/events | https://github.com/pandas-dev/pandas/issues/8612 | 46,610,143 | MDU6SXNzdWU0NjYxMDE0Mw== | 8,612 | pandas.io.data.Options is broken due to Yahoo options page change | {
"avatar_url": "https://avatars.githubusercontent.com/u/908118?v=4",
"events_url": "https://api.github.com/users/jasonstrimpel/events{/privacy}",
"followers_url": "https://api.github.com/users/jasonstrimpel/followers",
"following_url": "https://api.github.com/users/jasonstrimpel/following{/other_user}",
"gis... | [
{
"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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 19 | 2014-10-23T10:31:22Z | 2015-07-13T08:44:50Z | 2014-11-05T11:41:57Z | NONE | null | Yahoo reconfigured their options page (http://finance.yahoo.com/q/op?s=AAPL+Options) which broke the entire Options class.
Are there plans for a fix in a future release?
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8612/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8612/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8613 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8613/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8613/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8613/events | https://github.com/pandas-dev/pandas/issues/8613 | 46,617,626 | MDU6SXNzdWU0NjYxNzYyNg== | 8,613 | API: label-based slicing with not-included labels | {
"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": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"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... | 40 | 2014-10-23T12:11:27Z | 2015-03-04T20:46:25Z | 2015-03-04T20:46:25Z | MEMBER | null | I didn't directly find an issue about it, or an explanation in the docs, but I stumbled today on the following, which did surprise me a bit:
Considering the following dataframe:
```
In [18]: df = pd.DataFrame(np.random.randn(5,2), index=pd.date_range('2012-01-01', periods=5))
In [19]: df
Out[19]:
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8613/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8613/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8614 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8614/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8614/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8614/events | https://github.com/pandas-dev/pandas/issues/8614 | 46,629,944 | MDU6SXNzdWU0NjYyOTk0NA== | 8,614 | Plotting of DatetimeIndex directly with matplotlib no longer gives datetime formatted axis (0.15) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 241332... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 20 | 2014-10-23T14:20:45Z | 2014-11-05T14:34:26Z | 2014-11-05T14:34:26Z | MEMBER | null | From http://stackoverflow.com/questions/26526230/plotting-datetimeindex-on-x-axis-with-matplotlib-creates-wrong-ticks-in-pandas-0
```
df = pd.DataFrame({'RandomValues': np.random.randint(1, 50, 60)},
index=pd.date_range("2012-01-01", periods=60))
```
Plotting of course works:
```
In [79]: df.plot()... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8614/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8614/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8615 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8615/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8615/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8615/events | https://github.com/pandas-dev/pandas/issues/8615 | 46,654,477 | MDU6SXNzdWU0NjY1NDQ3Nw== | 8,615 | to_datetime conversion inconsistency in 0.15.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/8962926?v=4",
"events_url": "https://api.github.com/users/pmart123/events{/privacy}",
"followers_url": "https://api.github.com/users/pmart123/followers",
"following_url": "https://api.github.com/users/pmart123/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"
},
{
"color": "0052cc",
"default": false,
"description": null,
"id": 344445... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-23T17:55:20Z | 2015-07-29T20:17:19Z | 2015-07-29T20:17:06Z | NONE | null | to_datetime is not converting input consistently between a pandas series or a python list of either strings or datetime objects. for example:
import pandas as pd
s = pd.Series(['102214','102314'])
df = pd.Series({'dates':['102214','102314']})
lst = ['102214','102314']
pd.to_datetime(s,format='%m%d%y') and pd.to_date... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8615/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8615/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8616 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8616/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8616/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8616/events | https://github.com/pandas-dev/pandas/issues/8616 | 46,656,558 | MDU6SXNzdWU0NjY1NjU1OA== | 8,616 | BUG: DatetimeIndex.shift(freq=...) raises near DST boundary | {
"avatar_url": "https://avatars.githubusercontent.com/u/4306187?v=4",
"events_url": "https://api.github.com/users/ischwabacher/events{/privacy}",
"followers_url": "https://api.github.com/users/ischwabacher/followers",
"following_url": "https://api.github.com/users/ischwabacher/following{/other_user}",
"gists... | [
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
"id": 60458168,
"name": "Timezones",
"node_id": "MDU6TGFiZWw2MDQ1ODE2OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones"
}
] | closed | false | null | [] | {
"closed_at": "2018-07-06T16:24:08Z",
"closed_issues": 73,
"created_at": "2018-06-07T10:56:05Z",
"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/jre... | 3 | 2014-10-23T18:10:13Z | 2018-06-18T22:34:29Z | 2018-06-18T22:34:29Z | CONTRIBUTOR | null | xref #5694 #8531 (?)
xref #8817
This is presumably caused by the fact that pytz time zones internalize the offset of the current time.
``` python
In [1]: import pandas as pd
In [2]: idx = pd.date_range('2013-11-03', tz='America/Chicago',
...: periods=6, freq='H')
In [3]: pd.Series(index=idx)... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8616/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8616/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8617 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8617/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8617/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8617/events | https://github.com/pandas-dev/pandas/issues/8617 | 46,657,546 | MDU6SXNzdWU0NjY1NzU0Ng== | 8,617 | BUG: Series.median() treats NaT as INT_MIN | {
"avatar_url": "https://avatars.githubusercontent.com/u/4306187?v=4",
"events_url": "https://api.github.com/users/ischwabacher/events{/privacy}",
"followers_url": "https://api.github.com/users/ischwabacher/followers",
"following_url": "https://api.github.com/users/ischwabacher/following{/other_user}",
"gists... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "C4A000",
"default": false,
"description": "pandas testing functions... | 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... | 13 | 2014-10-23T18:19:04Z | 2016-09-01T07:28:07Z | 2016-09-01T07:28:07Z | CONTRIBUTOR | null | Fixing this will be easier once numpy/numpy#5222 is fixed.
``` python
In [1]: import pandas as pd
In [2]: pd.Series([0, pd.tslib.iNaT], dtype='m8[ns]')
Out[2]:
0 0 days
1 NaT
dtype: timedelta64[ns]
In [3]: _.median()
Out[3]:
0 -53375 days, 23:53:38.427388
dtype: timedelta64[ns]
```
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8617/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8617/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8618 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8618/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8618/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8618/events | https://github.com/pandas-dev/pandas/pull/8618 | 46,678,000 | MDExOlB1bGxSZXF1ZXN0MjMyNjAxMjc= | 8,618 | Updating generic.py error message | {
"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": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 28 | 2014-10-23T21:14:23Z | 2014-12-01T08:24:47Z | 2014-12-01T08:13:17Z | CONTRIBUTOR | null | This is my first attempt at a PR. I just made a little change to allow an error message. Would appreciate some feedback.
closes https://github.com/pydata/pandas/issues/8015
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8618/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8618/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8618.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8618",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8618.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8618"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8619 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8619/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8619/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8619/events | https://github.com/pandas-dev/pandas/pull/8619 | 46,682,249 | MDExOlB1bGxSZXF1ZXN0MjMyNjI4NzE= | 8,619 | Fix timezone comparison in DatetimeIndex._generate | {
"avatar_url": "https://avatars.githubusercontent.com/u/4306187?v=4",
"events_url": "https://api.github.com/users/ischwabacher/events{/privacy}",
"followers_url": "https://api.github.com/users/ischwabacher/followers",
"following_url": "https://api.github.com/users/ischwabacher/following{/other_user}",
"gists... | [
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
"id": 60458168,
"name": "Timezones",
"node_id": "MDU6TGFiZWw2MDQ1ODE2OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones"
}
] | closed | false | null | [] | null | 4 | 2014-10-23T21:56:54Z | 2015-05-09T15:58:46Z | 2015-05-09T15:58:46Z | CONTRIBUTOR | null | This fix is just a band-aid-- a real fix will have to wait for PEP 431 to unite all the time zone implementations.
Also refine a bare `except:` in the same method.
Fixes #8616
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8619/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8619/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8619.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8619",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8619.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8619"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8620 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8620/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8620/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8620/events | https://github.com/pandas-dev/pandas/issues/8620 | 46,689,560 | MDU6SXNzdWU0NjY4OTU2MA== | 8,620 | Enable Sourcegraph | {
"avatar_url": "https://avatars.githubusercontent.com/u/2684501?v=4",
"events_url": "https://api.github.com/users/brianspiering/events{/privacy}",
"followers_url": "https://api.github.com/users/brianspiering/followers",
"following_url": "https://api.github.com/users/brianspiering/following{/other_user}",
"gi... | [
{
"color": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | closed | false | null | [] | null | 2 | 2014-10-23T23:25:44Z | 2014-11-10T14:28:58Z | 2014-10-27T18:34:56Z | NONE | null | I want to use [Sourcegraph code search and code review](https://sourcegraph.com) with pandas. A project maintainer needs to enable it to set up a webhook so the code is up-to-date there.
Could you please enable pandas on @Sourcegraph by going to https://sourcegraph.com/github.com/pydata/pandas and clicking on Settings... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8620/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8620/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8621 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8621/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8621/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8621/events | https://github.com/pandas-dev/pandas/issues/8621 | 46,702,731 | MDU6SXNzdWU0NjcwMjczMQ== | 8,621 | to_csv issue | {
"avatar_url": "https://avatars.githubusercontent.com/u/2200240?v=4",
"events_url": "https://api.github.com/users/rmorgans/events{/privacy}",
"followers_url": "https://api.github.com/users/rmorgans/followers",
"following_url": "https://api.github.com/users/rmorgans/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": "ededed",
"default": false,
"description": "__repr__ of pandas objec... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 12 | 2014-10-24T04:05:07Z | 2014-12-03T22:37:35Z | 2014-12-03T22:37:35Z | NONE | null | I have an issue using to_csv on a DataFrame object. It has a large number of columns d.shape = (3,454731).
``` python
Python 3.4.2 (default, Oct 8 2014, 13:44:52)
[GCC 4.9.1 20140903 (prerelease)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import pandas as pd
>>> pd.show_versi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8621/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8621/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8622 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8622/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8622/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8622/events | https://github.com/pandas-dev/pandas/pull/8622 | 46,704,468 | MDExOlB1bGxSZXF1ZXN0MjMyNzYyODg= | 8,622 | BUG: cut/qcut on Series with "retbins" (GH8589) | {
"avatar_url": "https://avatars.githubusercontent.com/u/5356340?v=4",
"events_url": "https://api.github.com/users/rosnfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/rosnfeld/followers",
"following_url": "https://api.github.com/users/rosnfeld/following{/other_user}",
"gists_url": "http... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 1 | 2014-10-24T04:56:35Z | 2014-10-30T11:20:23Z | 2014-10-24T18:36:38Z | CONTRIBUTOR | null | Fixes #8589.
I centralized a bit of logic into tile.py's `_bins_to_cuts()` so that this change could be made in one place, hope that's 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/8622/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8622/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8622.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8622",
"merged_at": "2014-10-24T18:36:38Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8622.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8622"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8623 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8623/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8623/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8623/events | https://github.com/pandas-dev/pandas/issues/8623 | 46,710,534 | MDU6SXNzdWU0NjcxMDUzNA== | 8,623 | pd.Catagorical breaks transform, drop_duplicates, iloc | {
"avatar_url": "https://avatars.githubusercontent.com/u/9023555?v=4",
"events_url": "https://api.github.com/users/kay1793/events{/privacy}",
"followers_url": "https://api.github.com/users/kay1793/followers",
"following_url": "https://api.github.com/users/kay1793/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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-10-24T07:18:59Z | 2014-10-31T22:35:39Z | 2014-10-31T22:35:39Z | NONE | null | ``` python
x=pd.DataFrame([[1,'John P. Doe'],[2,'Jane Dove'],[1,'John P. Doe']],
columns=['person_id','person_name'])
x['person_name']=pd.Categorical(x.person_name) # doing this breaks transform
g=x.groupby(['person_id'])
g.transform(lambda x:x)
AttributeError: 'ObjectBlock' object has no attribute '_holder'
```
using... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8623/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8623/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8624 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8624/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8624/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8624/events | https://github.com/pandas-dev/pandas/issues/8624 | 46,713,608 | MDU6SXNzdWU0NjcxMzYwOA== | 8,624 | pd.to/read_sql_table silently corrupts Categorical columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/9023555?v=4",
"events_url": "https://api.github.com/users/kay1793/events{/privacy}",
"followers_url": "https://api.github.com/users/kay1793/followers",
"following_url": "https://api.github.com/users/kay1793/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": "to_sql, read_sql, read_s... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 4 | 2014-10-24T08:10:06Z | 2014-10-31T12:50:09Z | 2014-10-31T12:50:09Z | NONE | null | ``` python
In [29]: from sqlalchemy import create_engine
...: engine = create_engine('sqlite://')
...: df=pd.DataFrame([[1,'John P. Doe'],[2,'Jane Dove'],[1,'John P. Doe']],
...: columns=['person_id','person_name'])
...: df.to_sql('data1',engine)
...: df['person_name']=pd.Categorical(df.person_name)... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8624/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8624/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8625 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8625/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8625/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8625/events | https://github.com/pandas-dev/pandas/issues/8625 | 46,770,196 | MDU6SXNzdWU0Njc3MDE5Ng== | 8,625 | API/ENH: create Interval class | {
"avatar_url": "https://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": "AD7FA8",
"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... | 12 | 2014-10-24T18:42:12Z | 2017-04-14T13:32:37Z | 2017-04-14T13:32:37Z | CONTRIBUTOR | null | xref #8595
something like: `Interval(left=(-1.5,'open),right=(0,'closed'))`
reprs to `(-1.5,0]`
can be used immediately in the index values for `pd.cut` and such (as an object index)
evenutally can form the basis for `IntervalIndex`
cc @shoyer
cc @JanSchulz
cc @rosnfeld
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8625/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8625/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8626 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8626/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8626/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8626/events | https://github.com/pandas-dev/pandas/issues/8626 | 46,778,842 | MDU6SXNzdWU0Njc3ODg0Mg== | 8,626 | BUG: DataFrame.to_records, DataFrame constructor broken for categoricals | {
"avatar_url": "https://avatars.githubusercontent.com/u/3984277?v=4",
"events_url": "https://api.github.com/users/fkaufer/events{/privacy}",
"followers_url": "https://api.github.com/users/fkaufer/followers",
"following_url": "https://api.github.com/users/fkaufer/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": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 24 | 2014-10-24T20:13:53Z | 2014-11-11T12:58:20Z | 2014-10-28T00:03:02Z | NONE | null | `to_records()` and the df constructor are broken for data containing categoricals when created with `dtype='category'` or `astype('category')`.
Broken (`TypeError: data type not understood`):
``` python
pd.DataFrame(list('abc'),dtype='category')
df=pd.DataFrame(list('abc'), columns=['A'])
df['A'] = df['A'].astype('c... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8626/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8626/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8627 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8627/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8627/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8627/events | https://github.com/pandas-dev/pandas/issues/8627 | 46,780,098 | MDU6SXNzdWU0Njc4MDA5OA== | 8,627 | PERF: perform .str operations on categoricals | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "5319e7",
"default"... | closed | false | null | [] | {
"closed_at": 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... | 13 | 2014-10-24T20:27:02Z | 2016-07-21T15:43:00Z | 2015-11-18T11:47:32Z | CONTRIBUTOR | null | So huge win to perform .str operations on the `.categories` of a `Categorical` (versus actually doing these on an object array), when you have << number of categories relative to the number of objects.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8627/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8627/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8628 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8628/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8628/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8628/events | https://github.com/pandas-dev/pandas/issues/8628 | 46,788,945 | MDU6SXNzdWU0Njc4ODk0NQ== | 8,628 | ENH: decode for Categoricals | {
"avatar_url": "https://avatars.githubusercontent.com/u/3984277?v=4",
"events_url": "https://api.github.com/users/fkaufer/events{/privacy}",
"followers_url": "https://api.github.com/users/fkaufer/followers",
"following_url": "https://api.github.com/users/fkaufer/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": "AD7FA8",
"default"... | closed | false | null | [] | {
"closed_at": "2020-12-26T13:57:50Z",
"closed_issues": 1768,
"created_at": "2020-05-29T23:47:32Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/j... | 5 | 2014-10-24T22:10:05Z | 2020-11-18T18:21:51Z | 2020-11-18T18:21:51Z | NONE | null | There seems no direct way to return to the original dtype and the [documentation](http://pandas-docs.github.io/pandas-docs-travis/categorical.html#object-creation) recommends: _"To get back to the original Series or numpy array, use Series.astype(original_dtype) or np.asarray(categorical)"_
That's slow and a `decode` ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8628/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8628/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8629 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8629/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8629/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8629/events | https://github.com/pandas-dev/pandas/issues/8629 | 46,798,130 | MDU6SXNzdWU0Njc5ODEzMA== | 8,629 | Add arithmetic to categoricals? | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "006b75",
"default": false,
"description": "A... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"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 | 2014-10-25T01:19:32Z | 2014-10-26T19:01:10Z | 2014-10-25T01:27:11Z | MEMBER | null | I'm not entirely sure why (perhaps just the trouble of implementing it), but categoricals do not currently support arithmetic:
> In contrast to statistical categorical variables, categorical data might have an order (e.g. ‘strongly agree’ vs ‘agree’ or ‘first observation’ vs. ‘second observation’), but numerical opera... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8629/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8629/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8630 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8630/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8630/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8630/events | https://github.com/pandas-dev/pandas/issues/8630 | 46,800,979 | MDU6SXNzdWU0NjgwMDk3OQ== | 8,630 | CI: osx testing on Travis | {
"avatar_url": "https://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": "a2bca7",
"default": false,
"description": "Continuous Integration",
"id": 48070600,
"name": "CI",
"node_id": "MDU6TGFiZWw0ODA3MDYwMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/CI"
}
] | 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",
... | 1 | 2014-10-25T03:38:49Z | 2015-06-17T00:52:18Z | 2015-06-17T00:52:18Z | CONTRIBUTOR | null | http://docs.travis-ci.com/user/multi-os/
http://docs.travis-ci.com/user/osx-ci-environment/
so might be nice to have say a. 2.7 and 3.3/4 build on osx
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8630/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8630/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8631 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8631/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8631/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8631/events | https://github.com/pandas-dev/pandas/pull/8631 | 46,802,064 | MDExOlB1bGxSZXF1ZXN0MjMzMzU0NzY= | 8,631 | BUG: Fix pandas.io.data.Options for change in format of Yahoo Option page | {
"avatar_url": "https://avatars.githubusercontent.com/u/5957850?v=4",
"events_url": "https://api.github.com/users/davidastephens/events{/privacy}",
"followers_url": "https://api.github.com/users/davidastephens/followers",
"following_url": "https://api.github.com/users/davidastephens/following{/other_user}",
... | [] | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 31 | 2014-10-25T04:46:36Z | 2014-11-10T15:25:50Z | 2014-11-05T11:41:57Z | CONTRIBUTOR | null | This should fix #8612.
Will need a sample of a during the week HTML to make sure that the underlying price and quote time work with that format. I'll update for that on Monday.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8631/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8631/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8631.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8631",
"merged_at": "2014-11-05T11:41:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8631.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8631"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8632 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8632/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8632/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8632/events | https://github.com/pandas-dev/pandas/issues/8632 | 46,805,605 | MDU6SXNzdWU0NjgwNTYwNQ== | 8,632 | pd.Catagorical breaks to_msgpack | {
"avatar_url": "https://avatars.githubusercontent.com/u/9023555?v=4",
"events_url": "https://api.github.com/users/kay1793/events{/privacy}",
"followers_url": "https://api.github.com/users/kay1793/followers",
"following_url": "https://api.github.com/users/kay1793/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type",
"id": 78527356,
"name": "Categorical",
"node_id": "MDU6TGFiZWw3ODUyNzM1Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Categorical"
}
] | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"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 | 2014-10-25T07:46:11Z | 2016-12-17T14:32:41Z | 2014-10-25T12:51:38Z | NONE | null | ``` python
df=pd.DataFrame([[1,'John P. Doe'],[2,'Jane Dove'],[1,'John P. Doe']])
df[1]=pd.Categorical(df[1])
pd.read_msgpack(df.to_msgpack())
KeyError: 100
```
#8626, #8624
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8632/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8632/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8633 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8633/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8633/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8633/events | https://github.com/pandas-dev/pandas/issues/8633 | 46,812,561 | MDU6SXNzdWU0NjgxMjU2MQ== | 8,633 | ENH: categorical dataexport - graceful degradation | {
"avatar_url": "https://avatars.githubusercontent.com/u/3984277?v=4",
"events_url": "https://api.github.com/users/fkaufer/events{/privacy}",
"followers_url": "https://api.github.com/users/fkaufer/followers",
"following_url": "https://api.github.com/users/fkaufer/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 3 | 2014-10-25T13:53:55Z | 2014-10-25T15:00:16Z | 2014-10-25T14:08:33Z | NONE | null | It would be great to generally apply graceful degradation for export of categorical data instead of raising exceptions.
Currently this is only the case for `to_sql` and `to_csv`, where the categories are exported, while `to_pickle` is the only option to persist categorical data
For Stata and HDF it is:
- `to_hdf`: `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/8633/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8633/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8634 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8634/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8634/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8634/events | https://github.com/pandas-dev/pandas/pull/8634 | 46,815,245 | MDExOlB1bGxSZXF1ZXN0MjMzNDA0NDM= | 8,634 | BUG: bug in Float/Int index with ndarray for add/sub numeric ops (GH8608) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtype conversions",
"id": 31404521,
"name": "Dtype Conversions",
"node_id": "MDU6TGFiZWwzMTQwNDUyMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Dtype%20Conversions"
},
{
"color": "e11... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-10-25T15:45:59Z | 2014-10-30T11:20:23Z | 2014-10-25T23:35:27Z | CONTRIBUTOR | null | closes #8608
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8634/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8634/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8634.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8634",
"merged_at": "2014-10-25T23:35:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8634.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8634"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8635 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8635/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8635/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8635/events | https://github.com/pandas-dev/pandas/issues/8635 | 46,819,686 | MDU6SXNzdWU0NjgxOTY4Ng== | 8,635 | Can't display DataFrame imported from Excel or CSV in IPython notebook | {
"avatar_url": "https://avatars.githubusercontent.com/u/81476?v=4",
"events_url": "https://api.github.com/users/fonnesbeck/events{/privacy}",
"followers_url": "https://api.github.com/users/fonnesbeck/followers",
"following_url": "https://api.github.com/users/fonnesbeck/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | null | 2 | 2014-10-25T18:39:18Z | 2014-10-26T17:11:41Z | 2014-10-26T17:11:41Z | NONE | null | I'm running into issues with a particular Excel file (which I have exported to CSV) that seems to have some characters that can't be dealt with in IPython notebook. Wasn't sure whether to post here or on IPython's tracker. The file imports fine, but on the notebook, I get this error when I try to display it:
```
-----... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8635/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8635/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8636 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8636/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8636/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8636/events | https://github.com/pandas-dev/pandas/issues/8636 | 46,822,497 | MDU6SXNzdWU0NjgyMjQ5Nw== | 8,636 | Timezone conversion? Strange behaviour in read_csv | {
"avatar_url": "https://avatars.githubusercontent.com/u/190799?v=4",
"events_url": "https://api.github.com/users/denadai2/events{/privacy}",
"followers_url": "https://api.github.com/users/denadai2/followers",
"following_url": "https://api.github.com/users/denadai2/following{/other_user}",
"gists_url": "https... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
},
{
"color": "5319e7",
"default": false,
"descript... | closed | false | null | [] | null | 3 | 2014-10-25T20:23:37Z | 2014-10-26T10:04:48Z | 2014-10-26T10:04:48Z | NONE | null | I have this dataset
```
datetime,CGI,numRecords,countryCode
2014-03-30 01:00:00,222-01-00149-19464,1,39
2014-03-30 02:00:00,222-01-00149-19464,3,39
2014-03-30 03:00:00,222-01-00149-19464,1,39
```
I have this code
```
import pandas as pd
import numpy as np
calls_df = pd.read_csv('222-01-00149-19464.csv', sep=',', enc... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8636/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8636/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8637 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8637/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8637/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8637/events | https://github.com/pandas-dev/pandas/issues/8637 | 46,827,027 | MDU6SXNzdWU0NjgyNzAyNw== | 8,637 | DatetimeIndex.tz_localize ignores 'ambiguous' keyword | {
"avatar_url": "https://avatars.githubusercontent.com/u/9023555?v=4",
"events_url": "https://api.github.com/users/kay1793/events{/privacy}",
"followers_url": "https://api.github.com/users/kay1793/followers",
"following_url": "https://api.github.com/users/kay1793/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 9 | 2014-10-25T23:43:34Z | 2014-10-27T17:09:52Z | 2014-10-26T19:10:38Z | NONE | null | ``` python
In [120]: pd.Timestamp('2014-10-26 01:01:20').tz_localize('Asia/Irkutsk')
---------------------------------------------------------------------------
AmbiguousTimeError: Cannot infer dst time from Timestamp('2014-10-26 01:01:20'), try using the 'ambiguous' argument
# ok
In [121]: pd.Timestamp('2014-10-26 01... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8637/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8637/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8638 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8638/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8638/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8638/events | https://github.com/pandas-dev/pandas/issues/8638 | 46,833,048 | MDU6SXNzdWU0NjgzMzA0OA== | 8,638 | Strange X limits | {
"avatar_url": "https://avatars.githubusercontent.com/u/6879573?v=4",
"events_url": "https://api.github.com/users/jgoad/events{/privacy}",
"followers_url": "https://api.github.com/users/jgoad/followers",
"following_url": "https://api.github.com/users/jgoad/following{/other_user}",
"gists_url": "https://api.g... | [
{
"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 | 3 | 2014-10-26T05:31:40Z | 2014-10-29T02:31:53Z | 2014-10-29T02:31:53Z | NONE | null | Hey I'm having some weird behavior in the notebook... I just hacked together some code that supposed to poll a temp/humidity sensor 60 times and then plot the temp against time. Instead of getting a nicely formatted x axis I'm just getting a straight line, and then all the dates from 2010 to 2016 as the x axis. Any ide... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8638/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8638/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8639 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8639/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8639/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8639/events | https://github.com/pandas-dev/pandas/issues/8639 | 46,852,251 | MDU6SXNzdWU0Njg1MjI1MQ== | 8,639 | pandas-0.15.0 test failure test_string_index_alias_tz_aware (pandas.tseries.tests.test_timezones.TestTimeZoneSupportDateutil) | {
"avatar_url": "https://avatars.githubusercontent.com/u/79732?v=4",
"events_url": "https://api.github.com/users/jlec/events{/privacy}",
"followers_url": "https://api.github.com/users/jlec/followers",
"following_url": "https://api.github.com/users/jlec/following{/other_user}",
"gists_url": "https://api.github... | [
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
"id": 60458168,
"name": "Timezones",
"node_id": "MDU6TGFiZWw2MDQ1ODE2OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones"
}
] | closed | false | null | [] | {
"closed_at": "2015-06-13T17:49:05Z",
"closed_issues": 119,
"created_at": "2015-06-02T19:23:30Z",
"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.... | 19 | 2014-10-26T19:39:28Z | 2015-06-02T19:25:19Z | 2015-05-15T20:26:36Z | CONTRIBUTOR | null | #
## ERROR: test_string_index_alias_tz_aware (pandas.tseries.tests.test_timezones.TestTimeZoneSupportDateutil)
Traceback (most recent call last):
File "/var/tmp/portage/dev-python/pandas-0.15.0/work/pandas-0.15.0-python3_3/lib/pandas/tseries/tests/test_timezones.py", line 606, in test_string_index_alias_tz_aware
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8639/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8639/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8640 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8640/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8640/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8640/events | https://github.com/pandas-dev/pandas/issues/8640 | 46,855,603 | MDU6SXNzdWU0Njg1NTYwMw== | 8,640 | API/ENH: dtype='string' / pd.String | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "a10c02",
"default": false,
"description": "Memory o... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 4,
"created_at": "2016-08-16T13:21:24Z",
"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",
... | 61 | 2014-10-26T21:35:23Z | 2021-04-11T05:23:09Z | null | CONTRIBUTOR | null | *update for 2019-10-07: We have a StringDtype extension dtype. It's memory model is the same as the old implementation, an object-dtype ndarray of strings. The next step is to store & process it natively*.
---
xref #8627
xref #8643, #8350
Since we introduced `Categorical` in 0.15.0, I think we have found 2 m... | {
"+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/8640/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8640/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8641 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8641/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8641/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8641/events | https://github.com/pandas-dev/pandas/issues/8641 | 46,855,664 | MDU6SXNzdWU0Njg1NTY2NA== | 8,641 | ERR: concat of 2 Series categories does not preserve category dtype | {
"avatar_url": "https://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": "ffa0ff",
"default": false,
"description": "Incorrect or improved er... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-26T21:37:29Z | 2014-11-09T22:10:39Z | 2014-11-09T22:10:39Z | CONTRIBUTOR | null | xref #8640
As this is inconcistent with how DataFrame concat's work (its a different code-path), so needs updating
```
s = Series(list('abc'),dtype='category')
s2 = Series(list('abd'),dtype='category')
# this should raise
pd.concat([s,s2])
# this should be a category
pd.concat([s,s])
```
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8641/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8641/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8642 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8642/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8642/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8642/events | https://github.com/pandas-dev/pandas/issues/8642 | 46,856,865 | MDU6SXNzdWU0Njg1Njg2NQ== | 8,642 | drop_duplicates() does not drop duplicates of large datasets | {
"avatar_url": "https://avatars.githubusercontent.com/u/1865885?v=4",
"events_url": "https://api.github.com/users/hlin117/events{/privacy}",
"followers_url": "https://api.github.com/users/hlin117/followers",
"following_url": "https://api.github.com/users/hlin117/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 2 | 2014-10-26T22:18:22Z | 2014-10-26T22:26:33Z | 2014-10-26T22:26:28Z | NONE | null | I'm trying to remove the duplicates contained in this following text file:
https://www.dropbox.com/s/mx3zqot352gdrhq/hg19.txt?dl=0
After reading this into a dataframe, and calling drop_duplicates, the dataframe still has the same number of rows. Though clearly, there are many duplicates contained in the file.
I am usi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8642/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8642/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8643 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8643/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8643/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8643/events | https://github.com/pandas-dev/pandas/issues/8643 | 46,859,261 | MDU6SXNzdWU0Njg1OTI2MQ== | 8,643 | API/ENH: add support for integer NA with dynd-python dep | {
"avatar_url": "https://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": "d7e102",
"default": false,
"description": "np.nan, ... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 4 | 2014-10-26T23:45:41Z | 2016-11-11T11:13:28Z | 2016-11-11T11:13:28Z | CONTRIBUTOR | null | this should actually be relatively straightforward.
Incorporating this library: https://github.com/libdydn/dynd-python
as an optional dep, allows native Integer NA support (implemented
very similarly to how NaT is represented in `datetime64[ns]` dtypes ATM.
`dynd-python` are the python bindings for `libdynd` and have... | {
"+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/8643/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8643/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8644 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8644/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8644/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8644/events | https://github.com/pandas-dev/pandas/pull/8644 | 46,861,428 | MDExOlB1bGxSZXF1ZXN0MjMzNTkwNjU= | 8,644 | BUG: Bug in ix/loc block splitting on setitem (manifests with integer-like dtypes, eg. datetime64) (GH8607) | {
"avatar_url": "https://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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-10-27T00:57:48Z | 2014-10-30T11:20:23Z | 2014-10-27T12:13:31Z | CONTRIBUTOR | null | closes #8607
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8644/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8644/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8644.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8644",
"merged_at": "2014-10-27T12:13:31Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8644.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8644"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8645 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8645/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8645/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8645/events | https://github.com/pandas-dev/pandas/issues/8645 | 46,863,298 | MDU6SXNzdWU0Njg2MzI5OA== | 8,645 | pandas.concat doesn't accept a deque | {
"avatar_url": "https://avatars.githubusercontent.com/u/1076190?v=4",
"events_url": "https://api.github.com/users/waveform80/events{/privacy}",
"followers_url": "https://api.github.com/users/waveform80/followers",
"following_url": "https://api.github.com/users/waveform80/following{/other_user}",
"gists_url":... | [
{
"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": "02d7e1",
"default": false,
"description": "Concat, Merge/Join, S... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 2 | 2014-10-27T01:56:30Z | 2014-10-30T11:19:44Z | 2014-10-29T01:12:58Z | CONTRIBUTOR | null | The `pandas.concat` routine's behaviour is slightly at odds with its documentation (and error messages). The documentation states that the first parameter (objs) accepts "list or dict of Series, DataFrame, ..." but the routine is rather more forgiving and appears to accept lists, tuples, dicts, and generator objects (v... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8645/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8645/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8646 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8646/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8646/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8646/events | https://github.com/pandas-dev/pandas/issues/8646 | 46,864,808 | MDU6SXNzdWU0Njg2NDgwOA== | 8,646 | test_precise_conversion failure on 32bit boxes | {
"avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4",
"events_url": "https://api.github.com/users/yarikoptic/events{/privacy}",
"followers_url": "https://api.github.com/users/yarikoptic/followers",
"following_url": "https://api.github.com/users/yarikoptic/following{/other_user}",
"gists_url": "... | [
{
"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": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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... | 21 | 2014-10-27T02:37:54Z | 2014-12-04T02:46:50Z | 2014-12-04T02:46:50Z | CONTRIBUTOR | null | ```
======================================================================
FAIL: test_precise_conversion (pandas.io.tests.test_parsers.TestCParserLowMemory)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/buildd/pandas-0.15.0/debian/tmp/usr/lib/pyth... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8646/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8646/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8647 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8647/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8647/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8647/events | https://github.com/pandas-dev/pandas/issues/8647 | 46,864,925 | MDU6SXNzdWU0Njg2NDkyNQ== | 8,647 | test_boxplot catche DeprecationWarning on jessie with python 3.4 | {
"avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4",
"events_url": "https://api.github.com/users/yarikoptic/events{/privacy}",
"followers_url": "https://api.github.com/users/yarikoptic/followers",
"following_url": "https://api.github.com/users/yarikoptic/following{/other_user}",
"gists_url": "... | [
{
"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": "8AE234",
"d... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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... | 13 | 2014-10-27T02:41:14Z | 2014-12-05T13:45:38Z | 2014-12-05T13:45:38Z | CONTRIBUTOR | null | ```
======================================================================
FAIL: test_boxplot (pandas.tests.test_graphics.TestDataFramePlots)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/buildd/pandas-0.15.0/debian/tmp/usr/lib/python3/dist-packag... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8647/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8647/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8648 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8648/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8648/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8648/events | https://github.com/pandas-dev/pandas/issues/8648 | 46,865,047 | MDU6SXNzdWU0Njg2NTA0Nw== | 8,648 | ubuntu 13.10 with mpl : test_hist_df* TypeError: barh() got multiple values for keyword argument 'bottom' | {
"avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4",
"events_url": "https://api.github.com/users/yarikoptic/events{/privacy}",
"followers_url": "https://api.github.com/users/yarikoptic/followers",
"following_url": "https://api.github.com/users/yarikoptic/following{/other_user}",
"gists_url": "... | [
{
"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": "8AE234",
"d... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-27T02:44:00Z | 2014-11-30T23:07:48Z | 2014-11-14T12:45:36Z | CONTRIBUTOR | null | 0.15.0
```
======================================================================
ERROR: test_hist_df (pandas.tests.test_graphics.TestDataFramePlots)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/buildd/pandas-0.15.0/debian/tmp/usr/lib/python2.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/8648/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8648/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8649 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8649/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8649/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8649/events | https://github.com/pandas-dev/pandas/issues/8649 | 46,865,110 | MDU6SXNzdWU0Njg2NTExMA== | 8,649 | UnboundLocalError: local variable 'store' referenced before assignment | {
"avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4",
"events_url": "https://api.github.com/users/yarikoptic/events{/privacy}",
"followers_url": "https://api.github.com/users/yarikoptic/followers",
"following_url": "https://api.github.com/users/yarikoptic/following{/other_user}",
"gists_url": "... | [
{
"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": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 1 | 2014-10-27T02:45:30Z | 2014-10-30T11:19:44Z | 2014-10-27T12:37:35Z | CONTRIBUTOR | null | in ensure_clean_store on ubuntu 13.10 triggered by many tests, e.g.
```
======================================================================
ERROR: test_unicode_index (pandas.io.tests.test_pytables.TestHDFStore)
----------------------------------------------------------------------
Traceback (most recent call last):... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8649/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8649/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8650 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8650/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8650/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8650/events | https://github.com/pandas-dev/pandas/issues/8650 | 46,865,188 | MDU6SXNzdWU0Njg2NTE4OA== | 8,650 | AttributeError: 'module' object has no attribute 'open_file' | {
"avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4",
"events_url": "https://api.github.com/users/yarikoptic/events{/privacy}",
"followers_url": "https://api.github.com/users/yarikoptic/followers",
"following_url": "https://api.github.com/users/yarikoptic/following{/other_user}",
"gists_url": "... | [
{
"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": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 2 | 2014-10-27T02:47:33Z | 2014-10-30T11:19:44Z | 2014-10-27T12:37:35Z | CONTRIBUTOR | null | ```
======================================================================
ERROR: test_frame_select_complex2 (pandas.io.tests.test_pytables.TestHDFStore)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/buildd/pandas-0.15.0/debian/tmp/usr/lib/python2... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8650/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8650/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8651 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8651/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8651/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8651/events | https://github.com/pandas-dev/pandas/pull/8651 | 46,897,775 | MDExOlB1bGxSZXF1ZXN0MjMzNzg1NjI= | 8,651 | TST: skip tests on incompatible PyTables version (GH8649, GH8650) | {
"avatar_url": "https://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": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-10-27T12:09:24Z | 2014-10-30T11:20:23Z | 2014-10-27T12:37:35Z | CONTRIBUTOR | null | closes #8649
closes #8650
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8651/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8651/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8651.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8651",
"merged_at": "2014-10-27T12:37:35Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8651.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8651"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8652 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8652/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8652/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8652/events | https://github.com/pandas-dev/pandas/pull/8652 | 46,903,189 | MDExOlB1bGxSZXF1ZXN0MjMzODE4MTI= | 8,652 | BUG: various categorical fixes (GH8626) | {
"avatar_url": "https://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": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-10-27T13:14:02Z | 2014-10-30T11:20:23Z | 2014-10-28T00:03:02Z | CONTRIBUTOR | null | BUG: coerce Categorical in record array creation (GH8626)
BUG: Categorical not created properly with to_frame() from Series (GH8626)
BUG: handle astype with passed pd.Categorical (GH8626)
closes #8626
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8652/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8652/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8652.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8652",
"merged_at": "2014-10-28T00:03:02Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8652.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8652"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8653 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8653/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8653/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8653/events | https://github.com/pandas-dev/pandas/issues/8653 | 46,928,851 | MDU6SXNzdWU0NjkyODg1MQ== | 8,653 | Exception when resampling ends on a DST change date | {
"avatar_url": "https://avatars.githubusercontent.com/u/829448?v=4",
"events_url": "https://api.github.com/users/lmancini/events{/privacy}",
"followers_url": "https://api.github.com/users/lmancini/followers",
"following_url": "https://api.github.com/users/lmancini/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "009800",
"default": false,
"description": "Duplicate issue or pull ... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-27T16:44:21Z | 2014-11-06T12:47:56Z | 2014-11-06T12:44:42Z | NONE | null | Hi all, I'm experiencing an exception when calling `resample('D', how='mean')` on a Series or Dataframe whose index (datetime-based) ends just on a DST change date.
As a workaround, I'm currently try/except-ing the ValueError and eventually adding a np.nan datapoint at the end of the series (effectively "walking over"... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8653/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8653/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8655 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8655/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8655/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8655/events | https://github.com/pandas-dev/pandas/pull/8655 | 46,964,277 | MDExOlB1bGxSZXF1ZXN0MjM0MTkwNTA= | 8,655 | DOC: update docs on direct plotting with matplotlib (GH8614) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisvandenbossche/followers",
"following_url": "https://api.github.com/users/jorisvandenbossche/following{/othe... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 241332... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 6 | 2014-10-27T21:50:58Z | 2014-10-30T11:20:23Z | 2014-10-28T11:02:41Z | MEMBER | null | Closes #8614
- this adds a warning that you now have to use `to_pydatetime` as direct plotting with a DatetimeIndex does not work anymore (see #8614)
- I also removed for now the note on speed and explanation of the registered formatters. @agijsberts could you shed some light on this?
- "_The speed up for large data... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8655/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8655/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8655.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8655",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8655.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8655"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8656 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8656/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8656/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8656/events | https://github.com/pandas-dev/pandas/issues/8656 | 46,972,479 | MDU6SXNzdWU0Njk3MjQ3OQ== | 8,656 | Timestamp timezone inconsistency | {
"avatar_url": "https://avatars.githubusercontent.com/u/8309785?v=4",
"events_url": "https://api.github.com/users/cyber42/events{/privacy}",
"followers_url": "https://api.github.com/users/cyber42/followers",
"following_url": "https://api.github.com/users/cyber42/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "5319e7",
"default": false,
"description": "Timezone data dtype",
"id": 60458168,
"name": "Timezones",
"node_id": "MDU6TGFiZWw2MDQ1ODE2OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timezones"
}
] | closed | false | null | [] | null | 6 | 2014-10-27T23:24:58Z | 2014-10-28T11:23:00Z | 2014-10-28T00:37:54Z | NONE | null | Hi,
Is this a known issue?
Time offset on 22nd of Sept should be -4 hours in New York as below:
```
pandas.Timestamp('2014-09-22 09:30:00-0400', tz='EST5EDT').tz_convert('EST5EDT')
Timestamp('2014-09-22 09:30:00-0400', tz='EST5EDT')
```
but when providing this twice (-0400 and EST4EDT), the result becomes -0500:
`... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8656/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8656/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8657 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8657/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8657/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8657/events | https://github.com/pandas-dev/pandas/issues/8657 | 46,986,933 | MDU6SXNzdWU0Njk4NjkzMw== | 8,657 | Concat column in Oracle SQL query not addressing correctly | {
"avatar_url": "https://avatars.githubusercontent.com/u/9426382?v=4",
"events_url": "https://api.github.com/users/givethemheller/events{/privacy}",
"followers_url": "https://api.github.com/users/givethemheller/followers",
"following_url": "https://api.github.com/users/givethemheller/following{/other_user}",
... | [] | closed | false | null | [] | null | 6 | 2014-10-28T03:52:12Z | 2014-10-28T15:32:31Z | 2014-10-28T15:32:31Z | NONE | null | Folks, when using a concat() in an SQL query, the column header in pandas comes back as the full concat statement.
Not sure if this is sensible, but I thought noteworthy.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8657/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8657/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8658 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8658/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8658/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8658/events | https://github.com/pandas-dev/pandas/issues/8658 | 47,024,737 | MDU6SXNzdWU0NzAyNDczNw== | 8,658 | BUG: Categoricals cannot compare to ndim=0 array values | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/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": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 6 | 2014-10-28T13:21:48Z | 2014-11-02T19:15:27Z | 2014-11-02T19:15:27Z | CONTRIBUTOR | null | Reproduction steps:
``` python
In [1]: cat = pd.Categorical([1,2,3])
In [2]: cat > cat[0]
Out[2]: array([False, True, True], dtype=bool)
In [3]: cat[0] < cat
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipyt... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8658/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8658/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8659 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8659/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8659/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8659/events | https://github.com/pandas-dev/pandas/issues/8659 | 47,034,013 | MDU6SXNzdWU0NzAzNDAxMw== | 8,659 | API/ENH: master issue for pd.rolling_apply | {
"avatar_url": "https://avatars.githubusercontent.com/u/7327771?v=4",
"events_url": "https://api.github.com/users/leeong05/events{/privacy}",
"followers_url": "https://api.github.com/users/leeong05/followers",
"following_url": "https://api.github.com/users/leeong05/following{/other_user}",
"gists_url": "http... | [
{
"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 | [] | null | 6 | 2014-10-28T14:42:51Z | 2020-11-19T21:13:15Z | 2020-11-19T21:13:14Z | NONE | null | Catchall for `rolling_*` issues:
- [x] #12537 exclude nuiscance columns
- [ ] #12536 fully support timedeltas
- [ ] #4130 (return type of `rolling_apply`)
- [x] #3185 (stop using `np.apply_along_axis`)
- [x] #5071, #12950 (pass frames, operate 2-D)
- [x] #9413 `rolling_quantile`
- [ ] #9481 `rolling_idxmax`
- [... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8659/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8659/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8660 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8660/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8660/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8660/events | https://github.com/pandas-dev/pandas/issues/8660 | 47,038,522 | MDU6SXNzdWU0NzAzODUyMg== | 8,660 | apply changes the datatypes: strange behaviour/bug? | {
"avatar_url": "https://avatars.githubusercontent.com/u/190799?v=4",
"events_url": "https://api.github.com/users/denadai2/events{/privacy}",
"followers_url": "https://api.github.com/users/denadai2/followers",
"following_url": "https://api.github.com/users/denadai2/following{/other_user}",
"gists_url": "https... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | null | 8 | 2014-10-28T15:17:25Z | 2014-10-31T11:10:47Z | 2014-10-30T10:55:49Z | NONE | null | Hello. I tried to apply a function to a dataframe and it changes the column types. See this example: http://nbviewer.ipython.org/urls/dl.dropboxusercontent.com/u/1118905/Calls-bug.ipynb
Am I doing something wrong? Is it a bug?
pandas 0.15.0
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8660/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8660/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8661 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8661/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8661/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8661/events | https://github.com/pandas-dev/pandas/issues/8661 | 47,048,971 | MDU6SXNzdWU0NzA0ODk3MQ== | 8,661 | read_csv problem with delim_whitespace, skiprows and trailing spaces in skipped rows | {
"avatar_url": "https://avatars.githubusercontent.com/u/831833?v=4",
"events_url": "https://api.github.com/users/selasley/events{/privacy}",
"followers_url": "https://api.github.com/users/selasley/followers",
"following_url": "https://api.github.com/users/selasley/following{/other_user}",
"gists_url": "https... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-28T16:35:15Z | 2014-11-27T02:52:38Z | 2014-11-27T02:52:38Z | CONTRIBUTOR | null | given this input file with linefeeds indicated by <lf>
```
skip1<lf>
skip2<lf>
0 1 2<lf>
3 4 5<lf>
```
reading with read_csv() in pandas 0.15.0-42-g20be789 and python 3.4.2 works
```
df = pd.read_csv('test.txt', skiprows=2, delim_whitespace=True, header=None)
df
0 1 2
0 0 1 2
1 3 4 5
```
If I... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8661/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8661/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8662 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8662/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8662/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8662/events | https://github.com/pandas-dev/pandas/issues/8662 | 47,067,829 | MDU6SXNzdWU0NzA2NzgyOQ== | 8,662 | updating row data within apply from other rows doesn't work | {
"avatar_url": "https://avatars.githubusercontent.com/u/9436935?v=4",
"events_url": "https://api.github.com/users/lamakaha/events{/privacy}",
"followers_url": "https://api.github.com/users/lamakaha/followers",
"following_url": "https://api.github.com/users/lamakaha/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": "729FCF",
"default": false,
"description": null,
"id": 233160,
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 7 | 2014-10-28T19:06:14Z | 2020-07-12T12:31:24Z | 2020-07-12T12:31:23Z | NONE | null | I'm grouping rows by column investor id. within apply, when a group has more than 1 row, i'm copying a value in the second row in the group into the a column of the first row in that group. I'm using groupby with apply but the assembled result is incorrect - all rows except row 1 show the same investor B - seems like 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/8662/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8662/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8663 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8663/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8663/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8663/events | https://github.com/pandas-dev/pandas/pull/8663 | 47,070,620 | MDExOlB1bGxSZXF1ZXN0MjM0ODM3NDk= | 8,663 | ENH: Series.str.split can return a DataFrame instead of Series of lists | {
"avatar_url": "https://avatars.githubusercontent.com/u/2702341?v=4",
"events_url": "https://api.github.com/users/billletson/events{/privacy}",
"followers_url": "https://api.github.com/users/billletson/followers",
"following_url": "https://api.github.com/users/billletson/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": "02d7e1",
"default": false,
"description": "Concat, ... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 14 | 2014-10-28T19:32:07Z | 2014-10-30T11:20:23Z | 2014-10-29T23:45:11Z | CONTRIBUTOR | null | closes #8428.
Adds a flag which when True returns a DataFrame with columns being the index of the lists generated by the string splitting operation. When False, it returns a 1D numpy array, as before. Defaults to false to not break compatibility.
In the case with no splits, returns a single column DataFrame rather... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8663/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8663/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8663.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8663",
"merged_at": "2014-10-29T23:45:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8663.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8663"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8664 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8664/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8664/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8664/events | https://github.com/pandas-dev/pandas/issues/8664 | 47,086,114 | MDU6SXNzdWU0NzA4NjExNA== | 8,664 | BUG: query modifies the frame when you compare with `=` | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,... | closed | false | null | [] | {
"closed_at": "2016-03-12T16:19:08Z",
"closed_issues": 469,
"created_at": "2015-07-19T20:18:45Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 7 | 2014-10-28T21:49:58Z | 2016-01-04T02:17:59Z | 2016-01-04T02:17:59Z | CONTRIBUTOR | null | I messed up and used `=` instead of `==` in a `query`.
``` python
df = pd.DataFrame({'a': [1, 2, 3], 'b': ['a', 'b', 'c']})
df.query('a=1')
```
That raises a ValueError. But `df` was modified.
``` python
In [15]: df
Out[15]:
a b
0 1 a
1 1 b
2 1 c
```
versions:
```
pandas: 0.15.0-6-g403f38d
bottleneck: No... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8664/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8664/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8665 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8665/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8665/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8665/events | https://github.com/pandas-dev/pandas/issues/8665 | 47,087,539 | MDU6SXNzdWU0NzA4NzUzOQ== | 8,665 | Segfault in uuid.py calling _uuid_generate_time after importing pandas | {
"avatar_url": "https://avatars.githubusercontent.com/u/153580?v=4",
"events_url": "https://api.github.com/users/gthb/events{/privacy}",
"followers_url": "https://api.github.com/users/gthb/followers",
"following_url": "https://api.github.com/users/gthb/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
}
] | closed | false | null | [] | null | 9 | 2014-10-28T22:04:34Z | 2014-10-29T20:53:52Z | 2014-10-29T20:53:52Z | NONE | null | I am seeing a new but consistently repeatable segmentation fault in our application test suite, running CPython 2.7.8, when calling `_uuid_generate_time(_buffer)` from uuid.py (somewhere inside the kombu library).
The salient difference that makes this segfault occur is if I import pandas before the test run. If I don... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8665/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8665/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8666 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8666/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8666/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8666/events | https://github.com/pandas-dev/pandas/issues/8666 | 47,087,618 | MDU6SXNzdWU0NzA4NzYxOA== | 8,666 | Pandas crashes trying to load Orange dataset (KDD 2009) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1314338?v=4",
"events_url": "https://api.github.com/users/ovz/events{/privacy}",
"followers_url": "https://api.github.com/users/ovz/followers",
"following_url": "https://api.github.com/users/ovz/following{/other_user}",
"gists_url": "https://api.github.... | [
{
"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 | 15 | 2014-10-28T22:05:18Z | 2015-01-29T16:55:47Z | 2014-10-30T22:12:47Z | NONE | null | I've downloaded large dataset from http://www.sigkdd.org/kdd-cup-2009-customer-relationship-prediction.
orange_large_train.data.chunk1.zip (52.7 Mbytes)
orange_large_train.data.chunk2.zip (52.7 Mbytes)
orange_large_train.data.chunk3.zip (52.6 Mbytes)
orange_large_train.data.chunk4.zip (52.5 Mbytes)
orange_large_train... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8666/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8666/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8667 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8667/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8667/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8667/events | https://github.com/pandas-dev/pandas/issues/8667 | 47,089,232 | MDU6SXNzdWU0NzA4OTIzMg== | 8,667 | BUG: Slicing timeseries with over 1000000 entries with time fails | {
"avatar_url": "https://avatars.githubusercontent.com/u/812180?v=4",
"events_url": "https://api.github.com/users/willpan/events{/privacy}",
"followers_url": "https://api.github.com/users/willpan/followers",
"following_url": "https://api.github.com/users/willpan/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": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-28T22:22:59Z | 2014-11-29T22:03:08Z | 2014-11-29T22:03:08Z | NONE | null | Slicing a timeseries with time results in a TypeError if the timeseries contains over 1,000,000 entries.
```
import pandas as pd
from datetime import time
ser = pd.Series(index=pd.date_range('2000-1-1', periods=1000000, freq=pd.datetools.offsets.Second()))
ser.head(999999)[time(15,0)] # this is fine
ser[time(15,0)]... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8667/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8667/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8668 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8668/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8668/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8668/events | https://github.com/pandas-dev/pandas/pull/8668 | 47,089,760 | MDExOlB1bGxSZXF1ZXN0MjM0OTU3MTg= | 8,668 | BUG: fix concat to work with more iterables (GH8645) | {
"avatar_url": "https://avatars.githubusercontent.com/u/1076190?v=4",
"events_url": "https://api.github.com/users/waveform80/events{/privacy}",
"followers_url": "https://api.github.com/users/waveform80/followers",
"following_url": "https://api.github.com/users/waveform80/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": "AD7FA8",
"de... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 6 | 2014-10-28T22:28:44Z | 2014-10-30T17:39:16Z | 2014-10-29T01:12:58Z | CONTRIBUTOR | null | closes #8645
Enhances `pd.concat` to work with any iterable (except specifically undesired ones like pandas objects and strings). A new test is included covering tuples, lists, generator expressions, deques, and custom sequences, and all existing tests still pass. Finally, a "what's new" entry is included (not sure th... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8668/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8668/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8668.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8668",
"merged_at": "2014-10-29T01:12:58Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8668.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8668"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8669 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8669/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8669/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8669/events | https://github.com/pandas-dev/pandas/issues/8669 | 47,098,537 | MDU6SXNzdWU0NzA5ODUzNw== | 8,669 | Bug? Replacing NaN values based on a condition. | {
"avatar_url": "https://avatars.githubusercontent.com/u/4410631?v=4",
"events_url": "https://api.github.com/users/ozhogin/events{/privacy}",
"followers_url": "https://api.github.com/users/ozhogin/followers",
"following_url": "https://api.github.com/users/ozhogin/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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 4 | 2014-10-29T00:28:27Z | 2014-10-30T11:19:44Z | 2014-10-29T01:31:56Z | NONE | null | Dataframe with 2 columns: A and B. If values in B are larger than values in A - replace those values with values of A. I used to do this by doing df.B[df.B > df.A] = df.A, however recent upgrade of pandas started giving a SettingWithCopyWarning when encountering this chained assignment. Official documentation recommend... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8669/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8669/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8670 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8670/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8670/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8670/events | https://github.com/pandas-dev/pandas/issues/8670 | 47,098,687 | MDU6SXNzdWU0NzA5ODY4Nw== | 8,670 | BUG: Strange type conversions when assigning with `df.loc` | {
"avatar_url": "https://avatars.githubusercontent.com/u/1460294?v=4",
"events_url": "https://api.github.com/users/onesandzeroes/events{/privacy}",
"followers_url": "https://api.github.com/users/onesandzeroes/followers",
"following_url": "https://api.github.com/users/onesandzeroes/following{/other_user}",
"gi... | [] | closed | false | null | [] | null | 2 | 2014-10-29T00:30:54Z | 2014-10-29T00:34:48Z | 2014-10-29T00:34:48Z | CONTRIBUTOR | null | From [this StackOverflow question](http://stackoverflow.com/questions/26620647/replace-values-in-a-dataframe-column-based-on-condition), something strange occurs when assigning to a `.loc` subset, when none of the rows match:
``` python
import pandas as pd
import numpy as np
df = pd.DataFrame({'A': [1, 2, 3],'B': [np... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8670/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8670/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8671 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8671/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8671/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8671/events | https://github.com/pandas-dev/pandas/pull/8671 | 47,100,887 | MDExOlB1bGxSZXF1ZXN0MjM1MDI2NDM= | 8,671 | BUG: Bug in setitem with empty indexer and unwanted coercion of dtypes (GH8669) | {
"avatar_url": "https://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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-10-29T01:10:58Z | 2014-10-30T11:20:24Z | 2014-10-29T01:31:56Z | CONTRIBUTOR | null | closes #8669
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8671/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8671/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8671.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8671",
"merged_at": "2014-10-29T01:31:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8671.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8671"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8672 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8672/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8672/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8672/events | https://github.com/pandas-dev/pandas/pull/8672 | 47,108,587 | MDExOlB1bGxSZXF1ZXN0MjM1MDY5NDU= | 8,672 | BUG: years-only in date_range uses current date (GH6961) | {
"avatar_url": "https://avatars.githubusercontent.com/u/5356340?v=4",
"events_url": "https://api.github.com/users/rosnfeld/events{/privacy}",
"followers_url": "https://api.github.com/users/rosnfeld/followers",
"following_url": "https://api.github.com/users/rosnfeld/following{/other_user}",
"gists_url": "http... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 1 | 2014-10-29T03:48:02Z | 2014-10-30T11:20:24Z | 2014-10-29T11:39:26Z | CONTRIBUTOR | null | closes #6961 this was probably fixed by #7907 but just adding an explicit test and release note.
(in a sense, it should really be the 0.15.0 release note, but that release has shipped...)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8672/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8672/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8672.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8672",
"merged_at": "2014-10-29T11:39:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8672.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8672"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8673 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8673/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8673/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8673/events | https://github.com/pandas-dev/pandas/issues/8673 | 47,125,159 | MDU6SXNzdWU0NzEyNTE1OQ== | 8,673 | ENH: function for truncating (deleting all rows) an existing table | {
"avatar_url": "https://avatars.githubusercontent.com/u/6695027?v=4",
"events_url": "https://api.github.com/users/adieldar/events{/privacy}",
"followers_url": "https://api.github.com/users/adieldar/followers",
"following_url": "https://api.github.com/users/adieldar/following{/other_user}",
"gists_url": "http... | [
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] | closed | false | null | [] | null | 4 | 2014-10-29T09:13:33Z | 2018-07-06T22:10:45Z | 2018-07-06T22:10:45Z | NONE | null | Hi,
I want to truncate (or even drop) an existing table in SQL server. I didn't find any dedicated function in pandas.io.sql. So I tried to create an empty data frame just to call:
```
df1 = pd.DataFrame()
df1.to_sql(out_tbl, engine, if_exists='replace', index=False)
```
This code does drop the table but then generat... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8673/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8673/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8674 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8674/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8674/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8674/events | https://github.com/pandas-dev/pandas/issues/8674 | 47,170,557 | MDU6SXNzdWU0NzE3MDU1Nw== | 8,674 | Binary operations between Numpy array and Pandas series convert to array dtype before executing | {
"avatar_url": "https://avatars.githubusercontent.com/u/4360170?v=4",
"events_url": "https://api.github.com/users/8one6/events{/privacy}",
"followers_url": "https://api.github.com/users/8one6/followers",
"following_url": "https://api.github.com/users/8one6/following{/other_user}",
"gists_url": "https://api.g... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | 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... | 1 | 2014-10-29T16:29:47Z | 2016-12-30T09:39:39Z | 2016-12-30T09:39:39Z | NONE | null | It looks like when you do a binary operation with a numpy array and a pandas series, the Pandas series is cast as the same type as the numpy array. In the case where the array is `ints` but the series is `floats` this can have odd results in Python 2.x with division. This was surprising to me because, element-wise, 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/8674/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8674/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8675 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8675/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8675/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8675/events | https://github.com/pandas-dev/pandas/pull/8675 | 47,213,522 | MDExOlB1bGxSZXF1ZXN0MjM1NzEwMDk= | 8,675 | TST: fix up for 32-bit indexers w.r.t. (GH8669) | {
"avatar_url": "https://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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-10-29T22:45:27Z | 2016-02-12T17:40:27Z | 2014-10-29T22:56:36Z | CONTRIBUTOR | null | xref #8669
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8675/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8675/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8675.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8675",
"merged_at": "2014-10-29T22:56:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8675.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8675"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8676 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8676/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8676/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8676/events | https://github.com/pandas-dev/pandas/pull/8676 | 47,214,839 | MDExOlB1bGxSZXF1ZXN0MjM1NzE4NjM= | 8,676 | PERF: set multiindex labels with a coerced dtype (GH8456) | {
"avatar_url": "https://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": "a10c02",
"default": false,
"description": "Memory or execution spee... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 10 | 2014-10-29T23:01:54Z | 2014-12-13T21:52:27Z | 2014-10-30T11:19:17Z | CONTRIBUTOR | null | closes #8456
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8676/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8676/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8676.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8676",
"merged_at": "2014-10-30T11:19:17Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8676.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8676"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8677 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8677/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8677/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8677/events | https://github.com/pandas-dev/pandas/issues/8677 | 47,219,655 | MDU6SXNzdWU0NzIxOTY1NQ== | 8,677 | API: change default return_type of Series.str.split from series to frame | {
"avatar_url": "https://avatars.githubusercontent.com/u/2702341?v=4",
"events_url": "https://api.github.com/users/billletson/events{/privacy}",
"followers_url": "https://api.github.com/users/billletson/followers",
"following_url": "https://api.github.com/users/billletson/following{/other_user}",
"gists_url":... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
},
{
"color": "5319e7",
"default": false,
"description": "F... | 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... | 1 | 2014-10-30T00:08:18Z | 2018-07-08T14:33:38Z | 2018-07-06T22:08:31Z | CONTRIBUTOR | null | The `result_type` argument of `Series.str.split` has a default value of `'series'` for compatibility purposes. This should be deprecated in favor of the default `'frame'`.
See issue #8428 , PR #8663 for introduction of the argument and discussion of default value.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8677/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8677/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8678 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8678/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8678/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8678/events | https://github.com/pandas-dev/pandas/issues/8678 | 47,219,870 | MDU6SXNzdWU0NzIxOTg3MA== | 8,678 | RLS: 0.15.1 release schedule | {
"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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 4 | 2014-10-30T00:11:42Z | 2014-11-09T12:07:22Z | 2014-11-09T12:06:04Z | MEMBER | null | Issue to track discussion on 0.15.1 release
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8678/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8678/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8679 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8679/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8679/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8679/events | https://github.com/pandas-dev/pandas/issues/8679 | 47,220,660 | MDU6SXNzdWU0NzIyMDY2MA== | 8,679 | Bug with read_table, skiprows, and C engine | {
"avatar_url": "https://avatars.githubusercontent.com/u/920492?v=4",
"events_url": "https://api.github.com/users/jiffyclub/events{/privacy}",
"followers_url": "https://api.github.com/users/jiffyclub/followers",
"following_url": "https://api.github.com/users/jiffyclub/following{/other_user}",
"gists_url": "ht... | [
{
"color": "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": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-30T00:24:33Z | 2014-11-27T02:52:38Z | 2014-11-27T02:52:38Z | NONE | null | I'm reading the file available at ftp://aftp.cmdl.noaa.gov/products/trends/co2/co2_mm_mlo.txt. The data start on line 73.
If I use the default C engine with `read_table` I have to specify `skiprows=85` to properly load the table:
``` python
pd.read_table(
'co2_mm_mlo.txt.', sep=r'\s+', header=None, skiprows=8... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8679/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8679/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8680 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8680/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8680/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8680/events | https://github.com/pandas-dev/pandas/pull/8680 | 47,237,182 | MDExOlB1bGxSZXF1ZXN0MjM1ODQ4MDg= | 8,680 | ENH: slicing with decreasing monotonic indexes | {
"avatar_url": "https://avatars.githubusercontent.com/u/1217238?v=4",
"events_url": "https://api.github.com/users/shoyer/events{/privacy}",
"followers_url": "https://api.github.com/users/shoyer/followers",
"following_url": "https://api.github.com/users/shoyer/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "0b02e1",
"default": false,
"description": "Related ... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 27 | 2014-10-30T06:15:51Z | 2014-11-06T11:04:00Z | 2014-11-02T22:41:28Z | MEMBER | null | Fixes #7860
The first commit adds `Index.is_monotonic_decreasing` and `Index.is_monotonic_increasing` (alias for `is_monotonic`).
`is_monotonic` will have a performance degradation (still O(n) time) in cases where the Index is decreasing monotonic. If necessary, we could work around this, but I think we can probably... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8680/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8680/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8680.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8680",
"merged_at": "2014-11-02T22:41:28Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8680.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8680"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8681 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8681/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8681/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8681/events | https://github.com/pandas-dev/pandas/issues/8681 | 47,241,834 | MDU6SXNzdWU0NzI0MTgzNA== | 8,681 | memory error when skipping rows | {
"avatar_url": "https://avatars.githubusercontent.com/u/9459420?v=4",
"events_url": "https://api.github.com/users/nkulki/events{/privacy}",
"followers_url": "https://api.github.com/users/nkulki/followers",
"following_url": "https://api.github.com/users/nkulki/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "a10c02",
"default": false,
"description": "Memory or execution speed performance",
"id": 8935311,
"name": "Performance",
"node_id": "MDU6TGFiZWw4OTM1MzEx",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Performance"
},
{
"color": "5319e7",
"default"... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"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 | 2014-10-30T07:53:55Z | 2014-12-12T19:40:08Z | 2014-12-12T19:40:08Z | NONE | null | I have a file with over 100Million rows. When I do
pd.read_csv(filename, skiprows=100000000, iterator=True)
python crashes with a memory error. I have 32 gigs of memory and python eats up all that memory!!
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8681/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8681/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8682 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8682/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8682/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8682/events | https://github.com/pandas-dev/pandas/pull/8682 | 47,278,427 | MDExOlB1bGxSZXF1ZXN0MjM2MDk1MDA= | 8,682 | BUG: fix writing of Categorical with to_sql (GH8624) | {
"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": "to_sql, read_sql, read_sql_query",
"id": 47232590,
"name": "IO SQL",
"node_id": "MDU6TGFiZWw0NzIzMjU5MA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20SQL"
}
] | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 4 | 2014-10-30T14:46:32Z | 2014-10-31T12:50:09Z | 2014-10-31T12:50:09Z | MEMBER | null | Closes #8624
Use .get_values() instead of .values on the block,
this ensures that NonConsolidatable blocks (non-dense
blocks like categorical or sparse) are densified
instead of just returning the raw .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/8682/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8682/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8682.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8682",
"merged_at": "2014-10-31T12:50:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8682.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8682"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8683 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8683/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8683/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8683/events | https://github.com/pandas-dev/pandas/issues/8683 | 47,285,559 | MDU6SXNzdWU0NzI4NTU1OQ== | 8,683 | ValueError exception with pd.resample | {
"avatar_url": "https://avatars.githubusercontent.com/u/1993919?v=4",
"events_url": "https://api.github.com/users/amelio-vazquez-reina/events{/privacy}",
"followers_url": "https://api.github.com/users/amelio-vazquez-reina/followers",
"following_url": "https://api.github.com/users/amelio-vazquez-reina/following... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "207de5",
"default": false,
"description": "resample method",
"i... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-30T15:39:49Z | 2014-11-30T23:21:01Z | 2014-11-30T23:21:01Z | CONTRIBUTOR | null | When running `df.resample('2200L', how='sum', label='right')` with `df`:
```
2014-10-14 23:06:07.440000 6.44000
2014-10-14 23:06:07.761000 5.09600
2014-10-14 23:06:08.215000 6.44000
2014-10-14 23:06:08.486000 6.44000
2014-10-14 23:06:08.509000 5.20800
2014-10-14 23:06:08.789000 4.02842
2014-10-14 23:... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8683/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8683/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8684 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8684/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8684/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8684/events | https://github.com/pandas-dev/pandas/issues/8684 | 47,297,645 | MDU6SXNzdWU0NzI5NzY0NQ== | 8,684 | Indexing a time-series changes the index type | {
"avatar_url": "https://avatars.githubusercontent.com/u/1993919?v=4",
"events_url": "https://api.github.com/users/amelio-vazquez-reina/events{/privacy}",
"followers_url": "https://api.github.com/users/amelio-vazquez-reina/followers",
"following_url": "https://api.github.com/users/amelio-vazquez-reina/following... | [
{
"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 | 9 | 2014-10-30T17:02:02Z | 2016-04-29T01:48:11Z | 2016-04-29T01:48:11Z | CONTRIBUTOR | null | The following code changes the index type for my series:
``` python
import arrow
start_time = arrow.get(2014, 10, 15, hour = 19, tzinfo='US/Eastern')
end_time = start_time.replace(seconds=400)
ts = pd.date_range(start=start_time.isoformat(), end=end_time.isoformat(), freq='2200L')
my_series = pd.read_pickle(...)
m... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8684/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8684/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8685 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8685/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8685/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8685/events | https://github.com/pandas-dev/pandas/issues/8685 | 47,307,337 | MDU6SXNzdWU0NzMwNzMzNw== | 8,685 | v0.15.0 Can't read csv.gz from url | {
"avatar_url": "https://avatars.githubusercontent.com/u/806256?v=4",
"events_url": "https://api.github.com/users/olgabot/events{/privacy}",
"followers_url": "https://api.github.com/users/olgabot/followers",
"following_url": "https://api.github.com/users/olgabot/following{/other_user}",
"gists_url": "https://... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "read_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 | 2014-10-30T18:11:22Z | 2015-08-20T13:25:31Z | 2015-08-20T13:25:31Z | NONE | null | ```
import pandas as pd
pd.read_csv('https://raw.githubusercontent.com/YeoLab/shalek2013/master/expression.csv.gz', compression='gzip', index_col=0)
```
```
---------------------------------------------------------------------------
CParserError Traceback (most recent call last)
<ipython-... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8685/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8685/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8686 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8686/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8686/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8686/events | https://github.com/pandas-dev/pandas/issues/8686 | 47,311,932 | MDU6SXNzdWU0NzMxMTkzMg== | 8,686 | DOC: don't say .loc is "strictly label-based" if it isn't | {
"avatar_url": "https://avatars.githubusercontent.com/u/1439047?v=4",
"events_url": "https://api.github.com/users/BrenBarn/events{/privacy}",
"followers_url": "https://api.github.com/users/BrenBarn/followers",
"following_url": "https://api.github.com/users/BrenBarn/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"
},
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing o... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"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 | 2014-10-30T18:51:25Z | 2015-01-13T08:09:37Z | 2015-01-13T08:09:37Z | NONE | null | One pedantic little thing I keep noticing: the docs for .loc say repeatedly that it is "strictly label-based", but it also accepts an array of booleans. I think it's good for .loc to have accept booleans, but it's misleading and confusing for the docs to say (in bold, no less) that it accepts _only_ labels found in th... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8686/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8686/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8687 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8687/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8687/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8687/events | https://github.com/pandas-dev/pandas/pull/8687 | 47,322,685 | MDExOlB1bGxSZXF1ZXN0MjM2MzU5OTE= | 8,687 | BUG: fix Categorical comparison to work with datetime | {
"avatar_url": "https://avatars.githubusercontent.com/u/579798?v=4",
"events_url": "https://api.github.com/users/immerrr/events{/privacy}",
"followers_url": "https://api.github.com/users/immerrr/followers",
"following_url": "https://api.github.com/users/immerrr/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": "e11d21",
"default": false,
"description": "Categorical Data Type",
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 3 | 2014-10-30T20:28:58Z | 2014-11-02T07:44:47Z | 2014-10-31T13:48:48Z | CONTRIBUTOR | null | `pd.Timestamp` is one of types that don't pass `np.isscalar` test previously
used in _cat_compare_op, `pd.lib.isscalar` should be used instead.
``` python
In [1]: cat = pd.Categorical(pd.date_range('2014', periods=5))
In [2]: cat > cat[0]
---------------------------------------------------------------------------
Typ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8687/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8687/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8687.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8687",
"merged_at": "2014-10-31T13:48:48Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8687.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8687"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8688 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8688/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8688/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8688/events | https://github.com/pandas-dev/pandas/issues/8688 | 47,323,237 | MDU6SXNzdWU0NzMyMzIzNw== | 8,688 | 0.15.0 test_stata strikes back on various less common platforms on | {
"avatar_url": "https://avatars.githubusercontent.com/u/39889?v=4",
"events_url": "https://api.github.com/users/yarikoptic/events{/privacy}",
"followers_url": "https://api.github.com/users/yarikoptic/followers",
"following_url": "https://api.github.com/users/yarikoptic/following{/other_user}",
"gists_url": "... | [
{
"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": "5319e7",
"d... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"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 | 2014-10-30T20:34:21Z | 2015-01-16T15:10:44Z | 2015-01-16T15:10:44Z | CONTRIBUTOR | null | e.g. 64bit big-endian
https://buildd.debian.org/status/fetch.php?pkg=pandas&arch=s390x&ver=0.15.0-1&stamp=1414699796
and others
https://buildd.debian.org/status/package.php?p=pandas
(some have other failures as well, yet to find a moment to "analyze", but e.g. hurd-i386 fails test_precise_conversion)
could/should all ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8688/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8688/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8689 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8689/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8689/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8689/events | https://github.com/pandas-dev/pandas/issues/8689 | 47,348,592 | MDU6SXNzdWU0NzM0ODU5Mg== | 8,689 | datetime operations on NaT produce dangerous results | {
"avatar_url": "https://avatars.githubusercontent.com/u/616139?v=4",
"events_url": "https://api.github.com/users/danfrankj/events{/privacy}",
"followers_url": "https://api.github.com/users/danfrankj/followers",
"following_url": "https://api.github.com/users/danfrankj/following{/other_user}",
"gists_url": "ht... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 1 | 2014-10-31T00:29:44Z | 2014-10-31T19:04:34Z | 2014-10-31T19:04:34Z | CONTRIBUTOR | null | ```
In [189]: ser = pd.Series([np.datetime64('nat')])
In [190]: ser
Out[190]:
0 NaT
dtype: datetime64[ns]
In [191]: ser.dt.hour
Out[191]:
0 -1
dtype: int64
```
While -1 is not a valid hour it is a very valid integer and could (has) caused hard to track bugs.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8689/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8689/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8690 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8690/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8690/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8690/events | https://github.com/pandas-dev/pandas/pull/8690 | 47,369,069 | MDExOlB1bGxSZXF1ZXN0MjM2NjA5ODA= | 8,690 | CLN: fix grammar in extract_index error message | {
"avatar_url": "https://avatars.githubusercontent.com/u/319490?v=4",
"events_url": "https://api.github.com/users/sangheestyle/events{/privacy}",
"followers_url": "https://api.github.com/users/sangheestyle/followers",
"following_url": "https://api.github.com/users/sangheestyle/following{/other_user}",
"gists_... | [] | closed | false | null | [] | null | 4 | 2014-10-31T07:56:15Z | 2014-10-31T09:48:46Z | 2014-10-31T08:29:48Z | 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/8690/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8690/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8690.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8690",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/8690.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8690"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/8691 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8691/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8691/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8691/events | https://github.com/pandas-dev/pandas/pull/8691 | 47,370,374 | MDExOlB1bGxSZXF1ZXN0MjM2NjE3NzQ= | 8,691 | CLN: fix grammar in extract_index error message | {
"avatar_url": "https://avatars.githubusercontent.com/u/319490?v=4",
"events_url": "https://api.github.com/users/sangheestyle/events{/privacy}",
"followers_url": "https://api.github.com/users/sangheestyle/followers",
"following_url": "https://api.github.com/users/sangheestyle/following{/other_user}",
"gists_... | [] | closed | false | null | [] | null | 1 | 2014-10-31T08:21:04Z | 2014-10-31T09:45:29Z | 2014-10-31T09:45:29Z | 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/8691/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8691/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8691.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8691",
"merged_at": "2014-10-31T09:45:29Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8691.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8691"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/8692 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8692/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8692/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8692/events | https://github.com/pandas-dev/pandas/issues/8692 | 47,374,773 | MDU6SXNzdWU0NzM3NDc3Mw== | 8,692 | Is there a way to get all the names that are currently associated with an opened HDF5 file? | {
"avatar_url": "https://avatars.githubusercontent.com/u/2902346?v=4",
"events_url": "https://api.github.com/users/qAp/events{/privacy}",
"followers_url": "https://api.github.com/users/qAp/followers",
"following_url": "https://api.github.com/users/qAp/following{/other_user}",
"gists_url": "https://api.github.... | [
{
"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 | 2 | 2014-10-31T09:26:47Z | 2014-11-01T13:59:17Z | 2014-10-31T12:24:36Z | NONE | null | This is related to the closing of HDFStore stores: <a href="https://github.com/pydata/pandas/issues/4409"> API: HDFStore closing is buggy #4409 </a>, from which I understand that it is possible to have multiple open stores pointing to the same file, and that closing one of the stores does not close all the others, so o... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8692/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8692/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8693 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8693/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8693/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8693/events | https://github.com/pandas-dev/pandas/pull/8693 | 47,390,370 | MDExOlB1bGxSZXF1ZXN0MjM2NzM3NzE= | 8,693 | VIS: register datetime64 in matplotlib units registry (GH8614) | {
"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": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
}
] | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 3 | 2014-10-31T12:47:35Z | 2014-11-05T14:46:49Z | 2014-11-05T14:34:26Z | MEMBER | null | Closes #8614
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8693/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8693/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8693.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8693",
"merged_at": "2014-11-05T14:34:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8693.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8693"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8694 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8694/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8694/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8694/events | https://github.com/pandas-dev/pandas/issues/8694 | 47,391,218 | MDU6SXNzdWU0NzM5MTIxOA== | 8,694 | BUG: set_levels with a change in timezone on a MultiIndex with DST is buggy | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "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": "Timezone data dtype",
... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 2 | 2014-10-31T12:58:26Z | 2019-01-04T07:00:57Z | 2019-01-04T07:00:26Z | CONTRIBUTOR | null | from [SO](http://stackoverflow.com/questions/26660286/dealing-with-dst-time-with-set-levels-function-multiindex-pandas)
```
In [91]: def works(df):
....: return df.reset_index(level=1,drop=True).set_index(df.index.get_level_values(1).tz_localize('Europe/Paris', ambiguous = 'infer'),append=True).iloc[7151:7160]
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8694/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8694/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8695 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8695/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8695/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8695/events | https://github.com/pandas-dev/pandas/pull/8695 | 47,413,392 | MDExOlB1bGxSZXF1ZXN0MjM2ODc5Mjk= | 8,695 | API/BUG: return np.nan rather than -1 for invalid datetime accessors values (GH8689) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 3 | 2014-10-31T16:22:55Z | 2014-10-31T20:11:29Z | 2014-10-31T19:04:34Z | CONTRIBUTOR | null | BUG: millisecond Timestamp/DatetimeIndex accessor fixed
closes #8689
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8695/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8695/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8695.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8695",
"merged_at": "2014-10-31T19:04:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8695.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8695"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8696 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8696/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8696/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8696/events | https://github.com/pandas-dev/pandas/issues/8696 | 47,417,789 | MDU6SXNzdWU0NzQxNzc4OQ== | 8,696 | API: fix milliseconds accessor in Timestamp/DatetimeIndex | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
},
{
"color": "AD7FA8",
"default": false,
"description": null,
... | closed | false | null | [] | {
"closed_at": "2015-03-23T10:50:37Z",
"closed_issues": 400,
"created_at": "2014-02-14T03:31:22Z",
"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 | 2014-10-31T17:00:33Z | 2015-01-29T18:21:45Z | 2015-01-29T18:21:45Z | CONTRIBUTOR | null | This results in an API change, so holding off till later
https://github.com/jreback/pandas/tree/milliseconds
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8696/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8696/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8697 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8697/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8697/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8697/events | https://github.com/pandas-dev/pandas/issues/8697 | 47,425,133 | MDU6SXNzdWU0NzQyNTEzMw== | 8,697 | BUG: SQL get_schema generates incorrect DDL for specific dialect | {
"avatar_url": "https://avatars.githubusercontent.com/u/15233?v=4",
"events_url": "https://api.github.com/users/hammer/events{/privacy}",
"followers_url": "https://api.github.com/users/hammer/followers",
"following_url": "https://api.github.com/users/hammer/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "5319e7",
"default": false,
"description": "to_sql, read_sql, read_s... | closed | false | null | [] | {
"closed_at": "2014-12-12T13:45:40Z",
"closed_issues": 173,
"created_at": "2014-10-07T14:40:52Z",
"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 | 2014-10-31T17:52:37Z | 2014-11-17T08:31:24Z | 2014-11-17T08:31:12Z | NONE | null | I'm importing data from an Excel spreadsheet and I'd like to generate a CREATE TABLE statement for PostgreSQL that matches the data I've imported from Excel.
Here's what I've got so far:
``` python
>>> import pandas as pd
>>> from sqlalchemy import create_engine
>>> import psycopg2
>>> basedata = pd.read_excel('mydat... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8697/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8697/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8698 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8698/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8698/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8698/events | https://github.com/pandas-dev/pandas/issues/8698 | 47,433,535 | MDU6SXNzdWU0NzQzMzUzNQ== | 8,698 | API/ENH: support datetime.time in a Timedelta | {
"avatar_url": "https://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": "AD7FA8",
"default": false,
"description": null,
... | 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",
... | 7 | 2014-10-31T19:07:24Z | 2015-06-11T12:48:43Z | 2015-06-11T12:42:48Z | CONTRIBUTOR | null | So this as expected. Though I its pretty straightforward to add support for this directly to a Timedelta, after the notion is the same, _though_ a `time` object can support a time-zone so not sure if this is odd (or maybe we should add an optional tz to Timedelta).
```
In [5]: from datetime import time
In [6]: time(s... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8698/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8698/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/8699 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8699/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8699/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8699/events | https://github.com/pandas-dev/pandas/pull/8699 | 47,436,040 | MDExOlB1bGxSZXF1ZXN0MjM3MDA2ODU= | 8,699 | BUG: incorrect serialization of a CustomBusinessDay in HDF5 (GH8591) | {
"avatar_url": "https://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": "0052cc",
"default": false,
"description": "DateOffsets",
"id": ... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-10-31T19:34:33Z | 2014-10-31T20:18:45Z | 2014-10-31T20:18:44Z | CONTRIBUTOR | null | closes #8591
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8699/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8699/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8699.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8699",
"merged_at": "2014-10-31T20:18:44Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8699.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8699"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8700 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8700/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8700/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8700/events | https://github.com/pandas-dev/pandas/pull/8700 | 47,446,437 | MDExOlB1bGxSZXF1ZXN0MjM3MDcxODc= | 8,700 | BUG: various Categorical fixes (GH8623) | {
"avatar_url": "https://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": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 1 | 2014-10-31T21:29:04Z | 2014-11-01T13:11:51Z | 2014-10-31T22:35:39Z | CONTRIBUTOR | null | BUG: bug in selecting from a Categorical with iloc (GH8623)
BUG: bug in groupby-transform with a Categorical (GH8623)
BUG: bug in duplicated/drop_duplicates with a Categorical (GH8623)
closes #8623
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8700/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8700/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8700.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8700",
"merged_at": "2014-10-31T22:35:39Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8700.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8700"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/8701 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/8701/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/8701/comments | https://api.github.com/repos/pandas-dev/pandas/issues/8701/events | https://github.com/pandas-dev/pandas/pull/8701 | 47,509,854 | MDExOlB1bGxSZXF1ZXN0MjM3MjEwNDI= | 8,701 | ENH: provide a null_counts keyword to df.info() to force showing of null counts | {
"avatar_url": "https://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": "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": "AD7FA... | closed | false | null | [] | {
"closed_at": "2014-11-09T12:33:59Z",
"closed_issues": 86,
"created_at": "2014-10-30T11:12:13Z",
"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/jre... | 0 | 2014-11-01T16:27:22Z | 2014-11-02T18:57:21Z | 2014-11-02T18:57:21Z | CONTRIBUTOR | null | Allows run-time control of showing of null-counts with `df.info()` (similar to what we allow with for example memory_usage in that this will override the default options for that call)
```
In [2]: df = DataFrame(1,columns=range(10),index=range(10))
In [3]: df.iloc[1,1] = np.nan
```
Default for a small frame (current... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/8701/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/8701/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/8701.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/8701",
"merged_at": "2014-11-02T18:57:21Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/8701.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/8701"
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.