warp_prism icon indicating copy to clipboard operation
warp_prism copied to clipboard

Quickly move data from postgres to numpy or pandas.

Results 2 warp_prism issues
Sort by recently updated
recently updated
newest added

Odo is currently a hard dependency of warp_prism to convert the sqlalchemy types into a numpy dtypes. Odo is no longer actively maintained and breaks with newer versions of pandas....

Initial cut of support for python 2. Notable deficiencies: - Removes keyword-only args from several API functions. - Changes `BytesIO.getbuffer()` to `BytesIO.getvalue()`. This is almost certainly a significant performance regression...