Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
json_normalize should be able to accept an empty list #15534
Comments
jreback
added this to the
Next Major Release
milestone
Feb 28, 2017
jreback
added Bug Difficulty Novice Effort Low IO JSON
labels
Feb 28, 2017
|
yep, I think returning an empty |
jreback
added IO JSON and removed IO JSON
labels
Feb 28, 2017
rgbkrk
added a commit
to rgbkrk/pandas
that referenced
this issue
Mar 1, 2017
|
|
rgbkrk |
3c3cb8a
|
rgbkrk
added a commit
to rgbkrk/pandas
that referenced
this issue
Mar 4, 2017
|
|
rgbkrk |
d2fbe44
|
rgbkrk
added a commit
to rgbkrk/pandas
that referenced
this issue
Mar 4, 2017
|
|
rgbkrk |
62138d0
|
jorisvandenbossche
modified the milestone: 0.20.0, Next Major Release
Mar 4, 2017
jorisvandenbossche
closed this
in #15535
Mar 4, 2017
jorisvandenbossche
added a commit
that referenced
this issue
Mar 4, 2017
|
|
rgbkrk + jorisvandenbossche |
7ae4fd1
|
AnkurDedania
added a commit
to AnkurDedania/pandas
that referenced
this issue
Mar 21, 2017
|
|
rgbkrk + AnkurDedania |
06c5c6e
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
rgbkrk commentedFeb 28, 2017
•
edited
Code Sample, a copy-pastable example if possible
Problem description
This should probably return an empty dataframe when the list is empty, based on
len(data)being 0.Expected Output
Admittedly, this could be a series too -- I was using this across several collections and noticed I had to code around when some entries were empty.
Output of
pd.show_versions()