Skip to content

Instantly share code, notes, and snippets.

@everpcpc
everpcpc / aws-billing.py
Last active June 1, 2023 07:08
Analyse AWS billing report
#!/usr/bin/env python3
import json
import glob
import argparse
import pandas as pd
ITEM_TYPE = "lineItem/LineItemType"