{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "
inplace
means that the df object gets re-created with its new indexes. It's convenient, but if at any point we wish to re-run cells beyond this point, it is better to start from the beginning to ensure that the df
object conforms to whatever code cell operates on it.