whchien / funda-scraper

FundaScaper scrapes data from Funda, the Dutch housing website. You can find listings from house-buying or rental market, and historical data. 🏡
GNU General Public License v3.0
104 stars 48 forks source link

Changing keep_cols in preprocessing #29

Closed utkuarslan5 closed 6 months ago

utkuarslan5 commented 6 months ago

It sounds like adding the flexibility to alter which columns to keep (in my case, I want the date_list) could be useful. E.g. can update config.yaml before running scraper. If you guide me how to, happy to implement!

whchien commented 6 months ago

Hi @utkuarslan5, in the latest release (v1.1.1), you can pass keep_extra_cols in preprocess_data function to keep more columns as you wish. Let me know if it does not work. Also feel free to open a pull request as well!