Trial by Fire: From Garbage Excel to Relational Graph with Python and Pandas

1. The Hook: Industrial Data Entropy In standard academic theory, data sets are inherently clean. In the active reality of the industrial supply chain, obsolete ERPs continually export garbage arrays. Receiving a flat Bill of Materials systematically exported from a legacy database immediately binds you to processing massive structural entropy: entirely void parameter cells, anomalous blank spacing hidden inside critical part numbers (e.g., " SN74LS00N "), unstandardized component manufacturer nomenclatures (inconsistently shifting between capitals and disparate acronyms like “ti”), and severe mixed data typing where strict numerals conflict natively with raw text variables. ...

April 25, 2026 · Datalaria

S&OP: Why Your Excel Is Lying to You (and How to Interrogate It with Python)

In S&OP (Sales & Operations Planning) meetings, opinions are often discussed instead of facts. “I think we’ll sell more”, “Last month was weird”. The root problem is not the lack of business vision, it’s the lack of signal integrity. Most supply chains are managed on spreadsheets that accept anything: dates as text, blank spaces, and typos that turn a 100-unit order into 100,000. When you feed your prediction algorithm with that “garbage,” you get amplified garbage (the financial Bullwhip effect). ...

February 28, 2026 · Datalaria

Weather Service Project (Part 3): Predicting the Future with AI and OpenWeatherMap

From data collection to dynamic dashboards, now it’s time to predict! This post explores integrating OpenWeatherMap’s 5-day forecast and building our own 1-day AI prediction model using historical data, all visualized in our interactive frontend.

November 15, 2025 · Datalaria