There is a problem with loading data into python and converting it to json form.

Asked 2 years ago, Updated 2 years ago, 38 views

I was giving it to the url address of the data in the National Statistical Office, so I tried to call it up using requests, convert it to json, and put it in the data frame. I don't understand the error well, so I'd appreciate it if you could explain and give me a hintㅠ<

json python3

2022-09-21 23:03

1 Answers

Is the URL you uploaded JSON? I think it's a problem because it's not JSON.

It's not JSON when I look at the URL below that shows the demographics.

http://kosis.kr/statHtml/statHtml.do?orgId=101&tblId=DT_1SN1005&conn_path=I2


2022-09-21 23:03

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.