Skip to content

Instantly share code, notes, and snippets.

@xmnlab
xmnlab / iinput.py
Last active November 10, 2016 20:03
iinput
def iinput():
while True:
v = input('Name: ')
if not v:
break
yield v
[print(v) for v in iinput()]
@xmnlab
xmnlab / omniscidb_geopandas_output.py
Last active June 24, 2019 18:02
omniscidb - workaround to use geopandas output
# workaround to use geopandas output
import pandas as pd
import geopandas as gpd
import geoalchemy2.shape as shape
import shapely.wkt
from pymapd.cursor import Cursor
from ibis.sql.compiler import DDL, DML
from ibis.mapd.client import MapDCursor
@xmnlab
xmnlab / backend-notes.md
Created September 7, 2019 17:37
backend notes
@xmnlab
xmnlab / DocStringProposal.ipynb
Created November 6, 2019 21:36
Doc String template
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xmnlab
xmnlab / NTileFunction.ipynb
Created January 28, 2020 21:17
NTile function in python
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xmnlab
xmnlab / Ibis-NTiles-OmniSciDB-vs-PostgreSQL.ipynb
Last active March 2, 2020 22:00
Ibis-NTiles-OmniSciDB-vs-PostgreSQL.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xmnlab
xmnlab / IbisOmniSciDBUpdate.ipynb
Created March 10, 2020 01:05
POC - Ibis OmniSciDB DDL Update
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am xmnlab on github.
  • I am xmnlab (https://keybase.io/xmnlab) on keybase.
  • I have a public key ASBcrdH_RpdahREluD3-CBFZXxls8NUZ612WkA24VDxGrQo

To claim this, I am signing this object:

@xmnlab
xmnlab / MetaDSL-Example.ipynb
Created May 25, 2020 20:23
MetaDSL-Example.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@xmnlab
xmnlab / ibis-cumedist-percentrank.ipynb
Last active May 31, 2020 22:21
ibis cumedist percentrank review
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.