top of page
Portfolio stocks Project
Here is where i learnt the basics of Pandas. Thanks for visiting this page. Below all the discoverings and creations.
Pandas fundamentsals
Created a DataFrame for a bank with all the raw data, and then visualized.
Let's analyze it a bit..
Here we discover the type and diplay the first two rows and last two of the DataFrame created above using the .head() function and the .tail()
And here we are.. "The Project!"
Here using the skills learned above we've created a DataFrame portfolio of 3 simple stocks, putting some casual numbers as values.
Why we do not search the total asset value?
Here using the sum() function we obtain the total sum.
Thanks for reading this page!
Hope you learnt to translate all this code in something useful for your own projects.
bottom of page