Nineya
Home
Blog
Pandas getting IOError when creating DataFrame
2025-02-10 00:29:55
716
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
2025-02-10 00:29:50
863
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
2025-02-10 00:29:45
1032
>>> 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
2025-02-10 00:29:40
4812
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
2025-02-10 00:29:35
3022
Say I make a category-type Series:s = pd.Series(["a", "b", "c"], dtype="category"...
Pandas web.DataReader with Yahoo not getting correct data set
2025-02-10 00:29:30
1794
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?
2025-02-10 00:29:26
1453
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
2025-02-10 00:29:21
1887
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
2025-02-10 00:29:16
2416
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
2025-02-10 00:29:11
1464
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]
2025-02-10 00:29:07
2666
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
2025-02-10 00:29:02
1367
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
2025-02-10 00:28:57
1819
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
2025-02-10 00:28:52
353
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.
2025-02-10 00:28:47
4327
# 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
2025-02-10 00:28:42
8337
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
2025-02-10 00:28:37
4736
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)
2025-02-10 00:28:31
3070
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
2025-02-10 00:28:26
1054
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
2025-02-10 00:28:21
4924
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...
上一页
下一页
1
…
85
86
87
88
89
…
2246
.