Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Segfault when json serializing a 0d `numpy.array` #9576
Comments
gpoulin
changed the title from
Segfault when json serializing a `pandas.Series` containing `numpy.array` to Segfault when json serializing a 0d `numpy.array`
Mar 3, 2015
gpoulin
referenced
this issue
Mar 3, 2015
Closed
BUG: Raise TypeError when serializing 0d ndarray #9578
jreback
added Bug JSON
labels
Mar 5, 2015
jreback
added this to the
0.17.0
milestone
May 9, 2015
gpoulin
added a commit
to gpoulin/pandas
that referenced
this issue
Jul 11, 2015
|
|
gpoulin |
ea3e4af
|
jreback
added a commit
that referenced
this issue
Aug 31, 2015
|
|
gpoulin + jreback |
a06816e
|
|
closed by #9578 |
jreback
closed this
Aug 31, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gpoulin commentedMar 3, 2015
Pandas json serializer Segfault when trying to serialize a 0d
numpy.array. Ideally, it should able to serialize this structure as a scalar or at least raise aTypeError.pandas version
(also tested with python2.7/pandas0.15.2/gentoo and python3.3/pandas0.15.2/gentoo and python3.4/pandas0.15.2/Ubuntu/anaconda)