igel icon indicating copy to clipboard operation
igel copied to clipboard

Add test handle missing values

Open HeerakKashyap opened this issue 4 months ago • 0 comments

This PR addresses issue #117 by adding a basic test for the handle_missing_values function in preprocessing.py. The test covers default behavior, dropping missing values, and custom fill values. This improves code reliability and helps catch regressions.

Fixes #117

HeerakKashyap avatar Jun 05 '25 16:06 HeerakKashyap