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
from cartoframes import CartoDataFrame
from cartoframes.data.observatory import Catalog
area_of_interest = CartoDataFrame.from_carto('manhattan_long_island')
Catalog().datasets_filter(filter_dataset=area_of_interest)
It returns a syntax error, because there is a problem with the SQL (see [)
SELECT t.*FROM datasets_public t WHEREt.geography_id='['carto-do.unacast.geography_usa_latlon_v1''carto-do.safegraph.geography_usa_latlon_2019''carto-do.mastercard.geography_usa_zipcode_2019''carto-do.mastercard.geography_usa_county_2019''carto-do.mastercard.geography_usa_blockgroup_2019''carto-do.mastercard.geography_usa_block_2019''carto-do-public-data.tiger.geography_usa_blockgroup_2015''carto-do-public-data.tiger.geography_usa_congressionaldistrictclipped_2015''carto-do.carto.geography_usa_q17_v1''carto-do-public-data.usa_naturalearth.geometry_usa_parksandprotectedlandspoint_410''carto-do-public-data.usa_naturalearth.geometry_usa_parksandprotectedlandsarea_410''carto-do-public-data.usa_naturalearth.geometry_usa_parksandprotectedlandsscalerank_410''carto-do-public-data.glo_naturalearth.geometry_glo_admin1statesprovinceslines_410''carto-do-public-data.glo_naturalearth.geometry_glo_populatedplaces_410''carto-do-public-data.glo_naturalearth.geometry_glo_admin0antarcticclaimlimitlines_410''carto-do-public-data.glo_naturalearth.geometry_glo_admin1statesprovincesscalerankminorislands_410''carto-do-public-data.glo_naturalearth.geometry_glo_admin1labelpoints_410''carto-do-public-data.usa_naturalearth.geometry_usa_parksandprotectedlandsline_410''carto-do-public-data.glo_naturalearth.geometry_glo_roads_410'
The text was updated successfully, but these errors were encountered:
It returns a syntax error, because there is a problem with the SQL (see
[
)The text was updated successfully, but these errors were encountered: