Pandas Panel to_frame should have which axis are columns and index in the new DF

to_frame should have more control (be explicit) over what axis becomes index and the columns in the DF.Comment From: sir...

Pandas adding new row to frame breaks types

xref https://github.com/pydata/pandas/issues/8596>>> df a0 1>>> df.dtypesa int64dtype: object&gt...

Pandas timezone aware columns

At the moment, I don't see any way to have performant, timezone aware columns. This seems rather surprising, as generall...

Pandas sort_index behavior differs for the same DataFrame?

I feel like I've encountered a bug. In the following scenario, the first sort_index call behaves as expected, but the se...

Pandas DOC: missing apt.rst links

might be nice to adapt this scipy script: https://github.com/scipy/scipy/blob/master/tools/refguide_check.py- To find al...

Pandas NDFrame Virtualization

I had mentioned this at one of the pydata talks. Just to put a couple of ideas down.Currently the internal structure of ...

Pandas Variable visibility issue with Pandas and IPython

I get a NameError exception when I try to filter DataFrame by selected index values (inside IPython session). You can se...

Pandas Panel.describe() method documented but raises NotImplementedError

Panel.describe() docs for v15.2 hereEnvironment:fedora 20pandas 15.2Python 2.7.5IPython 2.3.0To duplicate:$ pip install ...

Pandas Problem assigning values to a 1d slice of Panel with MultiIndex along major axis

I've encountered a problem when using .loc and .iloc to assign values to a 1D slice of a Panel when the axis in the dire...

Pandas Feature request: Categorical plotting

In the case of the index being a DateTimeIndex, I think there's a nice easy default case for plotting a categorical colu...

Pandas Partial indexing of a Panel

See also: http://stackoverflow.com/questions/26736745/indexing-a-pandas-panel-counterintuitive-or-a-bugThese are actuall...

Pandas python make.py html failure

nils@linux-5fmr:~/git/pandas/doc> python make.py htmlTraceback (most recent call last): File "/home/nils/local/bin/s...

Pandas ERR: bytes partially converted with convert_objects(convert_numeric=True)

If you have a series of binary strings containing numbers in a DataFrame, if you try to convert it using convert_objects...

Pandas reading only header row to help map data types to file headers

I am interested in seeing if there is a method, or a method could be built to only read in the header column of a text o...

Pandas Panda 0.15.1 matplotlib 1.4.2 setting default font.size messes up labels.

import pandas as pdimport matplotlib.pyplot as plt import matplotlib as mprint 'Matplotlib version:', m.__version__Matpl...

Pandas Problem building 0.15.1 on Solaris 11u2

OS: Solaris 11u2, x86 in a VirtualBox VM.Python 2.7Compiler: gcc 4.8.2There is a Solaris bug (CR 16837431) where /usr/li...

Pandas 'date_range' no longer has a true "24H" frequency

The semantic of the frequencies "D" and "24H" in 'date_range' has changed in pandas 0.15.0: they are now both equivalent...

Pandas DataReader should cache queries.

Hello,each request using pandas.io.data.DataReader ends by a server request.That's not reasonable.Maybe a cache for Data...

Pandas PERF: perform .str operations on categoricals

So huge win to perform .str operations on the .categories of a Categorical (versus actually doing these on an object arr...

Pandas BUG: HDFStore fails to save panel with mixed type minor axis when format='table'

I'm trying to save a panel that has a mixed type minor axis using HDFStore. I can save the panel when using the fixed fo...
上一页 下一页
.