Skip to content

Instantly share code, notes, and snippets.

View Renu2387's full-sized avatar

Renu2387

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@Renu2387
Renu2387 / Final Assignment Webscraping.ipynb
Created December 22, 2022 12:27 — forked from KTakitani/Final Assignment Webscraping.ipynb
Extracting Stock Data Using a Web Scraping
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
# importing required values
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt
%matplotlib inline
# read the train data
train_data = pd.read_csv('dataset/train_kOBLwZA.csv')
# check for the null values