Reading data from external sources into a DataFrame
- Reading from text file
- Reading from Database
- Scraping data using bs4
- Reading data from PDF files (pyPDF2)
Reading from text file
Reading from Database
Scraping data using bs4
- Refer Lyrics Extraction and Auto File Renamer to see how web-scraping works
- Convert scraped data to desirable format so as to import it as a dataframe in Pandas
Reading data from PDF files (pyPDF2)
See PyPDF2 Github and Docs