Skip to content

read from source #1

@knaaptime

Description

@knaaptime

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions