Libraries Flashcards

1
Q

NumPy

A

import numpy as np

used for mathematical functions, runs on C, and used by pandas and other libraries

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Pandas

A

import pandas as pd

used to manage data frames and series

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

yFinance

A

import yfinance as yf

to download stocks data from yahoo

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

datetime

A

import datetime

to use dates as index on a data frame and other date related functions

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

matplotlib

A

import matplotlib.pyplot as plt
%matplotlib inline

to display graphs and chart

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

warnings

A

import warnings

warnings.filter(‘ignore’)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

seaborn

A

import seaborn as sns
sns.set()

Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

scipy

A

import scipy.stats as scs

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

statsmodel

A

import statsmodels.api as sm
import statsmodels.tsa.api as smt
from statsmodels.stats.stattools import jarque_bera

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

prophet

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

scikit-learn

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

PyFlux

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

fecon236

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

PM-Prophet

A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Pandas-TA

A

Technical Analysis Indicators

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

nasdaqdatalink

A

import nasdaqdatalink