Skip to content

Instantly share code, notes, and snippets.

import json
from pandas.io.json import json_normalize
import pandas as pd
import collections
import csv
import boto3
from io import StringIO
s3 = boto3.client('s3')
{
"Employee": {
"name": "Rakesh",
"job": "software engg.",
"address": "kolkata",
"contact": [{
"office": "22222",
"personal": "9999999999"
}]
}