chore: merge

This commit is contained in:
Cullen Watson
2023-09-18 20:09:28 -05:00
parent 906ce92685
commit b01162161d
2 changed files with 50 additions and 5 deletions

View File

@@ -37,8 +37,8 @@ print(properties)
```
## Output
```py
>>> properties.head()
street city ... mls_id description
>> properties.head()
street city ... mls_id description
0 420 N Scottsdale Rd Tempe ... NaN NaN
1 1255 E University Dr Tempe ... NaN NaN
2 1979 E Rio Salado Pkwy Tempe ... NaN NaN
@@ -118,7 +118,7 @@ The following exceptions may be raised when using HomeHarvest:
- `InvalidSite` - valid options: `zillow`, `redfin`, `realtor.com`
- `InvalidListingType` - valid options: `for_sale`, `for_rent`, `sold`
- `NoResultsFound` - no properties found from your input
- `GeoCoordsNotFound` - if Zillow scraper is not able to create geo-coordinates from the location you input
- `GeoCoordsNotFound` - if Zillow scraper is not able to find the geo-coordinates from the `location`
## Frequently Asked Questions