Discussions
No Customized Data View for Advan Weekly Patterns
When trying to pull data on foot traffics, I see a Customize Data view for Monthly Patterns, but not for Weekly. Is there a way to constrain results by geography at file-list time (e.g., only Texas) when calling ddp.get_file_list? If not, what’s the recommended way to avoid enumerating the full catalog for the U.S.? since it takes time and it is super large
hi,Error in requests.get
I'm experiencing a system timeout issue. When I try to retrieve metadata using the correct URL and key, I get the error: Error in requests.get HTTPSConnectionPool(host='api.deweydata.io', port=443): Max retries exceeded with url: /api/v1/external/data/fldr_ue4xpo6daf9p3aogi/metadata (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7f24cb961150>, 'Connection to api.deweydata.io timed out. (connect timeout=None)'))
I'm wondering if this is a network issue or a server issue.
Advan monthly foot traffic HTTP Error 500: Internal Server Error
Hi! I'm unable to download the advan monthly foot traffic data. I get this error: urllib.error.HTTPError: HTTP Error 500: Internal Server Error. I have been using a custom dataset to reduce the need to download the entire dataset.
SAFEGRAPH spend patterns data missing month of Dec
import deweydatapy as ddp
# API Key
apikey_ = "####"
# Advan product path
pp_advan_wp = "https://api.deweydata.io/api/v1/external/data/fldr_4nte94mocpakopiud"
meta = ddp.get_meta(apikey_, pp_advan_wp, print_meta = True)
files_df = ddp.get_file_list(apikey_, pp_advan_wp,
print_info = True)
files_df.to_csv("name.csv")
Unable to download the veraset visit data
Hi there, I always encounter 'HTTPError: 502 Server Error: Bad Gateway for url' during download. It seems the connection isn't always stable after the update.
