Robo-Advisor with Python by Aki Ranin
Author:Aki Ranin
Language: eng
Format: epub
Publisher: Packt Publishing Pvt Ltd
Published: 2023-02-08T00:00:00+00:00
Figure 8.3 â Illustrative portfolio breakdown by asset industry
If we wanted, we could easily clean this up a little by replacing the underscore characters with spaces and capitalizing each word:
for index, value in sectorLabels.iteritems(): sectorLabels[index] = (value.capitalize().replace("_", " ")) plt.pie(sectorWeights, labels = sectorLabels) plt.show()
If we go through each of the industry sector labels, we can then use the capitalize and replace functions on each string to get the result we wanted, as shown in the following screenshot:
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Exploring Deepfakes by Bryan Lyon and Matt Tora(5657)
Robo-Advisor with Python by Aki Ranin(5581)
Offensive Shellcode from Scratch by Rishalin Pillay(4999)
Ego Is the Enemy by Ryan Holiday(4422)
Management Strategies for the Cloud Revolution: How Cloud Computing Is Transforming Business and Why You Can't Afford to Be Left Behind by Charles Babcock(4278)
Learning C# by Developing Games with Unity 2021 by Harrison Ferrone(3119)
Python for ArcGIS Pro by Silas Toms Bill Parker(3092)
Speed Up Your Python with Rust by Maxwell Flitton(3055)
OPNsense Beginner to Professional by Julio Cesar Bueno de Camargo(3031)
Extreme DAX by Michiel Rozema & Henk Vlootman(3006)
Liar's Poker by Michael Lewis(2989)
Agile Security Operations by Hinne Hettema(2985)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic and Jasmin Redzepagic(2970)
Essential Cryptography for JavaScript Developers by Alessandro Segala(2946)
Microsoft 365 and SharePoint Online Cookbook by Gaurav Mahajan Sudeep Ghatak Nate Chamberlain Scott Brewster(2939)
Elevating React Web Development with Gatsby by Samuel Larsen-Disney(2897)
Cryptography Algorithms by Massimo Bertaccini(2835)
AI-Powered Commerce by Andy Pandharikar & Frederik Bussler(2828)
Incident Response Techniques for Ransomware Attacks by Oleg Skulkin(2811)