I am reading data into dataframe using pd.read_sql()
. The
database is Oracle and the Oracle connectivity module is JayDeBeApi.
Issue: The connection is successful and I am able to retrieve data as well. But when I print the dataframe, it looks different like below
df[['APPL_ID','ACTV_IND','LST_UPDT_TS']]
(A, P, P, L, _, I, D) (A, C, T, V, _, I, N, D) (L, S, T, _, U, P, D, T, _, T, S)
0 101 (Y) 2012-05-29 11:04:51.110840
1 102 (Y) 2013-10-04 18:42:39.143024