-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: DataFrame from sqlalchemy 1.4 Query
missing column headers
#40682
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
Labels
Milestone
Comments
Query
missing column headersQuery
missing column headers
I will make the change |
take |
I've been working on the issue. Just wondering, is it okay to install packages from other open-source libraries? |
Sudomarko
added a commit
to Sudomarko/pandas
that referenced
this issue
Apr 16, 2021
4 tasks
4 tasks
Is progress being made on this issue? |
fangchenli
added a commit
to fangchenli/pandas
that referenced
this issue
Aug 27, 2021
4 tasks
jreback
pushed a commit
that referenced
this issue
Sep 4, 2021
feefladder
pushed a commit
to feefladder/pandas
that referenced
this issue
Sep 7, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
(optional) I have confirmed this bug exists on the master branch of pandas.
Note: Please read this guide detailing how to provide the necessary information for us to reproduce your bug.
Code Sample, a copy-pastable example
Problem description
Coping from sqlalchemy/sqlalchemy#6154.
In sqlalchemy 1.4
Query
returnsRow
objects that are no longer subclass of tuple, so they don't pass theis_named_tuple
check, as mentioned by Mike here sqlalchemy/sqlalchemy#6154 (comment)Expected Output
The colums are named
0,1
instead of'id', 'foo'
Output of
pd.show_versions()
INSTALLED VERSIONS
commit : f2c8480
python : 3.8.8.final.0
python-bits : 64
OS : Windows
OS-release : 10
Version : 10.0.21337
machine : AMD64
processor : Intel64 Family 6 Model 60 Stepping 3, GenuineIntel
byteorder : little
LC_ALL : None
LANG : None
LOCALE : English_United Kingdom.1252
pandas : 1.2.3
numpy : 1.19.2
pytz : 2019.3
dateutil : 2.8.1
pip : 21.0.1
setuptools : 52.0.0.post20210125
Cython : None
pytest : 6.2.1
hypothesis : None
sphinx : 3.5.1
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : 0.9.3
psycopg2 : 2.8.6 (dt dec pq3 ext lo64)
jinja2 : 2.10.3
IPython : 7.14.0
pandas_datareader: None
bs4 : None
bottleneck : None
fsspec : None
fastparquet : None
gcsfs : None
matplotlib : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pyxlsb : None
s3fs : None
scipy : None
sqlalchemy : 1.4.4 (actually master)
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
numba : 0.52.0
The text was updated successfully, but these errors were encountered: