玖涯软件开发
Home
Blog
Pandas Feature suggestion for pandas.io.gbq: option to ignore unknown values
2025-02-10 00:36:53
1908
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
2025-02-10 00:36:47
1182
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
2025-02-10 00:36:42
1641
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
2025-02-10 00:36:37
2303
======================================================================FAIL: test_expand_user (pandas.io.tests.test_commo...
Pandas .read_sql_query works but .read_sql_table fails
2025-02-10 00:36:32
8997
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
2025-02-10 00:36:28
1176
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
2025-02-10 00:36:22
2441
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
2025-02-10 00:36:16
733
These are occasionally failing on travis: https://github.com/pydata/pandas/commit/2f59a027a28ef50aeedb7753420a7605a2036a...
Pandas API: gbq new methods naming
2025-02-10 00:36:11
266
we need to make the API's more explicit/consistent.create_tabledelete_tabletable_existsshould these betable_createtable_...
Pandas SettingWithCopyWarning and pd.cut
2025-02-10 00:36:06
5449
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
2025-02-10 00:36:00
3330
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
2025-02-10 00:35:55
6909
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]
2025-02-10 00:35:50
4089
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
2025-02-10 00:35:44
966
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
2025-02-10 00:35:39
1427
After runningimport numpy as np randn = np.random.randnfrom pandas import *the following code creates a panel:## Create ...
Pandas Idea - Integration with Data Packages
2025-02-10 00:35:33
838
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
2025-02-10 00:35:28
2797
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
2025-02-10 00:35:23
1346
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
2025-02-10 00:35:18
4588
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
2025-02-10 00:35:13
2242
In pandas 0.15, a DataFrame's index no longer supports the modulo operator. I believe the following code used to work u...
上一页
下一页
1
…
81
82
83
84
85
…
2246
.