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
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.
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
The text was updated successfully, but these errors were encountered: