nehalbhanushali / Data_Wrangling_Edgar_Datasets

Assignment for Advances in Datasciences
0 stars 1 forks source link

[Create URL] Accept company data dynamically and create html url #6

Closed nehalbhanushali closed 7 years ago

nehalbhanushali commented 7 years ago

Starters : Creates URL from company data.

P.S. http://www.sec.gov/Archives/edgar/data/51143/0000051143-13-000007.txt is an example text version of it. Let us discuss if it could be of intermediate use for scraping or if it has been taken care of in the scraping code by @jainpranj

jainpranj commented 7 years ago

@nehalbhanushali @vasantivmahajan Can we create a generic method for url creation so that it can be used in both questions as next steps @nehalbhanushali Looks good to me. We can integrate with scraping part and test.

nehalbhanushali commented 7 years ago

@jainpranj The url creation is just concatenating strings. The content or base URL world differ for different parts of the problem. But we can see if there still can be something common worth a function.