Skip to content

Instantly share code, notes, and snippets.

View jorisvandenbossche's full-sized avatar

Joris Van den Bossche jorisvandenbossche

View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import json
import pyarrow as pa
class InnerType(pa.ExtensionType):
def __init__(self):
pa.ExtensionType.__init__(self, pa.int64(), 'test.inner_type')
def __arrow_ext_serialize__(self):
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jorisvandenbossche
jorisvandenbossche / geopandas-datashader.ipynb
Created June 8, 2021 11:57
Test GeoPandas with datashader visualization using PyGEOS for conversion
Sorry, this is too big to display.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.