Skip to content

Instantly share code, notes, and snippets.

@sumansrivastava
Last active September 27, 2022 07:13
Show Gist options
  • Select an option

  • Save sumansrivastava/8e2de22f8036fe916060647964c38f25 to your computer and use it in GitHub Desktop.

Select an option

Save sumansrivastava/8e2de22f8036fe916060647964c38f25 to your computer and use it in GitHub Desktop.
import json
import pandas as pd
data = json.load(open('plan.json'))
resource_changes =pd.DataFrame(data["resource_changes"])
print(resource_changes)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment