An introduction to time series using Google Stock and developing a Google Stock forecast
The following CSV can be found in Kaggle here is the link https://www.kaggle.com/datasets/shreenidhihipparagi/google-stock-prediction
A time series is a data technique used to measure or track data over a period of time. The dataset consisted of five different categories. The average column was the most important part of demonstrating how over time the Google Stock price did differ.
import pandas as pd
import pandas as numpy
import matplotlib.pyplot as plt
import datetime as dt