Pandas getting IOError when creating DataFrame

HiI am getting error when creating DataFrame and I have no idea on how to fix itIn [6]: import pandas.io.data as webIn [...

Pandas BLD: pymysql 0.6.6

looks like pymsyql just got updated from 0.6.3 to 0.6.6, see here: https://travis-ci.org/pydata/pandas/jobs/53409636chan...

Pandas groupby problem when dataframe has only one column

>>> import pandas as pd >>> import numpy as np>>> df = pd.DataFrame(index=range(10),data=np.r...

Pandas build problem with cython 0.21.2

I've just tried to build pandas0.15.2 and hit the problem below:pandas/parser.pyx:164:39: Expected ')', found '*'buildin...

Pandas Behavior of Series.values when dtype is "category" is surprising

Say I make a category-type Series:s = pd.Series(["a", "b", "c"], dtype="category&quot...

Pandas web.DataReader with Yahoo not getting correct data set

Hi,I am not sure if this issue is related to Pandas or Yahoo Finance however whenever you try to load a stock data with ...

Pandas Licenses update required?

Hi,I was just wondering if all the licenses are up to date? I only ask because I notice a dependency is python-dateutil ...

Pandas error_bad_lines=False and conversion to float

When I set the error_bad_lines=False, then the conversion of some data (most likely in bad lines) to float in csv is not...

Pandas ImportError: No module named style in python2.7.9

Hi all, I am using python 2.7.9 on linux centos which I just installedWhen I execute my python script to produce an exce...

Pandas setting values in panel using dataframe mask creates different results when selecting

apologies if this is a manifest of another issue, though I couldn't find one after some searching.the following behavior...

Pandas float column names leads to error in boxplot -> index.py [+ fix suggestion]

I am using Python 3, it might be a source of the problems.I have a dataframe with columns ['genotype_cont', 0, 2.5, 5]. ...

Pandas attempted relative import in non-package with Pandas

I am using python 2.6.2 64 bit with windows 8.1. I am very new to python and I have downloaded some libraries such as pa...

Pandas datetools.thisYearBegin is wrong

import pandas as pdfrom datetime import datetimepd.datetools.thisYearBegin(datetime(2015,2,1))This returns Timestamp('20...

Pandas DOC: revise read_csv doc-string/io.rst to show CSV quoting mechanism

http://stackoverflow.com/questions/28541302/pandas-to-csv-with-quoting-3-quote-nonnumeric-doesnt-workremove the actual n...

Pandas Unexpected output of table pivoting when there is little data; a TimeGrouper object is in the index.

# coding: utf-8import pandas as pdimport numpy as npframe = pd.read_csv("table.csv", engine="python"...

Pandas crash with TypeError when repeatedly appending to HDFStore

When merging HDF5 files and thus appending to a Series stored in a node, I get the following stacktrace from time to tim...

Pandas Pandas + py2exe error: Parent module '' not loaded, cannot perform relative import

I have a very simple program in python that works perfectly within Spyder or Eclipse, but fails when executed in the com...

Pandas read_csv and unicode characters in filename (python 2.7, pandas 15.2)

The code:import pandasdf = pandas.read_csv(u"C:/成功例Q309~Metadata.tsv")does not work, and gives the output:IOEr...

Pandas Panel.to_excel fails when axis 0 contains unicode strings

Hello,while exporting a panel with unicode strings in the items axis to_excel fails with a UnicodeEncodeError. The follo...

Pandas BUG: binary comparison of numpy.int/float and Series

This only happens with the numpy object is on the left. It doesn't matter if it's an int or a float. This error does not...
上一页 下一页
.