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/4401 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4401/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4401/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4401/events | https://github.com/pandas-dev/pandas/issues/4401 | 17,349,760 | MDU6SXNzdWUxNzM0OTc2MA== | 4,401 | MultiIndex get_level_values method to expensive in time | {
"avatar_url": "https://avatars.githubusercontent.com/u/1769283?v=4",
"events_url": "https://api.github.com/users/vshkolyar/events{/privacy}",
"followers_url": "https://api.github.com/users/vshkolyar/followers",
"following_url": "https://api.github.com/users/vshkolyar/following{/other_user}",
"gists_url": "h... | [
{
"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": "207de5",
"default"... | 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... | 5 | 2013-07-29T16:41:35Z | 2014-05-29T18:30:27Z | 2014-05-29T18:30:27Z | NONE | null | In [287]: %timeit zip(*df.index)[0]
100000 loops, best of 3: 6.48 µs per loop
In [288]: %timeit df.index.get_level_values(0)
10000 loops, best of 3: 39.4 µs per loop
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4401/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4401/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4402 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4402/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4402/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4402/events | https://github.com/pandas-dev/pandas/issues/4402 | 17,355,290 | MDU6SXNzdWUxNzM1NTI5MA== | 4,402 | better error report when both style and color are passed to Series.plot | {
"avatar_url": "https://avatars.githubusercontent.com/u/3719065?v=4",
"events_url": "https://api.github.com/users/Meobius/events{/privacy}",
"followers_url": "https://api.github.com/users/Meobius/followers",
"following_url": "https://api.github.com/users/Meobius/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "ffa0ff",
"default": false,
"description": "In... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2013-07-29T18:29:47Z | 2013-07-31T15:33:34Z | 2013-07-31T15:33:34Z | NONE | null | The following command returns an error message for a Series
``` python
s.plot(style='k--', color='k')
```
It says that the color '[k]' is not recognized.
I am using pandas 0.11 so it may have been fixed in 0.12.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4402/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4402/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4403 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4403/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4403/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4403/events | https://github.com/pandas-dev/pandas/issues/4403 | 17,375,268 | MDU6SXNzdWUxNzM3NTI2OA== | 4,403 | Dataframe rename issue. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1404757?v=4",
"events_url": "https://api.github.com/users/halleygithub/events{/privacy}",
"followers_url": "https://api.github.com/users/halleygithub/followers",
"following_url": "https://api.github.com/users/halleygithub/following{/other_user}",
"gists... | [
{
"color": "e11d21",
"default": false,
"description": "Functionality that used to work in a prior pandas version",
"id": 32815646,
"name": "Regression",
"node_id": "MDU6TGFiZWwzMjgxNTY0Ng==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Regression"
},
{
"color": ... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 31 | 2013-07-30T03:03:33Z | 2013-08-16T02:10:14Z | 2013-07-31T01:06:11Z | NONE | null | I just upgrage from 0.11 to 0.12 version. And meet dataframe rename error caused by upgrading. (It worked well in 0.11) .
```
>>> df4
TClose RT TExg
STK_ID RPT_Date
600809 20130331 22.02 0.0454 0.0422
>>> df5
STK_ID RPT_Date STK_Name TClose
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4403/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4403/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4404 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4404/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4404/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4404/events | https://github.com/pandas-dev/pandas/pull/4404 | 17,397,108 | MDExOlB1bGxSZXF1ZXN0NzI2MjExOA== | 4,404 | fix the excel reader: hours & header | {
"avatar_url": "https://avatars.githubusercontent.com/u/11860?v=4",
"events_url": "https://api.github.com/users/timmie/events{/privacy}",
"followers_url": "https://api.github.com/users/timmie/followers",
"following_url": "https://api.github.com/users/timmie/following{/other_user}",
"gists_url": "https://api.... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 73 | 2013-07-30T13:57:58Z | 2014-06-17T12:47:53Z | 2013-08-21T23:15:09Z | CONTRIBUTOR | null | in the excel.py there is a fix enabling reading xlsx files with both
datemodes: (see #4332)
in the parsers.py there is the fix for readinh the header even if there
are additional rows (to be skipped) between a header and the data (see: #4340)
I hope this PR is adequate. If not, please let me know.
I can supply the sam... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4404/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4404/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4404.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4404",
"merged_at": "2013-08-21T23:15:09Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4404.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4404"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4405 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4405/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4405/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4405/events | https://github.com/pandas-dev/pandas/issues/4405 | 17,406,807 | MDU6SXNzdWUxNzQwNjgwNw== | 4,405 | string truncation when using Series.astype(str) | {
"avatar_url": "https://avatars.githubusercontent.com/u/73973?v=4",
"events_url": "https://api.github.com/users/mariusvniekerk/events{/privacy}",
"followers_url": "https://api.github.com/users/mariusvniekerk/followers",
"following_url": "https://api.github.com/users/mariusvniekerk/following{/other_user}",
"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": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2013-07-30T16:49:30Z | 2016-10-12T23:04:03Z | 2013-08-03T03:29:56Z | NONE | null | When converting a pandas Series object to type string using `astype(str)`, long strings are truncated to 64 characters silently.
Pandas version: 0.12
Numpy version: 1.7.1
``` python
In [1]: s = '0123456789' * 10
In [2]: tmp = np.array([s]).astype(str)
tmp
Out[2]: array([ '01234567890123456789012345678901... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4405/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4405/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4406 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4406/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4406/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4406/events | https://github.com/pandas-dev/pandas/pull/4406 | 17,411,186 | MDExOlB1bGxSZXF1ZXN0NzI3MDAzMQ== | 4,406 | BUG: Fix an issue with the csv cparser when usecols is used | {
"avatar_url": "https://avatars.githubusercontent.com/u/1305065?v=4",
"events_url": "https://api.github.com/users/tr11/events{/privacy}",
"followers_url": "https://api.github.com/users/tr11/followers",
"following_url": "https://api.github.com/users/tr11/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2013-07-30T18:13:27Z | 2014-06-24T15:22:39Z | 2013-07-30T23:10:06Z | CONTRIBUTOR | null | closes #3192
This pull request fixes a problem arising from using the csv parser with the usecols option. In that case, all the dtypes will be converted to object. This code fixes that issue, resulting in the correct dtypes.
Thanks,
Tiago
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4406/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4406/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4406.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4406",
"merged_at": "2013-07-30T23:10:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4406.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4406"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4407 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4407/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4407/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4407/events | https://github.com/pandas-dev/pandas/issues/4407 | 17,411,740 | MDU6SXNzdWUxNzQxMTc0MA== | 4,407 | Add Support For Reading XBRL Files in Pandas | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "06909A",
"default": false,
"description": "IO issue... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 3 | 2013-07-30T18:24:04Z | 2016-11-11T10:25:39Z | 2016-11-11T10:25:29Z | CONTRIBUTOR | null | XBRL (http://en.wikipedia.org/wiki/XBRL) is the standard format for financial filings.
As of 2009, the SEC requires companies to file in XBRL format (http://xbrl.sec.gov/)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4407/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4407/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4408 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4408/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4408/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4408/events | https://github.com/pandas-dev/pandas/issues/4408 | 17,422,970 | MDU6SXNzdWUxNzQyMjk3MA== | 4,408 | version 0.12.0: problems interacting subplots and DataFrame().hist() | {
"avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4",
"events_url": "https://api.github.com/users/bluefir/events{/privacy}",
"followers_url": "https://api.github.com/users/bluefir/followers",
"following_url": "https://api.github.com/users/bluefir/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "e11d21",
"default": false,
"description": "Fu... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2013-07-30T21:54:35Z | 2016-10-12T23:04:03Z | 2013-07-31T15:33:33Z | NONE | null | I run Python 2.7.5 on Windows 7 64-bit and IPython 0.13.2.
I have a data frame with some portfolio weights and I do the following:
```
def weight_histograms(field, name, bins=100):
if flag_inline:
plt.figure(figsize=(16, 8))
else:
plt.figure()
plt.subplot(121)
portfolio_data[field].his... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4408/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4408/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4409 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4409/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4409/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4409/events | https://github.com/pandas-dev/pandas/issues/4409 | 17,425,965 | MDU6SXNzdWUxNzQyNTk2NQ== | 4,409 | API: HDFStore closing is buggy | {
"avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4",
"events_url": "https://api.github.com/users/michaelaye/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelaye/followers",
"following_url": "https://api.github.com/users/michaelaye/following{/other_user}",
"gists_url": "... | [
{
"color": "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": "r... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 14 | 2013-07-30T23:08:27Z | 2013-08-02T00:33:27Z | 2013-08-02T00:33:27Z | CONTRIBUTOR | null | Testing and playing with HDFStores a lot, I have found several times that a store.close() leaves things hanging, like this:
``` python
store.close()
# no output
store
ClosedFileError: the file object is closed
df.to_hdf('test.h5','df',data_columns=['A','B'],mode='w',table=True)
ValueError: The file 'test.h5' is alread... | {
"+1": 3,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 3,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4409/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4409/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4410 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4410/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4410/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4410/events | https://github.com/pandas-dev/pandas/pull/4410 | 17,428,324 | MDExOlB1bGxSZXF1ZXN0NzI3OTc0OA== | 4,410 | BUG: Fix an issue in merging blocks where the resulting DataFrame had partially set _ref_locs | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2013-07-31T00:17:47Z | 2014-06-19T20:25:43Z | 2013-07-31T01:06:11Z | CONTRIBUTOR | null | closes #4403
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4410/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4410/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4410.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4410",
"merged_at": "2013-07-31T01:06:11Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4410.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4410"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4411 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4411/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4411/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4411/events | https://github.com/pandas-dev/pandas/issues/4411 | 17,429,521 | MDU6SXNzdWUxNzQyOTUyMQ== | 4,411 | Panel data lost when calling .values | {
"avatar_url": "https://avatars.githubusercontent.com/u/2974689?v=4",
"events_url": "https://api.github.com/users/rbakhru/events{/privacy}",
"followers_url": "https://api.github.com/users/rbakhru/followers",
"following_url": "https://api.github.com/users/rbakhru/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2013-07-31T00:59:51Z | 2013-09-20T22:58:55Z | 2013-09-20T22:58:55Z | NONE | null | Using Pandas 0.11 (this does not happen on 0.09):
``` python
In [114]: print panel
<class 'pandas.core.panel.Panel'>
Dimensions: 7 (items) x 6 (major_axis) x 14 (minor_axis)
Items axis: ticker1 to ticker7
Major_axis axis: 2013-07-23 00:00:00 to 2013-07-30 00:00:00
Minor_axis axis: fut_trading_hrs to exp_date
In [115... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4411/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4411/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4412 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4412/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4412/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4412/events | https://github.com/pandas-dev/pandas/issues/4412 | 17,430,155 | MDU6SXNzdWUxNzQzMDE1NQ== | 4,412 | DOC: Update docs to reflect actual version support. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2013-07-31T01:24:12Z | 2013-08-10T12:07:18Z | 2013-08-10T12:07:18Z | CONTRIBUTOR | null | I don't think this is true anymore (from install.html on pandas site)
> Officially Python 2.6 to 2.7 and Python 3.1+, although Python 3 support is less well tested. Python 2.4 support is being phased out since the userbase has shrunk significantly. Continuing Python 2.4 support will require either monetary development... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4412/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4412/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4413 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4413/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4413/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4413/events | https://github.com/pandas-dev/pandas/issues/4413 | 17,431,209 | MDU6SXNzdWUxNzQzMTIwOQ== | 4,413 | DeprecationWarning: height has been deprecated | {
"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"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2013-07-31T02:14:13Z | 2013-08-02T09:37:02Z | 2013-08-02T09:37:02Z | CONTRIBUTOR | null | I just upgraded to the latest stable version of Pandas:
```
import pandas as pd
import numpy as np
pd.DataFrame(np.random.random((10,5)))
```
returns the following warning:
```
/opt/python/virtualenvs/work/lib/python2.7/site-packages/pandas/core/config.py:570: DeprecationWarning: height has been deprecated.
```... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4413/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4413/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4414 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4414/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4414/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4414/events | https://github.com/pandas-dev/pandas/pull/4414 | 17,433,401 | MDExOlB1bGxSZXF1ZXN0NzI4MjM0Ng== | 4,414 | BUG/VIS: fix Series.hist so that users can create hist subplots without the mpl API | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2013-07-31T03:56:52Z | 2014-06-25T07:26:53Z | 2013-07-31T15:33:34Z | MEMBER | null | closes #4408.
closes #4402.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4414/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4414/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4414.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4414",
"merged_at": "2013-07-31T15:33:33Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4414.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4414"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4415 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4415/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4415/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4415/events | https://github.com/pandas-dev/pandas/issues/4415 | 17,450,038 | MDU6SXNzdWUxNzQ1MDAzOA== | 4,415 | pd.HDFStore issues PerformanceWarnings for string columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4",
"events_url": "https://api.github.com/users/bluefir/events{/privacy}",
"followers_url": "https://api.github.com/users/bluefir/followers",
"following_url": "https://api.github.com/users/bluefir/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 7 | 2013-07-31T13:03:36Z | 2013-07-31T15:42:46Z | 2013-07-31T15:42:46Z | NONE | null | I get the following performance warning
> C:\Python27\lib\site-packages\pandas\io\pytables.py:1795: PerformanceWarning:
> your performance may suffer as PyTables will pickle object types that it cannot map
> directly to c-types [inferred_type->mixed,key->block2_values]
>
> warnings.warn(ws, PerformanceWarning)
for... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4415/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4415/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4416 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4416/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4416/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4416/events | https://github.com/pandas-dev/pandas/issues/4416 | 17,455,684 | MDU6SXNzdWUxNzQ1NTY4NA== | 4,416 | run all tests now that travis is faster for all versions | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"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": "a2bca7",
"d... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 18 | 2013-07-31T14:50:47Z | 2013-08-15T01:18:00Z | 2013-08-07T17:50:22Z | MEMBER | null | I think it could be time to start running all tests (slow + not slow) since travis has been sped up quite a bit by wheels and now py3 builds don't use `2to3`
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4416/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4416/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4417 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4417/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4417/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4417/events | https://github.com/pandas-dev/pandas/pull/4417 | 17,457,644 | MDExOlB1bGxSZXF1ZXN0NzI5NTE5MA== | 4,417 | API: GH4409 HDFStore adds an is_open property / CLOSED message | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2013-07-31T15:22:50Z | 2014-06-16T14:00:58Z | 2013-08-02T00:33:27Z | CONTRIBUTOR | null | closes #4409
closes #4367
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4417/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4417/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4417.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4417",
"merged_at": "2013-08-02T00:33:26Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4417.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4417"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4418 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4418/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4418/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4418/events | https://github.com/pandas-dev/pandas/issues/4418 | 17,457,688 | MDU6SXNzdWUxNzQ1NzY4OA== | 4,418 | make doc no longer works | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "3465A4",
"default": false,
... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2013-07-31T15:23:34Z | 2013-08-01T11:41:40Z | 2013-08-01T11:41:40Z | MEMBER | null | there's a relative import issue
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4418/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4418/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4419 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4419/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4419/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4419/events | https://github.com/pandas-dev/pandas/pull/4419 | 17,458,560 | MDExOlB1bGxSZXF1ZXN0NzI5NTY5NA== | 4,419 | FIX: doc imports | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 37 | 2013-07-31T15:38:31Z | 2014-07-16T08:21:17Z | 2013-08-01T11:41:40Z | MEMBER | null | Bunch of doc build cleanups
closes #4418.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4419/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4419/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4419.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4419",
"merged_at": "2013-08-01T11:41:40Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4419.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4419"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4420 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4420/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4420/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4420/events | https://github.com/pandas-dev/pandas/issues/4420 | 17,462,433 | MDU6SXNzdWUxNzQ2MjQzMw== | 4,420 | question: filling missing values in one column with values from another column | {
"avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4",
"events_url": "https://api.github.com/users/bluefir/events{/privacy}",
"followers_url": "https://api.github.com/users/bluefir/followers",
"following_url": "https://api.github.com/users/bluefir/following{/other_user}",
"gists_url": "https:/... | [] | closed | false | null | [] | null | 13 | 2013-07-31T16:44:57Z | 2013-08-01T10:29:45Z | 2013-08-01T10:28:27Z | NONE | null | Is there a more concise way of accomplishing the following?
```
portfolio_data[FIELD_NAME_COUNTRY] = portfolio_data[FIELD_NAME_ISSUER_COUNTRY]
countries = portfolio_data[FIELD_NAME_COUNTRY]
flag_no_country = countries.isnull()
countries[flag_no_country] = portfolio_data.ix[flag_no_country, FIELD_NAME_MSCI_COUNTRY]
por... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4420/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4420/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4421 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4421/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4421/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4421/events | https://github.com/pandas-dev/pandas/issues/4421 | 17,475,686 | MDU6SXNzdWUxNzQ3NTY4Ng== | 4,421 | ENH/API: DataFrame's isin should accept DataFrames | {
"avatar_url": "https://avatars.githubusercontent.com/u/1312546?v=4",
"events_url": "https://api.github.com/users/TomAugspurger/events{/privacy}",
"followers_url": "https://api.github.com/users/TomAugspurger/followers",
"following_url": "https://api.github.com/users/TomAugspurger/following{/other_user}",
"gi... | [
{
"color": "AD7FA8",
"default": false,
"description": null,
"id": 35818298,
"name": "API Design",
"node_id": "MDU6TGFiZWwzNTgxODI5OA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/API%20Design"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 14 | 2013-07-31T20:43:46Z | 2014-05-01T13:52:50Z | 2013-10-17T20:49:58Z | CONTRIBUTOR | null | From [this](http://stackoverflow.com/questions/17979327/drop-rows-with-multiple-keys-in-pandas/17979614?noredirect=1#comment26286280_17979614) SO question.
The user had two dataframes and wanted to use the second as the values argument to `isin`.
We'd need to think about how to handle the other index. In this case ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4421/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4421/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4422 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4422/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4422/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4422/events | https://github.com/pandas-dev/pandas/issues/4422 | 17,476,704 | MDU6SXNzdWUxNzQ3NjcwNA== | 4,422 | BLD: Improve import order in `pandas/__init__.py` | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"color": "0052cc",
"default": false,
"description": null,
"id": 34444536,
"name": "Usage Question",
"node_id": "MDU6TGFiZWwzNDQ0NDUzNg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Usage%20Question"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2013-07-31T21:03:32Z | 2013-08-10T01:52:13Z | 2013-08-10T01:52:13Z | CONTRIBUTOR | null | I'm going to look into this at some point and see if it can be made better. You end up with cryptic error messages on importing pandas if there are any kind of top level errors because (for some reason), issues with nearly _any_ `*.py` file cause the exception below. My theory is that it's because the C-extensions impo... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4422/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4422/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4423 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4423/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4423/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4423/events | https://github.com/pandas-dev/pandas/issues/4423 | 17,484,977 | MDU6SXNzdWUxNzQ4NDk3Nw== | 4,423 | Add join to the pandas namespace | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2013-08-01T00:25:40Z | 2013-10-18T00:21:35Z | 2013-09-28T17:03:06Z | CONTRIBUTOR | null | Currently `merge` is a function in the pandas namespace, and it is also available as a DataFrame instance method, with the calling DataFrame being implicitly considered the left object in the join.
However, the related DataFrame.join method, which uses merge internally for the index-on-index and index-on-column(s) joi... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4423/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4423/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4424 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4424/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4424/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4424/events | https://github.com/pandas-dev/pandas/issues/4424 | 17,486,896 | MDU6SXNzdWUxNzQ4Njg5Ng== | 4,424 | pytables interface does not provide kwargs to create_index at append | {
"avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4",
"events_url": "https://api.github.com/users/michaelaye/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelaye/followers",
"following_url": "https://api.github.com/users/michaelaye/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2013-08-01T01:46:48Z | 2013-08-01T18:52:50Z | 2013-08-01T18:52:50Z | CONTRIBUTOR | null | The following last lines from `_write_to_group()` from io/pytables.py show that kwargs are available but are not provided to create_index(). This prevents the user from creating a `kind='full'` index at `append` time:
``` python
s.write(obj = value, append=append, complib=complib, **kwargs)
if s.is_table and 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/4424/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4424/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4425 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4425/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4425/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4425/events | https://github.com/pandas-dev/pandas/pull/4425 | 17,486,992 | MDExOlB1bGxSZXF1ZXN0NzMxMTQ3OA== | 4,425 | providing kwargs to create_index at store.append() | {
"avatar_url": "https://avatars.githubusercontent.com/u/69774?v=4",
"events_url": "https://api.github.com/users/michaelaye/events{/privacy}",
"followers_url": "https://api.github.com/users/michaelaye/followers",
"following_url": "https://api.github.com/users/michaelaye/following{/other_user}",
"gists_url": "... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 4 | 2013-08-01T01:52:06Z | 2013-08-04T06:53:01Z | 2013-08-01T18:52:39Z | CONTRIBUTOR | null | This should enable the creation of a 'full' index at append time.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4425/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4425/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4425.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4425",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/4425.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4425"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4426 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4426/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4426/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4426/events | https://github.com/pandas-dev/pandas/issues/4426 | 17,498,363 | MDU6SXNzdWUxNzQ5ODM2Mw== | 4,426 | json in toplevel namespace | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "AD7FA8",
"default": false,
... | 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... | 6 | 2013-08-01T09:35:42Z | 2017-07-09T02:30:15Z | 2017-07-09T02:30:02Z | CONTRIBUTOR | null | Has the json module always been here (I thought it was only np and datetime)?
```
pd.json
```
Should it be? confusingly I can't actually see where it's coming from...
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4426/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4426/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4427 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4427/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4427/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4427/events | https://github.com/pandas-dev/pandas/issues/4427 | 17,499,221 | MDU6SXNzdWUxNzQ5OTIyMQ== | 4,427 | DR/NWK: 0.12.0: nosetests: one fail | {
"avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4",
"events_url": "https://api.github.com/users/bluefir/events{/privacy}",
"followers_url": "https://api.github.com/users/bluefir/followers",
"following_url": "https://api.github.com/users/bluefir/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": "e4a5f1",
"d... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 22 | 2013-08-01T09:59:04Z | 2013-09-20T23:15:40Z | 2013-09-20T17:25:43Z | NONE | null | Python 2.7.5, Windows 7 64-bit
> .........................F.........SSS.....SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS
> SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS.SSS.................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/4427/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4427/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4428 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4428/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4428/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4428/events | https://github.com/pandas-dev/pandas/issues/4428 | 17,499,455 | MDU6SXNzdWUxNzQ5OTQ1NQ== | 4,428 | Add stack argument to str.findall | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "String e... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 4 | 2013-08-01T10:05:20Z | 2020-05-03T19:53:58Z | 2020-05-03T19:53:58Z | CONTRIBUTOR | null | Some of the string methods return a Series of lists (e.g. findall) which isn't that convenient for doing more analysis:
```
df = pd.DataFrame([['@a @b'], ['@a'], ['@c']], columns=['tweets'])
at_mentions = df.tweets.str.findall('@[a-zA-Z0-9_]+')
In [3]: at_mentions
Out[3]:
0 [@a, @b]
1 [@a]
2 [@c]
Nam... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4428/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4428/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4429 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4429/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4429/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4429/events | https://github.com/pandas-dev/pandas/issues/4429 | 17,499,821 | MDU6SXNzdWUxNzQ5OTgyMQ== | 4,429 | 0.12.0 doesn't work with statsmodels 0.5.0 | {
"avatar_url": "https://avatars.githubusercontent.com/u/1903683?v=4",
"events_url": "https://api.github.com/users/bluefir/events{/privacy}",
"followers_url": "https://api.github.com/users/bluefir/followers",
"following_url": "https://api.github.com/users/bluefir/following{/other_user}",
"gists_url": "https:/... | [
{
"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": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 21 | 2013-08-01T10:14:54Z | 2013-08-19T20:29:23Z | 2013-08-02T15:26:32Z | NONE | null | ```
ols = pd.ols(y=portfolio_weights, x=alphas, intercept=intercept)
```
> ---
>
> ImportError Traceback (most recent call last)
> <ipython-input-53-2a147656afb3> in <module>()
> 1 # Regress weights on alphas
> ----> 2 ols = pd.ols(y=portfolio_weights, x=alphas, intercept=intercept... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4429/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4429/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4430 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4430/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4430/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4430/events | https://github.com/pandas-dev/pandas/pull/4430 | 17,508,359 | MDExOlB1bGxSZXF1ZXN0NzMyMjkxMw== | 4,430 | TST: better assertion messages on test failures (GH4397) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 9 | 2013-08-01T13:56:39Z | 2014-07-16T08:21:21Z | 2013-08-01T14:31:05Z | CONTRIBUTOR | null | closes #4397
a start at least
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4430/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4430/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4430.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4430",
"merged_at": "2013-08-01T14:31:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4430.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4430"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4431 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4431/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4431/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4431/events | https://github.com/pandas-dev/pandas/issues/4431 | 17,516,077 | MDU6SXNzdWUxNzUxNjA3Nw== | 4,431 | date_range not defined error | {
"avatar_url": "https://avatars.githubusercontent.com/u/3614501?v=4",
"events_url": "https://api.github.com/users/avwilliams/events{/privacy}",
"followers_url": "https://api.github.com/users/avwilliams/followers",
"following_url": "https://api.github.com/users/avwilliams/following{/other_user}",
"gists_url":... | [] | closed | false | null | [] | null | 5 | 2013-08-01T16:14:05Z | 2013-08-01T16:48:41Z | 2013-08-01T16:48:41Z | NONE | null | http://pandas.pydata.org/pandas-docs/stable/10min.html
Setting
```
In [63]: s1 = pd.Series([1,2,3,4,5,6],index=date_range('20130102',periods=6))
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-63-bfe1... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4431/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4431/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4432 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4432/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4432/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4432/events | https://github.com/pandas-dev/pandas/pull/4432 | 17,523,601 | MDExOlB1bGxSZXF1ZXN0NzMzMTQyNQ== | 4,432 | BUG: Fixes issue #3334: brittle margin in pivot_table. | {
"avatar_url": "https://avatars.githubusercontent.com/u/1184478?v=4",
"events_url": "https://api.github.com/users/guyrt/events{/privacy}",
"followers_url": "https://api.github.com/users/guyrt/followers",
"following_url": "https://api.github.com/users/guyrt/following{/other_user}",
"gists_url": "https://api.g... | [] | closed | false | null | [] | null | 0 | 2013-08-01T18:41:53Z | 2014-06-23T03:12:36Z | 2013-08-01T18:47:28Z | CONTRIBUTOR | null | closes #3334 Brittle pivot margins
Issue was that pivot tables that use all columns of the original DataFrame in rows and cols failed on the margin computation. This is a special case for margins: one should use the index itself as the value.
```
>> df = DataFrame({'Response' : ['Y', 'N' ,'N', 'Y', 'Y', '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/4432/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4432/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4432.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4432",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/4432.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4432"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4433 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4433/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4433/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4433/events | https://github.com/pandas-dev/pandas/pull/4433 | 17,525,140 | MDExOlB1bGxSZXF1ZXN0NzMzMjI5OQ== | 4,433 | BUG: Fixes issue #3334: brittle margin computation in pivot_table | {
"avatar_url": "https://avatars.githubusercontent.com/u/1184478?v=4",
"events_url": "https://api.github.com/users/guyrt/events{/privacy}",
"followers_url": "https://api.github.com/users/guyrt/followers",
"following_url": "https://api.github.com/users/guyrt/following{/other_user}",
"gists_url": "https://api.g... | [] | closed | false | null | [] | null | 0 | 2013-08-01T19:08:57Z | 2013-08-01T19:14:11Z | 2013-08-01T19:14:11Z | CONTRIBUTOR | null | Adds support for margin computation when all columns are used in rows and cols.
Issue was that pivot tables that use all columns of the original DataFrame in rows and cols failed on the margin computation. This is a special case for margins: one should use the index itself as the value.
```
>> df = DataFrame({'Respon... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4433/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4433/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4433.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4433",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/4433.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4433"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4434 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4434/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4434/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4434/events | https://github.com/pandas-dev/pandas/issues/4434 | 17,528,959 | MDU6SXNzdWUxNzUyODk1OQ== | 4,434 | ENH: Richer options for `interpolate` and `resample` | {
"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": "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": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 27 | 2013-08-01T20:21:41Z | 2013-10-09T20:30:19Z | 2013-10-09T20:30:19Z | CONTRIBUTOR | null | related #1892, #1479
Is there any interest in giving interpolate and resample (to higher frequency) some additional methods?
For example:
``` python
from scipy import interpolate
df = pd.DataFrame({'A': np.arange(10), 'B': np.exp(np.arange(10) + np.random.randn())})
xnew = np.arange(10) + .5
In [46]: df.interpolate... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4434/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4434/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4435 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4435/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4435/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4435/events | https://github.com/pandas-dev/pandas/issues/4435 | 17,538,750 | MDU6SXNzdWUxNzUzODc1MA== | 4,435 | COMPAT: numpy compat with array methods in >= 1.7 | {
"avatar_url": "https://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": "AD7... | closed | false | {
"avatar_url": "https://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://... | [
{
"avatar_url": "https://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_u... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2013-08-02T00:23:37Z | 2014-05-08T23:10:20Z | 2013-09-29T19:20:49Z | CONTRIBUTOR | null | This is and API change in numpy >= 1.7, but need to work around. Numpy now
looks at the structure for a p`rod` method (if the function is not operating on a numpy array), if it has one, then it passes the arguments
`axis,dtype,out`, currently these types of methods only aceept `axis`, need to accept `dtype,out` as dum... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4435/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4435/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4436 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4436/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4436/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4436/events | https://github.com/pandas-dev/pandas/pull/4436 | 17,542,550 | MDExOlB1bGxSZXF1ZXN0NzM0MjIwNw== | 4,436 | DOC: Fix typo | {
"avatar_url": "https://avatars.githubusercontent.com/u/1297788?v=4",
"events_url": "https://api.github.com/users/kyleam/events{/privacy}",
"followers_url": "https://api.github.com/users/kyleam/followers",
"following_url": "https://api.github.com/users/kyleam/following{/other_user}",
"gists_url": "https://ap... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2013-08-02T03:03:21Z | 2014-07-16T08:21:25Z | 2013-08-02T03:43:08Z | CONTRIBUTOR | null | Fixes minor typo in groupby documentation
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4436/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4436/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4436.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4436",
"merged_at": "2013-08-02T03:43:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4436.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4436"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4437 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4437/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4437/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4437/events | https://github.com/pandas-dev/pandas/pull/4437 | 17,543,782 | MDExOlB1bGxSZXF1ZXN0NzM0Mjc3NA== | 4,437 | BUG: fix string truncation for astype(str) | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2013-08-02T04:07:23Z | 2014-06-13T02:10:37Z | 2013-08-03T03:29:56Z | MEMBER | null | closes #4405.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4437/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4437/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4437.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4437",
"merged_at": "2013-08-03T03:29:56Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4437.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4437"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4438 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4438/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4438/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4438/events | https://github.com/pandas-dev/pandas/issues/4438 | 17,543,850 | MDU6SXNzdWUxNzU0Mzg1MA== | 4,438 | formatting_info is not passed to xlrd.open_workbook.when using ExcelFile | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [
{
"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-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 1 | 2013-08-02T04:11:13Z | 2013-09-28T20:43:47Z | 2013-09-28T20:43:47Z | CONTRIBUTOR | null | I will submit PR
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4438/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4438/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4439 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4439/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4439/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4439/events | https://github.com/pandas-dev/pandas/pull/4439 | 17,543,903 | MDExOlB1bGxSZXF1ZXN0NzM0MjgyNg== | 4,439 | ENH Pass kwds from ExcelFile ctr to xlrd.open_workbook. For example, thi... | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gis... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 35 | 2013-08-02T04:14:51Z | 2014-06-19T06:15:44Z | 2013-09-24T03:43:05Z | CONTRIBUTOR | null | ...s allows setting formatting_info=True (GH4438)
closes #4438
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4439/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4439/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4439.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4439",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/4439.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4439"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4440 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4440/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4440/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4440/events | https://github.com/pandas-dev/pandas/pull/4440 | 17,544,189 | MDExOlB1bGxSZXF1ZXN0NzM0Mjk3Ng== | 4,440 | BUG: allow cumprod and cumsum to work with bool dtypes | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2013-08-02T04:30:40Z | 2014-06-14T00:02:11Z | 2013-08-07T19:17:18Z | MEMBER | null | closes #4170.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4440/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4440/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4440.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4440",
"merged_at": "2013-08-07T19:17:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4440.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4440"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4441 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4441/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4441/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4441/events | https://github.com/pandas-dev/pandas/issues/4441 | 17,544,269 | MDU6SXNzdWUxNzU0NDI2OQ== | 4,441 | rank correlation in rolling_corr? | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"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": "006b75",
"default": false,
"description": "Arithmet... | 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... | 2 | 2013-08-02T04:36:00Z | 2018-07-06T22:52:56Z | 2018-07-06T22:52:55Z | MEMBER | null | from [this](http://stackoverflow.com/q/17998284/564538) SO question
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4441/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4441/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4442 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4442/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4442/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4442/events | https://github.com/pandas-dev/pandas/issues/4442 | 17,547,166 | MDU6SXNzdWUxNzU0NzE2Ng== | 4,442 | .loc function failed | {
"avatar_url": "https://avatars.githubusercontent.com/u/1488374?v=4",
"events_url": "https://api.github.com/users/goog/events{/privacy}",
"followers_url": "https://api.github.com/users/goog/followers",
"following_url": "https://api.github.com/users/goog/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | null | 2 | 2013-08-02T07:04:25Z | 2013-08-02T09:54:24Z | 2013-08-02T09:53:38Z | NONE | null | env: windows 7 64bit, pandas 0.12
``` python
In [106]: res
Out[106]:
<class 'pandas.core.frame.DataFrame'>
Int64Index: 93705 entries, 13 to 93713
Columns: 3561 entries, 2) to 3561)
dtypes: float64(3561)
In [107]: res.loc[12]
Out[107]:
0
2) 3.362026
3) 1.574658
4) 1.905283
6) 2.069734
8) 4.777519... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4442/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4442/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4443 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4443/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4443/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4443/events | https://github.com/pandas-dev/pandas/issues/4443 | 17,555,409 | MDU6SXNzdWUxNzU1NTQwOQ== | 4,443 | MultiIndex loc for value not in index | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "0b02e1",
"default": false,
"description": "Related to indexing on series/frames, not to indexes themselves",
"id": 2822098,
"name": "Indexing",
"node_id": "MDU6TGFiZWwyODIyMDk4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Indexing"
}
] | closed | false | null | [] | null | 8 | 2013-08-02T11:18:29Z | 2013-08-02T14:00:11Z | 2013-08-02T13:10:35Z | CONTRIBUTOR | null | example:
```
In [11]: s = pd.Series({(0, 0): 1, (0, 1): 2, (0, 3): 3, (1, 0): 1, (1, 2): 4, (3, 0): 5})
In [12]: s.loc[(1, 0):]
Out[12]:
(1, 0) 1
(1, 2) 4
(3, 0) 5
dtype: int64
In [13]: s.loc[(1, 1):]
KeyError: 'start bound [(1, 1)] is not the [index]'
```
Should this work? cc @jreback
_From [SO question... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4443/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4443/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4444 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4444/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4444/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4444/events | https://github.com/pandas-dev/pandas/issues/4444 | 17,558,230 | MDU6SXNzdWUxNzU1ODIzMA== | 4,444 | get_dummies docs | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "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": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 20 | 2013-08-02T12:45:33Z | 2013-10-21T22:23:36Z | 2013-10-21T22:23:25Z | CONTRIBUTOR | null | Should put this in the online docs and elaborate / add an example to the docstring.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4444/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4444/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4445 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4445/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4445/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4445/events | https://github.com/pandas-dev/pandas/pull/4445 | 17,558,384 | MDExOlB1bGxSZXF1ZXN0NzM1MDQ2Nw== | 4,445 | TST: test updates for testing | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-08-02T12:49:38Z | 2014-06-22T03:02:33Z | 2013-08-02T12:49:43Z | CONTRIBUTOR | null | fixup testing as @jtratener suggest
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4445/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4445/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4445.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4445",
"merged_at": "2013-08-02T12:49:43Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4445.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4445"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4446 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4446/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4446/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4446/events | https://github.com/pandas-dev/pandas/issues/4446 | 17,559,043 | MDU6SXNzdWUxNzU1OTA0Mw== | 4,446 | get_dummies with NaN | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2013-08-02T13:06:41Z | 2013-08-26T23:43:59Z | 2013-08-26T23:43:59Z | CONTRIBUTOR | null | get_dummies seems to get caught out by NaNs
```
In [11]: s1 = pd.Series(['a', 'a', np.nan, 'c', 'c', 'c'])
In [12]: s1
Out[12]:
0 a
1 a
2 NaN
3 c
4 c
5 c
dtype: object
In [13]: pd.get_dummies(s1)
Out[13]:
a c
0 1 0
1 1 0
2 0 1
3 0 1
4 0 1
5 0 1
```
A rogue c has been us... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4446/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4446/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4447 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4447/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4447/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4447/events | https://github.com/pandas-dev/pandas/issues/4447 | 17,562,816 | MDU6SXNzdWUxNzU2MjgxNg== | 4,447 | Filter of grouped dataframe raises ValueError | {
"avatar_url": "https://avatars.githubusercontent.com/u/5148114?v=4",
"events_url": "https://api.github.com/users/mattemathias/events{/privacy}",
"followers_url": "https://api.github.com/users/mattemathias/followers",
"following_url": "https://api.github.com/users/mattemathias/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": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 15 | 2013-08-02T14:26:57Z | 2013-10-13T23:37:53Z | 2013-10-13T23:37:53Z | NONE | null | see also #4527
When trying to filter a grouped dataframe with more than 2 columns raises an ValueError:
``` python
In [90]: dff = pd.DataFrame({'A': np.arange(8), 'B': list('aabbbbcc'), 'C': np.arange(8)})
In [91]: dff.groupby('B').filter(lambda x: len(x) > 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/4447/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4447/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4448 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4448/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4448/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4448/events | https://github.com/pandas-dev/pandas/issues/4448 | 17,565,350 | MDU6SXNzdWUxNzU2NTM1MA== | 4,448 | 10 min to pandas: Reshaping: NameError - name 'lzip' not defined | {
"avatar_url": "https://avatars.githubusercontent.com/u/3614501?v=4",
"events_url": "https://api.github.com/users/avwilliams/events{/privacy}",
"followers_url": "https://api.github.com/users/avwilliams/followers",
"following_url": "https://api.github.com/users/avwilliams/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"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 11 | 2013-08-02T15:17:00Z | 2016-10-12T23:04:04Z | 2013-08-02T18:43:57Z | NONE | null | I am up to reshaping and got the below error.
## In [127]: tuples = lzip(*[['bar', 'bar', 'baz', 'baz', 'foo', 'foo', 'qux', 'qux'],['one', 'two', 'one', 'two', 'one', 'two', 'one', 'two']])
NameError Traceback (most recent call last)
<ipython-input-127-e86111d4f47b> in <module>()
---->... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4448/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4448/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4449 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4449/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4449/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4449/events | https://github.com/pandas-dev/pandas/issues/4449 | 17,575,817 | MDU6SXNzdWUxNzU3NTgxNw== | 4,449 | 10 min to pandas: Plotting: NameError - name 'plt' not defined | {
"avatar_url": "https://avatars.githubusercontent.com/u/3614501?v=4",
"events_url": "https://api.github.com/users/avwilliams/events{/privacy}",
"followers_url": "https://api.github.com/users/avwilliams/followers",
"following_url": "https://api.github.com/users/avwilliams/following{/other_user}",
"gists_url":... | [] | closed | false | null | [] | null | 11 | 2013-08-02T18:58:56Z | 2013-08-02T23:21:23Z | 2013-08-02T23:21:23Z | NONE | null | 10 min to pandas, p to Plotting and got the below
In [187]: df = pd.DataFrame(np.random.randn(1000, 4), index=ts.index, columns=['A', 'B', 'C', 'D'])
In [188]: df = df.cumsum()
In [189]: plt.figure(); df.plot(); plt.legend(loc='best')---------------------------------------------------------------------------
NameErr... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4449/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4449/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4450 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4450/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4450/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4450/events | https://github.com/pandas-dev/pandas/pull/4450 | 17,581,635 | MDExOlB1bGxSZXF1ZXN0NzM2MzQzNA== | 4,450 | DOC: lrange, lzip --> list(range and list(zip | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 4 | 2013-08-02T21:04:09Z | 2014-06-29T23:18:48Z | 2013-08-02T23:17:27Z | CONTRIBUTOR | null | Internally, definitely want to use `lzip` and `lrange`, but for clarity I think it's better to just use the written out versions of them, especially since they aren't really key components of pandas. (and generally would not expect someone working through an example to care about compatibility issues).
This only chang... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4450/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4450/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4450.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4450",
"merged_at": "2013-08-02T23:17:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4450.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4450"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4451 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4451/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4451/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4451/events | https://github.com/pandas-dev/pandas/pull/4451 | 17,582,675 | MDExOlB1bGxSZXF1ZXN0NzM2Mzk2MA== | 4,451 | TST: pandas/util/testing : test improvements and cleanups | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | null | 16 | 2013-08-02T21:25:27Z | 2014-07-16T08:21:34Z | 2013-08-02T23:21:57Z | CONTRIBUTOR | null | A few things
1. Make with-statement-capable `assertRaises` and `assertRaisesRegexp` (which I want to use later in a cleanup of some of the parser tests).
2. Earlier introduction of `assert_attr_equal` changed it so that, if one object had an attribute that was `None` and the other did not have that attribute at all, 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/4451/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4451/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4451.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4451",
"merged_at": "2013-08-02T23:21:57Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4451.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4451"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4452 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4452/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4452/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4452/events | https://github.com/pandas-dev/pandas/issues/4452 | 17,586,651 | MDU6SXNzdWUxNzU4NjY1MQ== | 4,452 | pip --proxy=foo.com install pandas fails to download numpy dependency | {
"avatar_url": "https://avatars.githubusercontent.com/u/1458281?v=4",
"events_url": "https://api.github.com/users/lemonlaug/events{/privacy}",
"followers_url": "https://api.github.com/users/lemonlaug/followers",
"following_url": "https://api.github.com/users/lemonlaug/following{/other_user}",
"gists_url": "h... | [] | 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... | 9 | 2013-08-02T23:12:25Z | 2018-06-28T02:28:14Z | 2018-06-28T02:28:14Z | NONE | null | I believe the problem here is that setup.py is trying to install numpy without using the proxy server passed to pip.
```
pip-2.7 install --proxy=http://sampleproxy.com:3128 pandas
Downloading/unpacking pandas
Downloading pandas-0.12.0.zip (3.4MB): 3.4MB downloaded
Running setup.py egg_info for package pandas
D... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4452/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4452/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4453 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4453/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4453/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4453/events | https://github.com/pandas-dev/pandas/issues/4453 | 17,586,698 | MDU6SXNzdWUxNzU4NjY5OA== | 4,453 | should read_html parse the `src` attribute of an `img` tag? | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit into a more specific label",
"id": 2301354,
"name": "IO Data",
"node_id": "MDU6TGFiZWwyMzAxMzU0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data"
},
{
"color": "e4a5f1",
"... | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"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 | 2013-08-02T23:14:13Z | 2014-01-29T04:05:13Z | 2014-01-29T04:05:13Z | MEMBER | null | had this thought while looking at #3606
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4453/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4453/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4454 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4454/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4454/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4454/events | https://github.com/pandas-dev/pandas/issues/4454 | 17,586,776 | MDU6SXNzdWUxNzU4Njc3Ng== | 4,454 | ENH: allow column oriented table storage in HDFStore | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "read_hdf... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 786,
"created_at": "2015-01-13T10:53:19Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
... | 22 | 2013-08-02T23:16:39Z | 2021-04-11T02:56:19Z | null | CONTRIBUTOR | null | renamed `carray` package: https://github.com/Blosc/bcolz
Soliciting any comments on this proposal to create a columnar access table in `HDFStore`.
This is actually very straightforward to do.
need a new kw argument to describe the type of format for
storage: ``format='s|t|c'` (also allows expansion in the future to ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4454/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4454/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4455 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4455/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4455/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4455/events | https://github.com/pandas-dev/pandas/issues/4455 | 17,588,867 | MDU6SXNzdWUxNzU4ODg2Nw== | 4,455 | awkward repring on python3 bytes types | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"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 | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2013-08-03T01:02:40Z | 2013-08-03T20:01:22Z | 2013-08-03T20:01:22Z | MEMBER | null | might be an edge case as i'm not sure how useful storing byte strings in `Series` objects is, nonetheless they are repring like `tuple` objects in Python 3
```
In [37]: import string
In [38]: d = string.digits * 10
In [39]: s = Series([d, tm.rands(10), tm.rands(10000)])
In [40]: s
Out[40]:
0 01234567890123456789... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4455/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4455/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4456 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4456/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4456/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4456/events | https://github.com/pandas-dev/pandas/pull/4456 | 17,589,095 | MDExOlB1bGxSZXF1ZXN0NzM2NzQxMw== | 4,456 | BUG/OFMT: fix repring of python3 bytes objects | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2013-08-03T01:21:45Z | 2014-06-18T13:51:07Z | 2013-08-03T20:01:22Z | MEMBER | null | closes #4455.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4456/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4456/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4456.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4456",
"merged_at": "2013-08-03T20:01:22Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4456.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4456"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4457 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4457/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4457/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4457/events | https://github.com/pandas-dev/pandas/pull/4457 | 17,597,762 | MDExOlB1bGxSZXF1ZXN0NzM3MDc4OQ== | 4,457 | PERF: enhance HDFStore Table writing performance | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2013-08-03T17:38:27Z | 2014-07-16T08:21:39Z | 2013-08-05T12:06:32Z | CONTRIBUTOR | null | Took out all of the cython code, turns out you can assign directly to numpy recarrays per
column if you put in the correct shape yourself
```
Invoked with :
--ncalls: 5
--repeats: 5
-------------------------------------------------------------------------------
Test name | head[ms] ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4457/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4457/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4457.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4457",
"merged_at": "2013-08-05T12:06:32Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4457.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4457"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4458 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4458/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4458/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4458/events | https://github.com/pandas-dev/pandas/pull/4458 | 17,610,488 | MDExOlB1bGxSZXF1ZXN0NzM3NTI1Ng== | 4,458 | Get dummies | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 14 | 2013-08-04T17:32:01Z | 2014-06-17T22:55:05Z | 2013-08-26T23:43:59Z | CONTRIBUTOR | null | fixes #4446, #4444
Added new functionality dummy_na (thoughts?). it's slightly different to a possible dropna argument, which I haven't included (which can be achieved using `pd.get_dummies(s.dropna())`.
Example:
```
In [3]: s = ['a', 'b', np.nan]
In [4]: pd.get_dummies(s)
Out[4]:
a b
0 1 0
1 0 1
2 0 0
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/4458/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4458/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4458.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4458",
"merged_at": "2013-08-26T23:43:59Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4458.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4458"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4459 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4459/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4459/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4459/events | https://github.com/pandas-dev/pandas/pull/4459 | 17,611,623 | MDExOlB1bGxSZXF1ZXN0NzM3NTY1OA== | 4,459 | BUG: Fix Panel instance variable namespace issue GH3440 | {
"avatar_url": "https://avatars.githubusercontent.com/u/91798?v=4",
"events_url": "https://api.github.com/users/danbirken/events{/privacy}",
"followers_url": "https://api.github.com/users/danbirken/followers",
"following_url": "https://api.github.com/users/danbirken/following{/other_user}",
"gists_url": "htt... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2013-08-04T19:10:44Z | 2014-06-26T11:48:10Z | 2013-08-05T01:44:08Z | CONTRIBUTOR | null | The change is minor but so easy I thought I'd submit it: If you switch the list comprehensions to generators, it sidesteps leaking the temporary variables into the class variable scope.
This will be microscopically slower, but they are just class variables so it really doesn't matter.
fixes #3440
https://travis-ci.or... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4459/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4459/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4459.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4459",
"merged_at": "2013-08-05T01:44:08Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4459.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4459"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4460 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4460/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4460/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4460/events | https://github.com/pandas-dev/pandas/pull/4460 | 17,616,495 | MDExOlB1bGxSZXF1ZXN0NzM3NzUzOQ== | 4,460 | BUG: values array for non-unique, interleaved cols incorrect | {
"avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4",
"events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}",
"followers_url": "https://api.github.com/users/Komnomnomnom/followers",
"following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}",
"gists_... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 5 | 2013-08-05T02:06:35Z | 2014-06-20T16:03:18Z | 2013-08-05T11:41:19Z | CONTRIBUTOR | null | I came across this problem when I was doing some work for #4362. When a frame with mixed dtypes including Timestamps has dupe column labels the values array returned is different, as illustrated below (master branch):
``` python
In [3]: df = pd.DataFrame([[pd.Timestamp('20130101'),3.5],[pd.Timestamp('20130102'),4.5]],... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4460/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4460/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4460.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4460",
"merged_at": "2013-08-05T11:41:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4460.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4460"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4461 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4461/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4461/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4461/events | https://github.com/pandas-dev/pandas/pull/4461 | 17,626,031 | MDExOlB1bGxSZXF1ZXN0NzM4MjA1NQ== | 4,461 | rename multi-index | {
"avatar_url": "https://avatars.githubusercontent.com/u/1100923?v=4",
"events_url": "https://api.github.com/users/waitingkuo/events{/privacy}",
"followers_url": "https://api.github.com/users/waitingkuo/followers",
"following_url": "https://api.github.com/users/waitingkuo/following{/other_user}",
"gists_url":... | [
{
"color": "207de5",
"default": false,
"description": null,
"id": 71268330,
"name": "MultiIndex",
"node_id": "MDU6TGFiZWw3MTI2ODMzMA==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/MultiIndex"
}
] | 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... | 32 | 2013-08-05T09:23:07Z | 2017-08-24T09:53:17Z | 2015-01-18T21:39:22Z | CONTRIBUTOR | null | ## Fix Issue #4160
While renamed a `MultiIndex`, the `mapper` walk through every tuple in the MultiIndex and every element in a tuple. So the mapper { (index1, index2): (new_index1, new_index2) } didn't work for the MultiIndex case.
This pull request is to modify it to walk through every tuple in a MultiIndex and use... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4461/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4461/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4461.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4461",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/4461.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4461"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4462 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4462/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4462/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4462/events | https://github.com/pandas-dev/pandas/pull/4462 | 17,634,381 | MDExOlB1bGxSZXF1ZXN0NzM4NjUyMw== | 4,462 | BUG: bug when using chunksize and writing ndim > 2 | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2013-08-05T13:23:02Z | 2014-07-16T08:21:48Z | 2013-08-05T13:28:34Z | 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/4462/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4462/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4462.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4462",
"merged_at": "2013-08-05T13:28:34Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4462.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4462"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/4463 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4463/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4463/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4463/events | https://github.com/pandas-dev/pandas/issues/4463 | 17,635,530 | MDU6SXNzdWUxNzYzNTUzMA== | 4,463 | BUG: changing series dtype inplace | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "e102d8",
"default": false,
"description": "Unexpected or buggy dtyp... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 11 | 2013-08-05T13:48:34Z | 2013-08-16T19:28:19Z | 2013-08-16T19:28:19Z | CONTRIBUTOR | null | All of the following current fail because of in-place dtype conversions
```
In [2]: s = Series([1,2,3])
In [3]: s.iloc[0] = np.nan
ValueError: cannot convert float NaN to integer
In [4]: s.loc[0] = np.nan
ValueError: cannot convert float NaN to integer
In [5]: s[0] = np.nan
TypeError: 'int' object is not iterable
``... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4463/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4463/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4464 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4464/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4464/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4464/events | https://github.com/pandas-dev/pandas/issues/4464 | 17,639,322 | MDU6SXNzdWUxNzYzOTMyMg== | 4,464 | ER: compound dtypes - DataFrame constructor/astype | {
"avatar_url": "https://avatars.githubusercontent.com/u/4315091?v=4",
"events_url": "https://api.github.com/users/mamikonyan/events{/privacy}",
"followers_url": "https://api.github.com/users/mamikonyan/followers",
"following_url": "https://api.github.com/users/mamikonyan/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": "e102d8",
"default": false,
"description": "Unexpect... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 37 | 2013-08-05T15:04:16Z | 2021-06-06T00:01:38Z | null | NONE | null | xref #9133, maybe allow a dict of dtypes to be passed as well
I trying to use the dtype argument in the DataFrame constructor to set the types of several columns, and I'm getting incorrect types. Everything works well, however, when the dtypes come from the recarray itself.
```
In [61]:
data = [(1,1.2), (2,2.3)]
dtyp... | {
"+1": 16,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 16,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4464/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4464/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4465 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4465/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4465/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4465/events | https://github.com/pandas-dev/pandas/issues/4465 | 17,648,497 | MDU6SXNzdWUxNzY0ODQ5Nw== | 4,465 | DOC: split out Categorical in groupby.rst to its own bullet(and add examples?) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "e11d21",
"default": false,
"description": "Categorical Data Type... | 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 | 2013-08-05T17:59:02Z | 2014-07-25T22:43:48Z | 2014-07-25T22:43: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/4465/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4465/timeline | null | null | null | |
https://api.github.com/repos/pandas-dev/pandas/issues/4466 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4466/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4466/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4466/events | https://github.com/pandas-dev/pandas/issues/4466 | 17,652,046 | MDU6SXNzdWUxNzY1MjA0Ng== | 4,466 | ENH: Ignoring empty lines in files | {
"avatar_url": "https://avatars.githubusercontent.com/u/1024369?v=4",
"events_url": "https://api.github.com/users/holocronweaver/events{/privacy}",
"followers_url": "https://api.github.com/users/holocronweaver/followers",
"following_url": "https://api.github.com/users/holocronweaver/following{/other_user}",
... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "5319e7",
"default": false,
"description": "read_csv... | closed | false | null | [] | {
"closed_at": "2014-10-23T11:43:09Z",
"closed_issues": 530,
"created_at": "2014-07-06T18:44:54Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jr... | 6 | 2013-08-05T19:02:01Z | 2014-09-19T17:56:24Z | 2014-09-19T17:56:24Z | NONE | null | Currently pandas preserves empty lines when reading CSV files. I think the default should be to ignore empty lines, with a possible optional parameter to retain them.
Implementing this in the C and Python parsers should be an easy extension of my work on #2685 , but I wanted some feedback before I do so.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4466/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4466/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4467 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4467/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4467/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4467/events | https://github.com/pandas-dev/pandas/issues/4467 | 17,652,266 | MDU6SXNzdWUxNzY1MjI2Ng== | 4,467 | API: make selecting coordinate / masking a bit easier in HDFStore | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [
{
"color": "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": "r... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2013-08-05T19:04:57Z | 2013-08-05T23:05:05Z | 2013-08-05T23:05:05Z | CONTRIBUTOR | null | From the PyTables ML
Select where month=5 from the index
(this could be done internally maybe)
big issues is that Coordinates is sort of 'private' here,
make where take a boolean array / coordinates
```
# create a frame
In [45]: df = DataFrame(randn(1000,2),index=date_range('20000101',periods=1000))
In [53]: df
Out... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4467/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4467/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4468 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4468/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4468/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4468/events | https://github.com/pandas-dev/pandas/issues/4468 | 17,655,872 | MDU6SXNzdWUxNzY1NTg3Mg== | 4,468 | Support for Reading Excel Files with Hierarchical Columns Names | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [
{
"color": "06909A",
"default": false,
"description": "IO issues that don't fit into a more specific label",
"id": 2301354,
"name": "IO Data",
"node_id": "MDU6TGFiZWwyMzAxMzU0",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20Data"
},
{
"color": "AD7FA8",
"... | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 4 | 2013-08-05T19:48:10Z | 2013-10-17T22:33:19Z | 2013-10-02T21:03:35Z | CONTRIBUTOR | null | related #4438 #4679
For example see the "INCOME_STATEMENT" sheet on http://shareholder.api.edgar-online.com/efx_dll/edgarpro.dll?FetchFilingXLS1?sessionid=F7D_689jk-BEFvN&ID=9277772
There are four columns in the desired DataFrame:
```
1 2 3 4
Thirteen weeks ended Twenty-six ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4468/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4468/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4469 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4469/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4469/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4469/events | https://github.com/pandas-dev/pandas/issues/4469 | 17,657,053 | MDU6SXNzdWUxNzY1NzA1Mw== | 4,469 | Add context to return from pandas.io.html.read_html | {
"avatar_url": "https://avatars.githubusercontent.com/u/51059?v=4",
"events_url": "https://api.github.com/users/cancan101/events{/privacy}",
"followers_url": "https://api.github.com/users/cancan101/followers",
"following_url": "https://api.github.com/users/cancan101/following{/other_user}",
"gists_url": "htt... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "06909A",
"default": false,
"description": "IO issue... | closed | false | null | [] | {
"closed_at": "2014-05-30T12:17:57Z",
"closed_issues": 755,
"created_at": "2014-01-03T20:19:04Z",
"creator": null,
"description": "2014-02-3: previous version released",
"due_on": "2014-05-31T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/24",
"id": 526062,
"labels_url": "htt... | 42 | 2013-08-05T20:12:21Z | 2014-01-24T20:14:06Z | 2014-01-24T20:14:06Z | CONTRIBUTOR | null | Currently `pandas.io.html.read_html` returns a list of DataFrames. This offers no context as to where in the source HTML the table was found. For example, a user might be interested in the title or caption of the table.
For example in an SEC 10-Q filing (see for example: http://apps.shareholder.com/sec/viewerContent.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/4469/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4469/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4470 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4470/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4470/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4470/events | https://github.com/pandas-dev/pandas/pull/4470 | 17,661,939 | MDExOlB1bGxSZXF1ZXN0NzQwMDI1Mw== | 4,470 | ENH: allow where to be a list/array or a boolean mask of locations (GH4467) | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 0 | 2013-08-05T21:53:53Z | 2014-06-28T10:41:55Z | 2013-08-05T23:05:05Z | CONTRIBUTOR | null | closes #4467
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4470/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4470/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4470.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4470",
"merged_at": "2013-08-05T23:05:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4470.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4470"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4471 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4471/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4471/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4471/events | https://github.com/pandas-dev/pandas/issues/4471 | 17,664,585 | MDU6SXNzdWUxNzY2NDU4NQ== | 4,471 | lib.maybe_convert_objects will fail on uint64 values that exceed int64 max | {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "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... | 18 | 2013-08-05T22:58:49Z | 2016-12-20T13:49:05Z | 2016-12-20T13:49:05Z | MEMBER | null | xref #11440 for addtl tests
Observed in the wild. cc @blais
| {
"+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/4471/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4471/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4472 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4472/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4472/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4472/events | https://github.com/pandas-dev/pandas/pull/4472 | 17,664,696 | MDExOlB1bGxSZXF1ZXN0NzQwMTc5Ng== | 4,472 | BUG: Boxplot to return axes, not dict | {
"avatar_url": "https://avatars.githubusercontent.com/u/1163939?v=4",
"events_url": "https://api.github.com/users/phobson/events{/privacy}",
"followers_url": "https://api.github.com/users/phobson/followers",
"following_url": "https://api.github.com/users/phobson/following{/other_user}",
"gists_url": "https:/... | [
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
"name": "Visualization",
"node_id": "MDU6TGFiZWwyNDEzMzI4",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Visualization"
},
{
"color": "AD7FA8",
"default": false,
"description": nul... | closed | false | null | [] | {
"closed_at": "2014-05-30T12:17:57Z",
"closed_issues": 755,
"created_at": "2014-01-03T20:19:04Z",
"creator": null,
"description": "2014-02-3: previous version released",
"due_on": "2014-05-31T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/24",
"id": 526062,
"labels_url": "htt... | 25 | 2013-08-05T23:02:19Z | 2014-07-06T10:05:31Z | 2014-05-10T23:57:57Z | NONE | null | Fixes #4264.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4472/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4472/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4472.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4472",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/4472.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4472"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4473 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4473/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4473/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4473/events | https://github.com/pandas-dev/pandas/issues/4473 | 17,671,458 | MDU6SXNzdWUxNzY3MTQ1OA== | 4,473 | TestDataFrame.test_from_records_sequencelike: segfault on armel | {
"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"
}
] | closed | false | null | [] | {
"closed_at": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 24 | 2013-08-06T03:21:47Z | 2014-01-21T22:11:39Z | 2014-01-21T22:11:39Z | CONTRIBUTOR | null | gory details
```
Starting program: /usr/bin/python2.7-dbg /usr/bin/nosetests -s -v -a \!network pandas/tests/test_frame.py:TestDataFrame.test_from_records_sequencelike
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/arm-linux-gnueabi/libthread_db.so.1".
Program received signal SIGI... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4473/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4473/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4474 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4474/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4474/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4474/events | https://github.com/pandas-dev/pandas/issues/4474 | 17,671,618 | MDU6SXNzdWUxNzY3MTYxOA== | 4,474 | 2to3 refactor broke test_perf.py | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "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": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 3 | 2013-08-06T03:28:52Z | 2013-08-07T00:27:58Z | 2013-08-07T00:27:58Z | NONE | null | https://github.com/pydata/pandas/pull/4384
when run in HEAD mode, checking out the test_perf.py revision in git master
should run without issues no matter what version of pandas you have checked out
(at least as far back as 9.1, probably further).
Now that the script imports `pandas.compat`, it's broken for anything... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4474/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4474/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4475 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4475/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4475/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4475/events | https://github.com/pandas-dev/pandas/pull/4475 | 17,671,855 | MDExOlB1bGxSZXF1ZXN0NzQwNTUxNw== | 4,475 | Sql alchemy tests | {
"avatar_url": "https://avatars.githubusercontent.com/u/1931852?v=4",
"events_url": "https://api.github.com/users/hayd/events{/privacy}",
"followers_url": "https://api.github.com/users/hayd/followers",
"following_url": "https://api.github.com/users/hayd/following{/other_user}",
"gists_url": "https://api.gith... | [] | closed | false | null | [] | {
"closed_at": "2014-05-30T12:17:57Z",
"closed_issues": 755,
"created_at": "2014-01-03T20:19:04Z",
"creator": null,
"description": "2014-02-3: previous version released",
"due_on": "2014-05-31T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/24",
"id": 526062,
"labels_url": "htt... | 16 | 2013-08-06T03:40:33Z | 2014-06-18T16:01:24Z | 2014-01-19T05:05:35Z | CONTRIBUTOR | null | WIP for #4163. Not ready to merge yet
New test structure for sql, and working through sql/test_sql with abstract syntax (aim is to not be sql-platform specific anywhere).
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4475/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4475/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4475.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4475",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/4475.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4475"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4476 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4476/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4476/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4476/events | https://github.com/pandas-dev/pandas/issues/4476 | 17,678,304 | MDU6SXNzdWUxNzY3ODMwNA== | 4,476 | Default to named index `name` when column named `name` not found | {
"avatar_url": "https://avatars.githubusercontent.com/u/807608?v=4",
"events_url": "https://api.github.com/users/meteore/events{/privacy}",
"followers_url": "https://api.github.com/users/meteore/followers",
"following_url": "https://api.github.com/users/meteore/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": "DDDDDD",
"default": false,
"description": "Long-Ter... | 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 | 2013-08-06T08:31:22Z | 2018-06-28T02:30:00Z | 2018-06-28T02:30:00Z | CONTRIBUTOR | null | There is an asymmetry in Pandas wrt. indexes vs. columns that is not present in the relational model. For example, for the purposes of merging one has to decide whether the column on which to merge is an index or not, despite the fact that indexing is incidental complexity for optimization. This leads to many of us hav... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4476/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4476/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4477 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4477/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4477/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4477/events | https://github.com/pandas-dev/pandas/issues/4477 | 17,684,106 | MDU6SXNzdWUxNzY4NDEwNg== | 4,477 | 2to3 refactor broke vbenches | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2013-08-06T11:03:33Z | 2013-08-07T00:25:47Z | 2013-08-07T00:25:47Z | NONE | null | looks like lmap is now called by some vbenches, which breaks
the tests on all older versions.
```
.....................................................groupby_transform died with:
name 'lmap' is not defined
Skipping...
groupby_transform died with:
name 'lmap' is not defined
Skipping...
```
#4384, #4474
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4477/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4477/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4478 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4478/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4478/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4478/events | https://github.com/pandas-dev/pandas/pull/4478 | 17,684,433 | MDExOlB1bGxSZXF1ZXN0NzQxMTk5NQ== | 4,478 | BUG: revert 2/3 changes in vbsuite | {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/jtratner/followers",
"following_url": "https://api.github.com/users/jtratner/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 20 | 2013-08-06T11:12:28Z | 2014-07-16T08:21:54Z | 2013-08-07T00:25:47Z | CONTRIBUTOR | null | Fixes #4477, #4474
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4478/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4478/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4478.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4478",
"merged_at": "2013-08-07T00:25:47Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4478.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4478"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4479 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4479/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4479/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4479/events | https://github.com/pandas-dev/pandas/issues/4479 | 17,691,072 | MDU6SXNzdWUxNzY5MTA3Mg== | 4,479 | Error in parsing CSV file with read_table | {
"avatar_url": "https://avatars.githubusercontent.com/u/96318?v=4",
"events_url": "https://api.github.com/users/yarden/events{/privacy}",
"followers_url": "https://api.github.com/users/yarden/followers",
"following_url": "https://api.github.com/users/yarden/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "5319e7",
"default": false,
"description": "read_csv, to_csv",
"id": 47229171,
"name": "IO CSV",
"node_id": "MDU6TGFiZWw0NzIyOTE3MQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/IO%20CSV"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2013-08-06T13:53:49Z | 2013-09-27T20:15:34Z | 2013-09-27T20:15:34Z | NONE | null | When parsing this CSV file (http://genes.mit.edu/burgelab/yarden/test.res), pandas gives the error `CParserError: Error tokenizing data`. Test case:
```
In [1]: import pandas
In [2]: data = pandas.read_table("./test.res", sep="\t")
---------------------------------------------------------------------------
CParserEr... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4479/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4479/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4480 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4480/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4480/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4480/events | https://github.com/pandas-dev/pandas/issues/4480 | 17,694,636 | MDU6SXNzdWUxNzY5NDYzNg== | 4,480 | Add set operations to Series objects | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"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": "e102d8",
"default": false,
"description": "Unexpect... | open | false | null | [] | {
"closed_at": null,
"closed_issues": 278,
"created_at": "2013-01-06T03:02:01Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"f... | 42 | 2013-08-06T14:57:15Z | 2021-06-17T03:07:47Z | null | MEMBER | null | from [this SO question](http://stackoverflow.com/questions/18079563/finding-the-intersection-between-two-series-in-pandas)
| {
"+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/4480/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4480/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4481 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4481/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4481/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4481/events | https://github.com/pandas-dev/pandas/issues/4481 | 17,697,906 | MDU6SXNzdWUxNzY5NzkwNg== | 4,481 | DataFrame.roll method | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"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": "2014-02-03T05:17:36Z",
"closed_issues": 314,
"created_at": "2013-08-26T22:11:58Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1598379?v=4",
"events_url": "https://api.github.com/users/jtratner/events{/privacy}",
"followers_url": "https://api.github.com/users/... | 1 | 2013-08-06T15:47:02Z | 2013-12-12T03:21:35Z | 2013-12-12T03:21:35Z | MEMBER | null | from [the SO question](http://stackoverflow.com/questions/18082398/pandas-convert-upper-triangular-dataframe-by-shifting-rows-to-the-left)
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4481/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4481/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4482 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4482/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4482/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4482/events | https://github.com/pandas-dev/pandas/pull/4482 | 17,699,614 | MDExOlB1bGxSZXF1ZXN0NzQyMDEyMw== | 4,482 | BUG: raise on frozenset construction by Series | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 9 | 2013-08-06T16:15:53Z | 2014-06-30T00:19:56Z | 2013-08-08T00:14:49Z | MEMBER | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4482/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4482/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4482.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4482",
"merged_at": "2013-08-08T00:14:49Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4482.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4482"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/4483 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4483/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4483/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4483/events | https://github.com/pandas-dev/pandas/pull/4483 | 17,701,361 | MDExOlB1bGxSZXF1ZXN0NzQyMTA1NQ== | 4,483 | BUG/ER: Stricter testing of 'monotocity' when reindexing with ffill or bfill. | {
"avatar_url": "https://avatars.githubusercontent.com/u/4680320?v=4",
"events_url": "https://api.github.com/users/prossahl/events{/privacy}",
"followers_url": "https://api.github.com/users/prossahl/followers",
"following_url": "https://api.github.com/users/prossahl/following{/other_user}",
"gists_url": "http... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 7 | 2013-08-06T16:48:03Z | 2014-06-14T19:56:36Z | 2013-08-22T17:12:13Z | CONTRIBUTOR | null | closes #4484
Reversing an index and forward filling succeeds but produces misleading data:
``` python
>>> dr = pd.date_range('2013-08-01', periods=6, freq='B')
>>> df = pd.DataFrame(np.random.randn(6,1), index=dr, columns=list('A'))
>>> df['A'][3] = np.nan
>>> df.reindex(df.index[::-1], method='ffill')
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4483/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4483/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4483.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4483",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/4483.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4483"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4484 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4484/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4484/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4484/events | https://github.com/pandas-dev/pandas/issues/4484 | 17,704,752 | MDU6SXNzdWUxNzcwNDc1Mg== | 4,484 | BUG/ER: misleading results when filling with a reversed index | {
"avatar_url": "https://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": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2013-08-06T17:55:25Z | 2013-09-15T12:00:28Z | 2013-09-15T12:00:28Z | CONTRIBUTOR | null | created by @prossahl
Reversing an index and forward filling succeeds but produces misleading data:
```
>>> dr = pd.date_range('2013-08-01', periods=6, freq='B')
>>> df = pd.DataFrame(np.random.randn(6,1), index=dr, columns=list('A'))
>>> df['A'][3] = np.nan
>>> df.reindex(df.index[::-1], method='ffill')
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4484/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4484/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4485 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4485/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4485/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4485/events | https://github.com/pandas-dev/pandas/pull/4485 | 17,709,772 | MDExOlB1bGxSZXF1ZXN0NzQyNTc5OA== | 4,485 | BUG: off-by-one when doing network test repeats | {
"avatar_url": "https://avatars.githubusercontent.com/u/41563?v=4",
"events_url": "https://api.github.com/users/esc/events{/privacy}",
"followers_url": "https://api.github.com/users/esc/followers",
"following_url": "https://api.github.com/users/esc/following{/other_user}",
"gists_url": "https://api.github.co... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 24 | 2013-08-06T19:32:15Z | 2014-07-16T08:22:01Z | 2013-09-20T02:57:56Z | CONTRIBUTOR | null | Imagine num_runs is two, then runs will take on the values [0, 1] and runs <
num_uns will always be False. Hence any genuine Exception the code might
raise will be silently ignored and just printed.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4485/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4485/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4485.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4485",
"merged_at": null,
"patch_url": "https://github.com/pandas-dev/pandas/pull/4485.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4485"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4486 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4486/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4486/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4486/events | https://github.com/pandas-dev/pandas/issues/4486 | 17,715,420 | MDU6SXNzdWUxNzcxNTQyMA== | 4,486 | Erroneous AssertionError: Index length did not match values on plot | {
"avatar_url": "https://avatars.githubusercontent.com/u/81476?v=4",
"events_url": "https://api.github.com/users/fonnesbeck/events{/privacy}",
"followers_url": "https://api.github.com/users/fonnesbeck/followers",
"following_url": "https://api.github.com/users/fonnesbeck/following{/other_user}",
"gists_url": "... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 16 | 2013-08-06T21:13:06Z | 2014-04-15T20:21:17Z | 2013-08-07T17:22:27Z | NONE | null | I have what appears to be a valid `Series` with a time series index as follows:
```
In [41]: inactive
Out[41]:
2010-06-10 20:43:07 37.2
2010-06-21 06:37:28 0.0
2009-07-20 06:53:38 0.0
2012-05-17 01:50:13 27.4
2009-07-27 21:09:15 0.0
2010-05-04 09:06:54 0.0
2010-05-06 03:38:54 32.5
2010-05-09 ... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4486/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4486/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4487 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4487/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4487/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4487/events | https://github.com/pandas-dev/pandas/issues/4487 | 17,722,144 | MDU6SXNzdWUxNzcyMjE0NA== | 4,487 | error in doc building | {
"avatar_url": "https://avatars.githubusercontent.com/u/11860?v=4",
"events_url": "https://api.github.com/users/timmie/events{/privacy}",
"followers_url": "https://api.github.com/users/timmie/followers",
"following_url": "https://api.github.com/users/timmie/following{/other_user}",
"gists_url": "https://api.... | [
{
"color": "75507B",
"default": false,
"description": "Library building on various platforms",
"id": 129350,
"name": "Build",
"node_id": "MDU6TGFiZWwxMjkzNTA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Build"
},
{
"color": "3465A4",
"default": false,
... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 6 | 2013-08-06T23:27:43Z | 2016-10-12T23:04:04Z | 2013-09-30T13:23:04Z | CONTRIBUTOR | null | http://pandas.pydata.org/pandas-docs/dev/io.html#clipboard
there are error msgs
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4487/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4487/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4488 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4488/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4488/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4488/events | https://github.com/pandas-dev/pandas/issues/4488 | 17,722,866 | MDU6SXNzdWUxNzcyMjg2Ng== | 4,488 | Auto-detect field widths in read_fwf when unspecified | {
"avatar_url": "https://avatars.githubusercontent.com/u/10137?v=4",
"events_url": "https://api.github.com/users/ghost/events{/privacy}",
"followers_url": "https://api.github.com/users/ghost/followers",
"following_url": "https://api.github.com/users/ghost/following{/other_user}",
"gists_url": "https://api.git... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "06909A",
"default": false,
"description": "IO issue... | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 14 | 2013-08-06T23:49:27Z | 2013-09-30T11:23:28Z | 2013-09-30T10:18:12Z | NONE | null | Here's a quick hack for generating the `widths` arg.
It's basic, but it works for me.
```
def detect_fwf_widths(rows,wsratio=0.5,nlines=100):
from collections import Counter # 2.6, is this in pd.compat?
# could do a p-value thing instead, but this works fine in practice
nlines = min(len(rows),nlines)
... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4488/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4488/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4489 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4489/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4489/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4489/events | https://github.com/pandas-dev/pandas/pull/4489 | 17,724,478 | MDExOlB1bGxSZXF1ZXN0NzQzMzYzNQ== | 4,489 | TST: test for breaking test in pytables 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://... | [] | closed | false | null | [] | null | 0 | 2013-08-07T00:42:40Z | 2014-06-18T10:03:26Z | 2013-08-07T00:42:51Z | CONTRIBUTOR | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4489/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4489/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4489.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4489",
"merged_at": "2013-08-07T00:42:51Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4489.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4489"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/4490 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4490/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4490/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4490/events | https://github.com/pandas-dev/pandas/pull/4490 | 17,725,120 | MDExOlB1bGxSZXF1ZXN0NzQzMzk2MQ== | 4,490 | TST: reverse hdf_fix | {
"avatar_url": "https://avatars.githubusercontent.com/u/953992?v=4",
"events_url": "https://api.github.com/users/jreback/events{/privacy}",
"followers_url": "https://api.github.com/users/jreback/followers",
"following_url": "https://api.github.com/users/jreback/following{/other_user}",
"gists_url": "https://... | [] | closed | false | null | [] | null | 0 | 2013-08-07T01:04:42Z | 2014-07-16T08:22:05Z | 2013-08-07T01:17:10Z | CONTRIBUTOR | null | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4490/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4490/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4490.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4490",
"merged_at": "2013-08-07T01:17:10Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4490.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4490"
} | |
https://api.github.com/repos/pandas-dev/pandas/issues/4491 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4491/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4491/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4491/events | https://github.com/pandas-dev/pandas/issues/4491 | 17,725,140 | MDU6SXNzdWUxNzcyNTE0MA== | 4,491 | Managing pandas's hash table footprint | {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm/followers",
"following_url": "https://api.github.com/users/wesm/following{/other_user}",
"gists_url": "https://api.githu... | [
{
"color": "4E9A06",
"default": false,
"description": null,
"id": 76812,
"name": "Enhancement",
"node_id": "MDU6TGFiZWw3NjgxMg==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Enhancement"
},
{
"color": "a10c02",
"default": false,
"description": "Memory o... | closed | false | null | [] | {
"closed_at": null,
"closed_issues": 2361,
"created_at": "2015-02-26T19:29:05Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/1020496?v=4",
"events_url": "https://api.github.com/users/jorisvandenbossche/events{/privacy}",
"followers_url": "https://api.github.com/users/jorisva... | 4 | 2013-08-07T01:05:29Z | 2016-09-29T22:44:20Z | 2016-09-29T22:35:08Z | MEMBER | null | Many operations in pandas trigger the population of a hash table from the underlying index values. This can be very costly in memory usage, especially for very long Series / DataFrames.
Example:
```
s = pd.Series(np.random.randn(10000000))
s[100]
```
Note that after indexing into `s`, the first time this happens 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/4491/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4491/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4492 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4492/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4492/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4492/events | https://github.com/pandas-dev/pandas/pull/4492 | 17,726,690 | MDExOlB1bGxSZXF1ZXN0NzQzNDc4MQ== | 4,492 | BUG: fix plotting of dup indexed objects | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [] | closed | false | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_u... | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 2 | 2013-08-07T02:12:03Z | 2014-06-23T05:29:07Z | 2013-08-07T17:22:27Z | MEMBER | null | closes #4486.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4492/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4492/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4492.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4492",
"merged_at": "2013-08-07T17:22:27Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4492.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4492"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4493 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4493/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4493/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4493/events | https://github.com/pandas-dev/pandas/issues/4493 | 17,727,149 | MDU6SXNzdWUxNzcyNzE0OQ== | 4,493 | KeyError when generating scatter plot of DataFrame columns | {
"avatar_url": "https://avatars.githubusercontent.com/u/81476?v=4",
"events_url": "https://api.github.com/users/fonnesbeck/events{/privacy}",
"followers_url": "https://api.github.com/users/fonnesbeck/followers",
"following_url": "https://api.github.com/users/fonnesbeck/following{/other_user}",
"gists_url": "... | [
{
"color": "e10c02",
"default": false,
"description": null,
"id": 76811,
"name": "Bug",
"node_id": "MDU6TGFiZWw3NjgxMQ==",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Bug"
},
{
"color": "8AE234",
"default": false,
"description": null,
"id": 2413328,
... | closed | false | null | [] | {
"closed_at": "2014-05-30T12:17:57Z",
"closed_issues": 755,
"created_at": "2014-01-03T20:19:04Z",
"creator": null,
"description": "2014-02-3: previous version released",
"due_on": "2014-05-31T07:00:00Z",
"html_url": "https://github.com/pandas-dev/pandas/milestone/24",
"id": 526062,
"labels_url": "htt... | 34 | 2013-08-07T02:32:17Z | 2016-10-12T23:04:04Z | 2014-02-27T17:48:47Z | NONE | null | I have two columns of a `DataFrame` that I am trying to plot using `scatter` in Matplotlib. Here are the two series:
```
mmsi
210234000 52.600000
211109000 62.250000
211200350 48.333333
211201390 52.887500
211203370 41.962500
211204500 32.233333
211205780 87.050000
211205790 42.500000
211207740... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4493/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4493/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4494 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4494/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4494/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4494/events | https://github.com/pandas-dev/pandas/pull/4494 | 17,727,474 | MDExOlB1bGxSZXF1ZXN0NzQzNTE3NA== | 4,494 | FIX: resample to single group with custom function | {
"avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4",
"events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}",
"followers_url": "https://api.github.com/users/Komnomnomnom/followers",
"following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}",
"gists_... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 4 | 2013-08-07T02:46:53Z | 2014-06-13T23:41:52Z | 2013-09-25T12:31:36Z | CONTRIBUTOR | null | Using master code, when re-sampling to a frequency that would result in a single group the use of custom aggregation functions do not work as expected. The included changes fix this, and should fix #3849 too.
``` python
In [17]: import pandas as pd
In [18]: import numpy as np
In [19]: mysum = lambda x: x.sum()
In [... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4494/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4494/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4494.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4494",
"merged_at": "2013-09-25T12:31:36Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4494.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4494"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4495 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4495/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4495/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4495/events | https://github.com/pandas-dev/pandas/pull/4495 | 17,727,980 | MDExOlB1bGxSZXF1ZXN0NzQzNTQxNA== | 4,495 | BLD/TST: correct pytz version for tox | {
"avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4",
"events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}",
"followers_url": "https://api.github.com/users/Komnomnomnom/followers",
"following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}",
"gists_... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 8 | 2013-08-07T03:11:53Z | 2014-07-16T08:22:10Z | 2013-08-07T14:51:16Z | CONTRIBUTOR | null | Tox fails to build pandas without a specific version of pytz.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4495/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4495/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4495.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4495",
"merged_at": "2013-08-07T14:51:16Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4495.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4495"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4496 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4496/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4496/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4496/events | https://github.com/pandas-dev/pandas/issues/4496 | 17,742,845 | MDU6SXNzdWUxNzc0Mjg0NQ== | 4,496 | Bug: tslib.tz_convert(vals, tz1, tz2) may raise an IndexError exception. | {
"avatar_url": "https://avatars.githubusercontent.com/u/2657778?v=4",
"events_url": "https://api.github.com/users/stenri/events{/privacy}",
"followers_url": "https://api.github.com/users/stenri/followers",
"following_url": "https://api.github.com/users/stenri/following{/other_user}",
"gists_url": "https://ap... | [
{
"color": "AFEEEE",
"default": false,
"description": null,
"id": 211840,
"name": "Timeseries",
"node_id": "MDU6TGFiZWwyMTE4NDA=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Timeseries"
}
] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 1 | 2013-08-07T11:25:00Z | 2013-08-23T13:26:54Z | 2013-08-23T13:26:54Z | CONTRIBUTOR | null | The following code produces "Out of bounds on buffer access (axis 0)" exception when accessing idx.hour:
---
import pandas as pd
idx = pd.date_range('26/3/2011', '27/3/2011', freq='1min')
idx = idx.tz_localize('UTC')
idx = idx.tz_convert('Europe/Moscow')
hour = idx.hour
---
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/4496/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4496/timeline | null | null | null |
https://api.github.com/repos/pandas-dev/pandas/issues/4497 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4497/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4497/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4497/events | https://github.com/pandas-dev/pandas/pull/4497 | 17,743,100 | MDExOlB1bGxSZXF1ZXN0NzQ0Mjk4Mw== | 4,497 | Fix issue #4496: tslib.tz_convert(vals, tz1, tz2) may raise an IndexErro... | {
"avatar_url": "https://avatars.githubusercontent.com/u/2657778?v=4",
"events_url": "https://api.github.com/users/stenri/events{/privacy}",
"followers_url": "https://api.github.com/users/stenri/followers",
"following_url": "https://api.github.com/users/stenri/following{/other_user}",
"gists_url": "https://ap... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 7 | 2013-08-07T11:32:59Z | 2014-07-16T08:22:12Z | 2013-08-23T13:26:18Z | CONTRIBUTOR | null | Bug-fix for Issue #4496 Bug: tslib.tz_convert(vals, tz1, tz2) may raise an IndexError exception.
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4497/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4497/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4497.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4497",
"merged_at": "2013-08-23T13:26:18Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4497.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4497"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4498 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4498/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4498/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4498/events | https://github.com/pandas-dev/pandas/pull/4498 | 17,745,685 | MDExOlB1bGxSZXF1ZXN0NzQ0NDMxMg== | 4,498 | JSON native support for datetime encoding | {
"avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4",
"events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}",
"followers_url": "https://api.github.com/users/Komnomnomnom/followers",
"following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}",
"gists_... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 21 | 2013-08-07T12:43:08Z | 2014-06-14T10:38:30Z | 2013-08-15T01:14:12Z | CONTRIBUTOR | null | This adds support at the C level for encoding datetime values in JSON. I added a new parameter `date_unit` which controls the precision of the encoding, options are seconds, milliseconds, microseconds and nanoseconds. It defaults to milliseconds which should fix #4362.
I also added support for NaTs and tried to detect... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4498/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4498/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4498.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4498",
"merged_at": "2013-08-15T01:14:12Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4498.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4498"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4499 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4499/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4499/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4499/events | https://github.com/pandas-dev/pandas/pull/4499 | 17,746,919 | MDExOlB1bGxSZXF1ZXN0NzQ0NDk5Ng== | 4,499 | DOC: fix conflicting ewma documentation | {
"avatar_url": "https://avatars.githubusercontent.com/u/107748?v=4",
"events_url": "https://api.github.com/users/Komnomnomnom/events{/privacy}",
"followers_url": "https://api.github.com/users/Komnomnomnom/followers",
"following_url": "https://api.github.com/users/Komnomnomnom/following{/other_user}",
"gists_... | [] | closed | false | null | [] | {
"closed_at": "2013-12-30T19:53:14Z",
"closed_issues": 1076,
"created_at": "2012-11-15T23:33:37Z",
"creator": {
"avatar_url": "https://avatars.githubusercontent.com/u/329591?v=4",
"events_url": "https://api.github.com/users/wesm/events{/privacy}",
"followers_url": "https://api.github.com/users/wesm... | 9 | 2013-08-07T13:10:33Z | 2014-07-02T21:24:28Z | 2013-08-22T10:16:05Z | CONTRIBUTOR | null | The information in the docs, in the parameter description and in the body of the docstring is conflicting. This should hopefully make them consistent amongst themselves (and with the code).
| {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4499/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4499/timeline | null | 0 | {
"diff_url": "https://github.com/pandas-dev/pandas/pull/4499.diff",
"html_url": "https://github.com/pandas-dev/pandas/pull/4499",
"merged_at": "2013-08-22T10:16:05Z",
"patch_url": "https://github.com/pandas-dev/pandas/pull/4499.patch",
"url": "https://api.github.com/repos/pandas-dev/pandas/pulls/4499"
} |
https://api.github.com/repos/pandas-dev/pandas/issues/4500 | https://api.github.com/repos/pandas-dev/pandas | https://api.github.com/repos/pandas-dev/pandas/issues/4500/labels{/name} | https://api.github.com/repos/pandas-dev/pandas/issues/4500/comments | https://api.github.com/repos/pandas-dev/pandas/issues/4500/events | https://github.com/pandas-dev/pandas/issues/4500 | 17,750,715 | MDU6SXNzdWUxNzc1MDcxNQ== | 4,500 | Docs for lurking groupby methods | {
"avatar_url": "https://avatars.githubusercontent.com/u/417981?v=4",
"events_url": "https://api.github.com/users/cpcloud/events{/privacy}",
"followers_url": "https://api.github.com/users/cpcloud/followers",
"following_url": "https://api.github.com/users/cpcloud/following{/other_user}",
"gists_url": "https://... | [
{
"color": "3465A4",
"default": false,
"description": null,
"id": 134699,
"name": "Docs",
"node_id": "MDU6TGFiZWwxMzQ2OTk=",
"url": "https://api.github.com/repos/pandas-dev/pandas/labels/Docs"
},
{
"color": "729FCF",
"default": false,
"description": null,
"id": 233160... | closed | false | null | [] | {
"closed_at": "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... | 13 | 2013-08-07T14:23:42Z | 2014-04-23T22:02:39Z | 2014-04-23T21:36:55Z | MEMBER | null | see [this SO question](http://stackoverflow.com/questions/18104704/counting-unique-values-in-a-pandas-grouped-object)
related: http://stackoverflow.com/questions/21763660/api-ref-missing-dataframegroupby-objects
methods like `nunique` should be documented; i bet there are more like this that you can see in tab comple... | {
"+1": 0,
"-1": 0,
"confused": 0,
"eyes": 0,
"heart": 0,
"hooray": 0,
"laugh": 0,
"rocket": 0,
"total_count": 0,
"url": "https://api.github.com/repos/pandas-dev/pandas/issues/4500/reactions"
} | https://api.github.com/repos/pandas-dev/pandas/issues/4500/timeline | null | null | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.