-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
random question @martinfleis... any idea why i can read these datasets directly from the web using pandas but not geopandas? e.g. i can do
import pandas as pd
# vanilla pandas
df = pd.read_parquet("https://github.com/oturns/example_datasets/blob/main/acs/ca_tracts_2021.pq")
just fine, but
import geopandas as gpd
df = gpd.read_parquet("https://github.com/oturns/example_datasets/blob/main/acs/ca_tracts_2021.pq")
gives ArrowInvalid: Unrecognized filesystem type in URI: https://github.com/oturns/example_datasets/raw/refs/heads/main/acs/ca_tracts_2021.pq
Metadata
Metadata
Assignees
Labels
No labels