Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 863 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 863 Bytes

Google Stock TimeSeries 🧑🏻‍💻

An introduction to time series using Google Stock and developing a Google Stock forecast

The csv

The following CSV can be found in Kaggle here is the link https://www.kaggle.com/datasets/shreenidhihipparagi/google-stock-prediction

Time Series ⌚️

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.

Screenshot 2023-11-08 at 3 57 40 PM

Installations 🖥️

import pandas as pd
import pandas as numpy
import matplotlib.pyplot as plt
import datetime as dt