Discussions
File Name Duplication in API Download (2021–2024 Data)
Dear Team,
Posted by Yuxin Liang 14 days ago
Strange duplicate files in Advan Monthly Patterns download
Hello,
Posted by Daryl Larsen 17 days ago
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")
Posted by Andy Jiang 19 days ago
Veraset Work Visits Dataset Incomplete: Only 3.02 MB of data.
Posted by Songhua Hu about 1 month ago
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.
Posted by Jessie about 1 month ago
Cannot download the Veraset dataset using new deweydatapy
I’m transitioning to the new Python API, deweydatapy, to download data. However, I’ve encountered an issue: I’m unable to download data for the Veraset Visits dataset (although I was able to do so yesterday using the old API).
Posted by Songhua Hu about 2 months ago