⚠️ **DEMO By mangoblogger.com:** [email protected]

Exploration via
Code & Compass

Welcome to Mangoblogger. I track anomalies in data by day and explore European history by weekend. A public journal of python scripts and passport stamps.

Get in Touch

The Mangoblogger

Prasanna Kulkarni is a creator operating at the intersection of technology and wanderlust. From building Isolation Forest models to detect data anomalies to documenting the hidden gems of Liechtenstein and Vatican City, this is a digital garden of curiosity.

Latest in Coding

Python // Data Science

Tracking Anomaly in Data

def anamoly_detection(new): new["std"] = new["value"].std() new["huge_change"] = diff > quantile # IsolationForest Implementation model = IsolationForest(contamination=0.3)

A deep dive into using Pandas, Matplotlib, and Scikit-Learn (IsolationForest) to detect statistical anomalies in time-series data.

Read Article →
Productivity // AI

AI Tools for Enhanced Productivity

Exploring the landscape of Generative AI, ChatGPT, and automated workflows to speed up development.

Read Article →
Automation

Scheduled Script Windows

A practical guide to automating Python scripts on Windows environments for effortless data pipelines.

Read Article →

Travel Logs

Documenting history, culture, and nature across the globe.

🇦🇹 Austria 🇧🇪 Belgium 🇫🇷 France 🇩🇪 Germany 🇮🇳 India 🇮🇹 Italy 🇱🇮 Liechtenstein 🇳🇱 Nederland 🇵🇹 Portugal 🇪🇸 Spain 🇨🇭 Switzerland 🇬🇧 United Kingdom 🇺🇸 United States 🇻🇦 Vatican City

Exploring Liechtenstein

A journey through history, culture, and nature in one of Europe's smallest and most intriguing principalities.

Right to Self-Representation

A look into the Canadian Charter of Rights and Freedoms regarding "pro se" legal representation.

Let's Connect

Have a project in mind or want to discuss data anomalies?

+1 (555) 012-3456
Send Message
```