You can delete it with:
table.drop([["population", ""]], axis=1, inplace=True)
Or with:
table.drop(("population", ""), axis=1, inplace=True)
You can delete it with:
table.drop([["population", ""]], axis=1, inplace=True)
Or with:
table.drop(("population", ""), axis=1, inplace=True)