https://github.com/vigneshss-07/json
This deals with parsing and converting of JSON(nested json objects and complex structure of json objects) to pandas dataframe.
https://github.com/vigneshss-07/json
json-api json-schema json-server jsonparser jsontocsv jsontotable
Last synced: about 2 months ago
JSON representation
This deals with parsing and converting of JSON(nested json objects and complex structure of json objects) to pandas dataframe.
- Host: GitHub
- URL: https://github.com/vigneshss-07/json
- Owner: vigneshSs-07
- Created: 2021-09-23T12:45:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-01T15:09:03.000Z (about 2 years ago)
- Last Synced: 2025-01-16T07:57:11.150Z (3 months ago)
- Topics: json-api, json-schema, json-server, jsonparser, jsontocsv, jsontotable
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JSON
* This deals with parsing and converting of JSON(nested json objects and complex structure of json objects) to pandas dataframe.
* Reading JSON data from API, json files, files and databases. Converting it to pandas as well as pyspark dataframe.***Parse JSON to dataframe***
* https://www.youtube.com/watch?v=FVECTpahzCQ
* https://www.youtube.com/watch?v=FVECTpahzCQ&list=PL9hm1VKOqnvO6dZnoFV8HFYrQUQ7Tdkc5### API:
* https://www.dataquest.io/blog/python-api-tutorial/
* https://realpython.com/python-api/
* https://realpython.com/api-integration-in-python/
* https://www.youtube.com/watch?v=KM_9in6ei50## JSON:
* https://www.w3schools.com/js/js_json_intro.asp
* https://www.youtube.com/watch?v=JuFdz8f-cT4
* https://www.youtube.com/watch?v=iiADhChRriM