Extracting a list of JSONs and Creating a Dataframe; with Milliseconds to Date format Conversion

Kulasangar Gowrisangar
Nerd For Tech
Published in
3 min readMay 4, 2023

--

Taken from Unsplash

In this blogpost we’ll see:

  1. Extracting a list of jsons and converting it into a Pandas dataframe
  2. Convert milliseconds to date time format

Let’s assume that we have the following list of jsons:

[{"create_dttm": {"$date"…

--

--