Description Usage Arguments Examples
The fluctuation in the stock market can be reflected and predicted through the most updated news. This project takes news data as an illustration. Specifically, our goal is to find a method to collect and combine both sturctured (numerical) data from Yahoo Finance and unsturctured (text) data from NY Times together by web scraping data from APIs and further text cleaning.
1 | makeURL(begin_year, begin_month, end_year, end_month)
|
begin_year |
The starting year of article data collections |
begin_month |
The starting month of article data collections |
end_year |
The ending year of article data collections |
end_month |
The ending month of article data collections |
1 | makeURL(2000, 1, 2006, 3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.