Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Read an array column by pandas #63

Closed
hayatbellafkih opened this issue May 29, 2018 · 1 comment
Closed

Read an array column by pandas #63

hayatbellafkih opened this issue May 29, 2018 · 1 comment

Comments

@hayatbellafkih
Copy link

Hi,

Is it possible to read a column whose type is array<struct< ... >> ? I can't do this only by JDBC.

Thanks.

@laughingman7743
Copy link
Owner

The ARRAY, MAP, and STRUCT types are treated as character strings.
https://github.com/laughingman7743/PyAthenaJDBC/blob/master/tests/test_cursor.py#L235

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants