First, let’s change the number to millions

Go to Value Field Settings

Copy of Copy of class Car def init(self, brand, model) self,brand = brand self,model = model (13)_enhanced.png

Go to Number Format

Search Google “How to format numbers in thousands, millions or billions in Excel?”

Copy of Copy of class Car def init(self, brand, model) self,brand = brand self,model = model (14)_enhanced.png

Copy of Copy of class Car def init(self, brand, model) self,brand = brand self,model = model_enhanced.png

Do the same for all

Copy of Copy of class Car def init(self, brand, model) self,brand = brand self,model = model (1)_enhanced.png

Use ( 0.0,,"M" ) instead of ( 0,,"M" )

Do the same for all

let’s correct the page layout

Delete the 1 column from the left side