Additional-function-for-pandas

Very useful and necessary functions that simplify working with data


random_fill_nan(module_name, nan) – Replaces all specified values (in nan) with random in lists, keeping aspect ratio.

Example work (Let’s remove the values – ‘unknown’)

Before:

After:

GitHub

View Github