Preview:
GDP2021= GDPQ12021.nlargest(10,'QGDP')
GDP2021.clean= GDP2021[["CountryName","QGDP"]]
GDP2021_rename= GDP2021.clean.rename(columns = {'QGDP': 'GDP Q1-2021'})
GDP2021_rename
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter