Alec Zoeller
Results
2
issues of
Alec Zoeller
Added integer_object_nulls parameter to table.to_pandas() call, since table is of type pyarrow.parquet and can process columns this way. I added a test that recreates this entire possible situation - a...
Was having trouble running test/template with Python 3.6.8 (x64), CGIHTTPServer is deprecated in Python 3. Replaced with http.server module. Also replaced ConfigParser in index.py with updated configparser. Put in catches...