Nineya
Home
Blog
Pandas Panel to_frame should have which axis are columns and index in the new DF
2025-02-10 00:28:16
698
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
2025-02-10 00:28:10
1271
xref https://github.com/pydata/pandas/issues/8596>>> df a0 1>>> df.dtypesa int64dtype: object>...
Pandas timezone aware columns
2025-02-10 00:28:06
3230
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?
2025-02-10 00:28:01
17068
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
2025-02-10 00:27:56
800
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
2025-02-10 00:27:51
932
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
2025-02-10 00:27:46
2203
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
2025-02-10 00:27:40
2438
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
2025-02-10 00:27:34
1488
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
2025-02-10 00:27:28
1525
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
2025-02-10 00:27:22
13030
See also: http://stackoverflow.com/questions/26736745/indexing-a-pandas-panel-counterintuitive-or-a-bugThese are actuall...
Pandas python make.py html failure
2025-02-10 00:27:17
1150
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)
2025-02-10 00:27:12
2633
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
2025-02-10 00:27:07
1886
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.
2025-02-10 00:27:02
1608
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
2025-02-10 00:26:57
85047
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
2025-02-10 00:26:52
2419
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.
2025-02-10 00:26:48
1471
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
2025-02-10 00:26:43
3435
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'
2025-02-10 00:26:37
5265
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...
上一页
下一页
1
…
86
87
88
89
90
…
2246
.