-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
json_normalize throws TypeError
with array of values and record_prefix
#21536
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Milestone
Comments
That indeed looks suspicious! PR to patch is welcome! cc @WillAyd |
vuminhle
added a commit
to vuminhle/pandas
that referenced
this issue
Jun 19, 2018
vuminhle
added a commit
to vuminhle/pandas
that referenced
this issue
Jun 19, 2018
vuminhle
added a commit
to vuminhle/pandas
that referenced
this issue
Jun 19, 2018
4 tasks
vuminhle
added a commit
to vuminhle/pandas
that referenced
this issue
Jun 19, 2018
jreback
pushed a commit
that referenced
this issue
Jun 22, 2018
jorisvandenbossche
pushed a commit
that referenced
this issue
Jun 29, 2018
jorisvandenbossche
pushed a commit
that referenced
this issue
Jul 2, 2018
Sup3rGeo
pushed a commit
to Sup3rGeo/pandas
that referenced
this issue
Oct 1, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Code Sample, a copy-pastable example if possible
Problem description
The above code throws a
TypeError
:I think line 262 in
normalize.py
should be:because
x
can be integer.Expected Output
Output of
pd.show_versions()
INSTALLED VERSIONS
commit: None
python: 3.6.4.final.0
python-bits: 64
OS: Windows
OS-release: 10
machine: AMD64
processor: Intel64 Family 6 Model 62 Stepping 4, GenuineIntel
byteorder: little
LC_ALL: None
LANG: None
LOCALE: None.None
pandas: 0.23.1
pytest: 3.6.1
pip: 10.0.1
setuptools: 28.8.0
Cython: None
numpy: 1.14.2
scipy: None
pyarrow: None
xarray: None
IPython: 6.3.1
sphinx: None
patsy: None
dateutil: 2.7.2
pytz: 2018.4
blosc: None
bottleneck: None
tables: None
numexpr: None
feather: None
matplotlib: None
openpyxl: None
xlrd: None
xlwt: None
xlsxwriter: None
lxml: None
bs4: 4.6.0
html5lib: 1.0.1
sqlalchemy: None
pymysql: None
psycopg2: None
jinja2: 2.10
s3fs: None
fastparquet: None
pandas_gbq: None
pandas_datareader: None
The text was updated successfully, but these errors were encountered: