Kanakadurga Kunamneni

Kanakadurga Kunamneni

@kdkunamneni

Posts by Kanakadurga Kunamneni (5)

SQLPrivacyHIPAAPHISHA-256Intermediate

Beyond the Scrub: A Technical Guide to De-identification in SQL

Moving from raw PHI to a HIPAA-compliant dataset requires more than just dropping columns. In this guide, we explore the SQL implementation of Safe Harbor de-identification, the nuances of salted SHA-256 hashing, and the critical architectural differences between De-identified and Limited Data Sets.

Kanakadurga KunamneniKanakadurga KunamneniApril 2, 20264 min
Data VisualizationChoropleth MapsPythonTableauApache SupersetGeospatial AnalysisIntermediate

Beyond the Spreadsheet: A Guide to Choropleth Maps

Mapping geographic data is more than just shading regions on a screen; it's about uncovering spatial patterns that standard charts often hide. Whether you are leveraging the speed of Tableau, the precision of Python, or the open-source scale of Apache Superset, the success of your map depends on one critical rule: normalize your data. Discover how to choose the right tools and design principles to ensure your choropleth maps tell the true story behind your data.

Kanakadurga KunamneniKanakadurga KunamneniMarch 1, 20263 min
SQLData ScienceCodingBeginner

The SQL BETWEEN Operator: More Than Just "Syntactic Sugar"

The BETWEEN operator is one of the most common tools in a SQL developer’s kit, yet it is often the source of subtle, production-breaking bugs. From the "inclusive" trap of DATETIME stamps to handling messy strings with TRIM and LEFT, this article explores how to use BETWEEN effectively without sacrificing performance or accuracy.

Kanakadurga KunamneniKanakadurga KunamneniMarch 1, 20263 min
PolarsPythonData ScienceProgrammingIntermediate

Why Polars? A Health Data Scientist’s Perspective on Modern Architecture

As clinical datasets grow in complexity, the traditional tools of data science are hitting a performance wall. This article explores the architectural "why" behind Polars from its Rust-based parallelism to its intelligent query optimizer and explains how these features solve the unique data integrity and memory challenges faced by health data scientists today.

Kanakadurga KunamneniKanakadurga KunamneniFebruary 23, 20263 min
SQLPostgreSQLRedshiftStatisticsHealthcareData AnalysisBeginner

Why is "Mode" Missing from Your SQL Toolbox?

Calculating Mean and Median in SQL? Easy. But try finding the Mode (the most frequent value) and the database goes silent. Here's why MODE() never made it into standard SQL, and how to work around it.

Kanakadurga KunamneniKanakadurga KunamneniFebruary 18, 20264 min