#data-science
Read more stories on Hashnode
Articles with this tag
Stock Data Pre-Processing import pandas as pd code = pd.read_csv('./data/corpgeneral.csv') # Extraction code = code[['회사명', '종목코드']] # Renaming...
Review four steps of data analysis Call -> Examine -> Process -> Visualize import pandas as pd import matplotlib.pyplot as plt enroll =...
The Four processes of Analyzing Data Call -> Examine -> Process -> Visualize Different types of graphs Bar Graphs Line Graphs Pie Chart Hit...
Intention As I studied machine learning for four weeks, I thought that I've only dealt with such processed datasets that I don't have to do much work....