Venkatesan
Venkatesan
I'm having same issue
Thanks for your valuable response @alanakbik My issue has been fixed. Earlier my data has "O" before "I-", after revised input data issue has been fixed. @SPVillacorta Input Data has...
Okay,Thank u for valuable response. It should be in following snippet ``` profile_session=aiobotocore.session.AioSession(profile=profile_name) s3 = s3fs.S3FileSystem(session=profile_session) ```
aiobotocore.session.AioSession(profile=profile_name) works well locally. after building the script as an application(.exe) and while executing it throws the error aiobotocore has no session attribute
It give correct data. this is api endpoint for 2015 [https://api.census.gov/data/2015/acs/acs5?for=tract:*&in=state:06&get=NAME,GEO_ID,B06011_001E](url). I think you had checked otherthan 2015. 2021 has more data than 2015.
Hi @kristapsdz-saic , I encountered the same issue, which seems to be caused by the model output structure. The model produces a 2D array as output. I attempted to use...
You can modify in your local core.py. just add 2021 into that tuple. It will work, I hope next update that would be fixed.
Now they updated against that issue. Now that 2021 is available . You may close this issue.