library("rvest") # Easily Harvest (Scrape) Web Pages
URL = "https://www.multpl.com/us-real-gdp-growth-rate/table/by-quarter" # GDP data
gdptbl <- URL %>% read_html() %>% html_table() # Read the data from the web page
gdptbl <- gdptbl[[1]] %>% data.table()
names(gdptbl) <- c("index", "value")
Qdash 새로운 페이지 frontend/pages 아래 새로운 폴더와 같은이름의 python파일 생성 : cart/cart.py alyxdash/template/sidebar.py sidebar_icon = 추가 (https://fontawesomeicons.com/) ❯ pip install -e .
https://wikidocs.net/21879 파이썬에는 웹과의 소통을 편하게 해주는 requests라는 라이브러리 웹 scraping id 있는경우 id 없는 경우 웹 API RestfulAPI https://api.korbit.co.kr/v1/ticker/detailed?currency_pair=btc_krw https://api.korbit.co.kr/v1/ticker/detailed?currency_pair=xrp_krw Json –> Dictionary 브라우저에서만 볼수 있는 경우 Ajax (Asynchronous JavaScript and XML)로 데이터를 요청하는 것이기 Read more…