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
load csv with headers from "https://raw.githubusercontent.com/jexp/fincen/main/download_bank_connections.csv" as value
WITH value WHERE value.filer_org_lng is not null
RETURN value LIMIT 10
returns nothing.
Same for filer_org_lat, entity_b_lng, entity_b_lat
Consequence is we don't have latitude and longitude on Entity nodes, which makes it difficult to show them on a map.
The text was updated successfully, but these errors were encountered:
returns nothing.
Same for filer_org_lat, entity_b_lng, entity_b_lat
Consequence is we don't have latitude and longitude on Entity nodes, which makes it difficult to show them on a map.
The text was updated successfully, but these errors were encountered: