A table anonymiser
What I built (github) is a first step, not the destination. An anonymiser can strip identifiers from a billing file like a CUR, and mine is designed to work across table …
Section
What I built (github) is a first step, not the destination. An anonymiser can strip identifiers from a billing file like a CUR, and mine is designed to work across table …
We in IT pretend we are above fashion. We mock trends, wear bad T-shirts, and call it seriousness. Yet every year we rush to learn the next shiny language, not because we …
You don’t need to understand forecasting to use it. This tool lets you test several algorithms on your own data, see how each behaves, and decide which story fits your …
Data isn’t useful until it becomes *your* data.
Forecasting shouldn’t be a black box. forecast_costs.py runs multiple models—SMA, Holt-Winters, ARIMA, NeuralProphet, and more—to show how each interprets your data. …
The first FinOps Toolkit tool, cost_and_usage.py, was built for simplicity: one command, one CSV, two columns — date and number. It pulls AWS cost data with minimal …
The FinOps Toolkit is a set of open-source scripts to explore, forecast, and explain cloud costs. No dashboards, no lock-in. Some tools are AWS-specific; others are …
My experience with implementing tooltips and x-axis functionality in data visualization
Powered by DucDuckGo
Looking around the web often gets me to non-Athena ways. So here we go. In AWS Athena you get the numbers of days between two dates like this: SELECT date_diff('day', …