Pandas Feature suggestion for pandas.io.gbq: option to ignore unknown values

GBQ offers a handy option to ignore unknown values in a data insert.This is especially useful if working with data that ...

Pandas Irregular TimedeltaIndex points being spaced regularly along x-axis

This bug shows up when using the plot method of a Series or DataFrame (Series example below) that has a TimedeltaIndex. ...

Pandas Panel partial index is transposed when minor_index is MultiIndex

I can index a Panel to get a data frame, e.g. by major_axis:>>> p = pd.Panel(np.arange(8).reshape(2,2,2),items=...

Pandas test_expand_user failure in 0.17.0

======================================================================FAIL: test_expand_user (pandas.io.tests.test_commo...

Pandas .read_sql_query works but .read_sql_table fails

Pandas is very helpful and I have been using it heavily recently. However, I have run into an issue where this code work...

Pandas add a graph data structure using the data frame

Comment From: jrebackan example of the use case would be helpfulComment From: annamcmahonThis is useful for visualize or...

Pandas PERF/CLN: see what we can use from offsets.pyx

xref #11205 https://github.com/pydata/pandas/blob/master/pandas/src/offsets.pyxis in the repo but is not included in the...

Pandas TST: fix some unreliable html_truncate tests

These are occasionally failing on travis: https://github.com/pydata/pandas/commit/2f59a027a28ef50aeedb7753420a7605a2036a...

Pandas API: gbq new methods naming

we need to make the API's more explicit/consistent.create_tabledelete_tabletable_existsshould these betable_createtable_...

Pandas SettingWithCopyWarning and pd.cut

When I run the code below, i get the SettingWithCopyWarning and I am unsure of what I am doing wrong. Is there a way to ...

Pandas PERF: some regressions

http://pydata.github.io/pandas/# is a view since 0.14 (its not every tag, but a sampling).The regressions pages is now w...

Pandas to_csv

import pandas as pdtext = 'this is "out text"'df = pd.DataFrame(index=['1'],columns=['1','2'])df.loc['1','1']=123df.loc[...

Pandas datetime64[ns] astype datetime64[s]

Hello all,I'm trying to convert a datetime64[ns] object to a unix timestamp without an apply.I was wondering if it was t...

Pandas DOC: add 4th level to toc for various doc pages

here added 4th level menu items where appropriate in io.rst.might pay to do this somewhat in some other sections just to...

Pandas Incorrect dtype coercion with panel assignment

After runningimport numpy as np randn = np.random.randnfrom pandas import *the following code creates a panel:## Create ...

Pandas Idea - Integration with Data Packages

Data Packages is a project that offers a standardized and extensible way of packaging up data. There is already a growin...

Pandas Can't fillna with None in a dataframe

I was looking to replace all np.nan values in a dataframe with None, I was trying to do this using fillna, but it seems ...

Pandas BUG: Panel indexing with partial setting

xref #10360 / #10838 takes care of full slices, e.g. p.iloc[0,0,:] = [1,2,3], but the following is still failing(whether...

Pandas to_csv with lists of strings and unicode encoding produces wrong output

If I have a dataframe with cells containing lists of strings (or unicode strings), then these lists are broken when I us...

Pandas Int64Index does not support modulo operator under pandas 0.15

In pandas 0.15, a DataFrame's index no longer supports the modulo operator. I believe the following code used to work u...
上一页 下一页
.