Building a quantitative value investing strategyQuantitative Value StrategyQuantitative value intestment means invest in the stocks that are “cheapest” relative to comm2024-02-28 Quantitative Investmentyfinance xlsxwriter
Building a quantitative momentum investing strategyQuantitative Momentum StrategyQuantitative Momentum is an investment strategy which selects for investment the stocks wh2024-02-26 Quantitative Investmentyfinance xlsxwriter
Building an equal-weight S&P 600 index fundLoad the list of S&P 600 companies from WikepediaThe S&P 600 is an index of small-cap company stocks created by2024-02-25 Quantitative Investmentyfinance xlsxwriter
Read S&P 500 list of companies from Wikipedia and retrieve stock data using yfinanceLoad the list of S&P 500 companies from Wikepediaimport pandas as pd def load_data(url): html = pd.read_html(ur2024-02-24 Quantitative Investmentpandas seaborn yfinance matplotlib
Coordinates projection with PythonCoordinates reference system tells Python how the coordinates related to places on the Earth, different coordinates proj2024-02-22 Data Visualizationgeopandas contextily pyproj shapely
Create 3D figure using matplotlibImport Python modulesimport numpy as np import matplotlib.pyplot as plt from mpl_toolkits import mplot3d Create a 3D ca2024-02-18 Data Visualizationnumpy matplotlib
Read Online Dataset and Make Geographical VisualizationData PreparationStatistisk sentralbyrå (SSB) is the Norwegian statistics bureau, it publishes about 1000 new statistical2024-02-14 Data Visualizationpandas geopandas contextily
Visualize GPS data in PythonData PreparationGPS data visualization is useful especially the data contains extra information besides the coordinates,2024-02-06 Data Visualizationfolium plotly GPS
Confusion matrix and its metricsData preparationFetch MNIST dataset which contains a set of 70,000 small images of digits handwritten by high school stu2024-02-02 Machine Learningnumpy sklearn matplotlib