You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
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?
The text was updated successfully, but these errors were encountered: