I am trying to flatten a JSON file using Dask. Due to the source file size, I want to load this data directly to Dask without creating a Pandas Dataframe first. Here is what