Welcome!
月上柳梢头,人约黄昏后。
Read S&P 500 list of companies from Wikipedia and retrieve stock data using yfinance Read S&P 500 list of companies from Wikipedia and retrieve stock data using yfinance
Load the list of S&P 500 companies from Wikepediaimport pandas as pd def load_data(url): html = pd.read_html(ur
Coordinates projection with Python Coordinates projection with Python
Coordinates reference system tells Python how the coordinates related to places on the Earth, different coordinates proj
Create 3D figure using matplotlib Create 3D figure using matplotlib
Import Python modulesimport numpy as np import matplotlib.pyplot as plt from mpl_toolkits import mplot3d Create a 3D ca
Read Online Dataset and Make Geographical Visualization Read Online Dataset and Make Geographical Visualization
Data PreparationStatistisk sentralbyrå (SSB) is the Norwegian statistics bureau, it publishes about 1000 new statistical
Visualize GPS data in Python Visualize GPS data in Python
Data PreparationGPS data visualization is useful especially the data contains extra information besides the coordinates,
Confusion matrix and its metrics Confusion matrix and its metrics
Data preparationFetch MNIST dataset which contains a set of 70,000 small images of digits handwritten by high school stu
2024-02-02
Analysis with text and categorical attributes or labels Analysis with text and categorical attributes or labels
Data PreparationThe widely used dataset: California Housing Prices to note down several ways to handle text and categori
2024-01-31
Feature scaling using Scikit-Learn Feature scaling using Scikit-Learn
Data PreparationThe widely used dataset: California Housing Prices to note down two ways to apply one of the most import
2024-01-29
Imputation of missing values using Scikit-Learn Imputation of missing values using Scikit-Learn
Data PreparationThe widely used dataset: California Housing Prices to note down two ways to handle missing values in dat
2024-01-24
Exams Correlations in the Dataset Exams Correlations in the Dataset
Data PreparationWe are going to use a widely used dataset: California Housing Prices to note down two common ways to ill
2024-01-23
keras入门:第一个深度学习项目 keras入门:第一个深度学习项目
从Keras自带MNIST数据集中读取数据MNIST dataset, a large database of handwritten digits that is commonly used for training various im
2024-01-21
Python中关于时间的处理方式 Python中关于时间的处理方式
Python中关于时间的处理方式由于时间是不同于一般数字的另外一种格式,如何处理包含日期在内的时间问题,和各种之间格式之间的转换在面对财务时间数据分析时特别重要,Python提供了多种时间处理方式,这份笔记简单记录这些方法。 datetim
2021-12-20
3 / 4