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
Hello! I am trying to pull data from NY State regarding vehicle registration (see here) filtering for New York City, which appears as NEW YORK in the table. Code is as follows:
@willchampbrown - I attempted to replicate the query https://data.ny.gov/resource/w4pv-hbkt.json?$where=city='NEW YORK' in the browser, but returned an empty frame. It seems like the query itself doesn't return results so nothing is being returned to RSocrata.
@willchampbrown - I took a look at the query, which seems fine. I then tried to perform a similar filter on the data in the browser, but it seems like "NEW YORK" is not a valid string. I looked at the entire JSON and appears there are tons of spaces in a given response.
Hello! I am trying to pull data from NY State regarding vehicle registration (see here) filtering for New York City, which appears as NEW YORK in the table. Code is as follows:
mydata <- RSocrata::read.socrata("https://data.ny.gov/resource/w4pv-hbkt.json?$where=city='NEW YORK'")
Every time I enter it, the code executes but I receive a dataframe with 0 observations. Any ideas of why this may be?
The text was updated successfully, but these errors were encountered: