Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Loading the Data | Time Series Analysis
Introduction to RNNs
course content

Kursusindhold

Introduction to RNNs

Introduction to RNNs

1. Introduction to RNNs
2. Advanced RNN Variants
3. Time Series Analysis
4. Sentiment Analysis

book
Loading the Data

In this chapter, we demonstrate how to load stock exchange data using the yfinance library in Python. yfinance allows easy access to historical stock data, which is crucial for time series forecasting tasks like stock price prediction.

  • What is yfinance?: yfinance is a Python library that provides an easy way to download historical stock data from Yahoo Finance. It supports various data points such as stock prices, volumes, and dividends, and can fetch data for individual stocks or market indices.

  • Installing yfinance: Before using yfinance, you need to install the library. You can install it using pip:

    python
  • Loading the data:

    python
question mark

Which of the following columns is NOT included in the data fetched from yfinance?

Select the correct answer

Var alt klart?

Hvordan kan vi forbedre det?

Tak for dine kommentarer!

Sektion 3. Kapitel 2
Vi beklager, at noget gik galt. Hvad skete der?
some-alt