Will Sweet

Results 1 issues of Will Sweet

Only applies to the `%%fetchdf` magic command (although it could be expanded). Replaces the generic `pandas.read_sql_query()` with [PandasCursor](https://laughingman7743.github.io/PyAthena/pandas.html#pandascursor) for improved I/O performance. --- With `pandas.read_sql_query()`: 1. Query executes in Athena...