Fill empty cells with the next value on the row! Python in Excel #23

Опубликовано: 05 Октябрь 2024
на канале: Flex Your Data
629
20

There are so many ways to solve a problem in Excel these days. Some are much easier than others. Filling empty cells is laughably easy with Python.

This very short video demonstrates the use of df.bfill to back-fill a DataFrame along each row.

#data #python #excel #pythoninexcel #coding #analytics