Pandas Pandas dataframe + groupby = failed zooming for x-axis ticks

This was posted onto stackoverflow but it seems more like a bug than anything:http://stackoverflow.com/questions/4324224...

Pandas TypeError: 'DataFrame' objects are mutable, thus they cannot be hashed

Code Sample, a copy-pastable example if possiblesamples = pd.read_csv("https://archive.ics.uci.edu/ml/machine-learn...

Pandas Pandas to_datetime unexpected UTC return

Code Sample, a copy-pastable example if possibleimport pandasimport datetime,timedatetime1 = '2017-03-30T12-00-00'd = da...

Pandas DEPS: drop 32-bit support

we barely test this. I don't seem much clamor for it in the real world. Comment From: chris-b1I'm generally in favor, al...

Pandas date_range() drops last date for closed monthly ranges

pd.date_range() handles closed intervals correctly for daily time series but incorrectly for monthly.In this example, no...

Pandas Enable auto-cancellation on Travis

Travis has rolled out a new feature (beta) that will automatically cancel builds when a new build appears in a branch. T...

Pandas TST: occasional sql failure

https://travis-ci.org/pandas-dev/pandas/jobs/218059636 (this of course worked when I restarted)=========================...

Pandas NotImplementedError: > 1 ndim Categorical raised when array is read-only

Code Sample, a copy-pastable example if possible>>> import struct>>> struct.pack('qq', 1, 2)'\x01\x00\...

Pandas Validation order In read_gbp

I look the algolithm validate index_col's after connecting to bq. However I think this validation before connecting is c...

Pandas resampling from Day to BusinessDay pulls weekend data back to friday.

Code Sampleresult = pd.Series(1., pd.date_range('20170101','20181231',freq='D')).resample('B').last().to_period()print r...

Pandas [Improvement] Deterministic value_counts

Code Sample, a copy-pastable example if possibleimport pandas as pddf = pd.DataFrame(["a", "b", &quo...

Pandas BUG: False Timestamp returned

Code Sample, a copy-pastable example if possibleIn [3]: pd.Timestamp('2017-03-26 00:00', tz='Europe/Paris')Out[3]: Times...

Pandas Rolling window aggregation functions do not skip NaNs

Code Sample, a copy-pastable example if possibledf = pd.DataFrame({'a': [None, 2, 3]})df.rolling(3)['a'].sum()df.rolling...

Pandas having problems with my panda-multiresorts-4.4.0 installation

After filling in all the information for installing panda-multiresorts-4.4.0 this is the error message i getBad token! T...

Pandas Add .nunique method to DataFrame and .groupby

Currently, pd.DataFrame does not have a .nunique methodDataFrames have various aggregation methods that they share with ...

Pandas DataFrame.apply() returns DataFrame unexpectedly when length of list stored in cell matches DF-dimensions

Code Sample, a copy-pastable example if possibleimport pandas as pd# list length does NOT match DataFrame dimensions, wo...

Pandas Values with the same indexes as x,y from np.array and pd.DataFrame aren't equal.

Code Sample, a copy-pastable example if possibleimport pandas as pdimport numpy as nparr = np.array([[1,2,3],[4,5,6]])df...

Pandas Writing custom series to HDF store

How do you write custom objects to an HDF file store?Is there any guidelines for writing custom series to an HDF store? ...

Pandas Call save,Prompt list index out of range

Code Sample, a copy-pastable example if possibleimport openpyxlpath = r'C:\Users\hcb\Desktop\test.xlsx'wb = openpyxl.loa...

Pandas different view when index a panel with multiindex

Code Sample, a copy-pastable example if possibleProblem descriptionI find a bug when using panel.apply(), and with some ...
上一页 下一页
.