Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anyway to tag auction property? #33

Open
cheungcn opened this issue Mar 28, 2021 · 1 comment
Open

Anyway to tag auction property? #33

cheungcn opened this issue Mar 28, 2021 · 1 comment

Comments

@cheungcn
Copy link

I am doing some research on different cities' property price.
But the guide price for property is making the statistic unreasonable.
Is there any way to tag the auction property?

@cheungcn
Copy link
Author

cheungcn commented Mar 30, 2021

I tried on my own by adding a xpath for the price qualifier for scraping and adding to the dataframe
i.e.
xp_qualifier = """//div[@class="propertyCard-priceQualifier"]//span/text()"""

But it returns the tag at the wrong location and most of the time returns "/n".

Sorry I am a total noob on python programming. I just learn it on the internet. (Don't even know how to use github correctly)
Can anyone help on this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants