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

I have an issue #1

Open
JonHaz opened this issue May 23, 2021 · 1 comment
Open

I have an issue #1

JonHaz opened this issue May 23, 2021 · 1 comment

Comments

@JonHaz
Copy link

JonHaz commented May 23, 2021

This is the error I receive when I use

get_search_results_response

'<SearchResults:searchresults xsi:schemaLocation="http://www.zillow.com/static/xsd/SearchResults.xsd https://www.zillowstatic.com/vstatic/80d5e73/static/xsd/SearchResults.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SearchResults="http://www.zillow.com/static/xsd/SearchResults.xsd">

Error: this account is not authorized to execute this API call6</SearchResults:searchresults>'

I compared my code line by line with yours making sure to replace my api keys with the ones i recieved from zillow and rapid API

@MadhaviPagare
Copy link

get file name

file_name = list(uploaded.keys())[0]

read file

df_upload = pd.read_csv(io.BytesIO(uploaded[file_name]))
print('Num of rows:', len(df_upload))
df_upload.head()
I am getting this below error:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb5 in position 49: invalid start byte

for part 2: 2) List of Properties- PropStream i am stuck.

I generated the excel file from propstream:
but usually pandas_read it through csv.thats why i converted (.xlsx) file to csv and tried uploading but gets an error.On the other hand,I initially tried to upload xlsx but as it was not working(gets an error) so i converted into csv but above lines of code still not working.

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

No branches or pull requests

2 participants