William Ayd
William Ayd
Proof of concept. I think we can greatly simplify our building system using this. @mroeschke @lithomas1 @Dr-Irv This is in an intermediate state, but you can do: ```sh python setup.py...
With this content in a file: ``` +-----+-----+-----+ |foo |bar |baz | +-----+-----+-----+ |1 |2 |3 | +-----+-----+-----+ ``` When ivy-mode is enabled the built in `table-recognize` command doesn't recognize...
## Driver version 2.0.907 ## Redshift version Redshift 1.0.38698 ## Client Operating System Docker python:3.10.2 image ## Python version 3.10.2 ## Table schema test_column: INTEGER ## Problem description When attempting...
Here's a (very poor) set of tests: ```python import unittest class TestFoo(unittest.TestCase): def test_foo0(self): [x for x in range(10_000_000)] return 0 def test_foo1(self): [x for x in range(10_000_000)] return 1...
The docker lint rule right now does everything for us with pinned versions, easy reproducability and coverage of Python / C tools. Flake8 is controlled by a github bot right...
I think we are only using functions that are guaranteed to have a stable ABI in the Python 3.X series, so we could likely build with this setting to reduce...
Right now pantab can guarantee round tripping of all types where that can be done, and additionally it can read Date and Non-Nullable strings. There are however some gaps in...
I think the docs could do a better point of selling “why pantab”? Performance and ease of use (i.e. auto schema management) I think come to mind, but I’m biased...
#94 fixed a pretty critical bug but exposed a flaw in internal terminology. Specifically, we create a lot of mappings back to "pandas dtypes" that we pass to the C...