MrFuguDataScience / JSON

Create, Send, Transform JSON Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JSON

Create, Send, Transform JSON Data

This repository goes over various examples of parsing JSON data either nested or unnested. You will have tips and tricks, functions to parse or create JSON data. Import into dataframes as well as database usage.

--------------------------------------------------

JSON to Dataframe and function: filename Json_Python.ipynb, Convert JSON data to data frames

Nested JSON Creation Python: filename Nested Dictionary Example.ipynb, Create Nested Dictionaries and Understand Pitfalls

Python_PSQL_NestedJSON: filename PSQL_JSON.ipynb, Psycopg2 parsing nested JSON inside of postgresql

Parse_NestedJSON_tweets: filename Parse_NestedJSON.ipynb, parsing extremely nested JSON from raw Twitter data

API_NestedJson: filename API_Nested_JSON_toDF.ipynb, Read Nested Twitter Data into Python (without parsing through it)

GoogleTimeLine_JSON: filename Google_Addr_stuff.ipynb, Google Timeline File Nested JSON parsing

Mult_EX_NestJSON: filename Nested_Json_Mult_Ex.ipynb, Show different techniques how to parse varying examples of JSON

Parse_NestedJSON: filename Parse_NestedJSON.ipynb, Parse Extremely Nested JSON (raw tweets)

``

About

Create, Send, Transform JSON Data


Languages

Language:Jupyter Notebook 100.0%