Learn practical skills, build real-world projects, and advance your career

Google Stock Data

Project Description

Hey,This is Ganesh, I got the Google stock data from Kaggle and am gonna do some analysis on that like how the stocks grew and all. We know that A Stock is a financial instrument that represents ownership in a company or corporation and represents a proportionate claim on its assets (what it owns) and earnings (what it generates in profits)Stocks are also called shares or a company's equity.
Now a days we all want some passive income and the best way of getting that is through investing in stocks. But we have to analyze the previous stock data of a company before investing into it otherwise we may end up in loss.
In this project we are going to analyze the Google stock data
This course Data Analysis with Python: Zero to Pandas is one of the best courses i came across the Internet. I wanted to learn to learn Data Analytics for a long time but haven't got good course for that . This course helped me a lot.

Downloading the Dataset

Found this Dataset Google stock data Intresting on kaggle.Its in CSV format so i can use it in oandas directly.

!pip install jovian opendatasets --upgrade --quiet

Let's begin by downloading the data, and listing the files within the dataset.

dataset_url = 'https://www.kaggle.com/varpit94/google-stock-data'