Advertisement
mmyjh86

[알고트] 15장 그래프 그리기

Sep 15th, 2019
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. import pandas_datareader.data as web
  2. df = web.DataReader("006800" + ".ks", "yahoo")
  3. print(df)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement