Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python connection: SQL column renaming doesn't work #246

Open
leahwangibm opened this issue Jun 1, 2024 · 0 comments
Open

python connection: SQL column renaming doesn't work #246

leahwangibm opened this issue Jun 1, 2024 · 0 comments

Comments

@leahwangibm
Copy link

Hi,

I noticed that the SQL renaming clause AS doesn't work if there are no operations on those columns, AS renaming wouldn't work.
e.g.

SELECT TRIM(COL_A) AS NEW_COL_A, 
               COL_B AS NEW_COL_B

we will end up with a dataframe has header as NEW_COL_A and COL_B. Has anyone else encountered the same issue before?

query="""<SQL query>"""
df = pd.read_sql(query, db_conn) # db_conn is the database instance I set up via jaydebeapi

Thanks in advance!

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

No branches or pull requests

1 participant