-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
BUG: read_csv stopped working with s3 file system #34519
Comments
Hi, thanks for the report, does this work with an AWS Credentials File? We made this throw an error when no credentials are defined as per #32486 . Can you try reading the csv like #16692 (comment) ? |
@alimcmaster1 @jorisvandenbossche is this a regression in 1.0.4? |
#34626 and this are duplicates. There's discussion over there, so closing this. @simonjayhawkins it is a regression in 1.0.4, but I don't think a fix has been implemented yet. I'm not sure that we should delay the 1.0.5 release for this. |
#34632 - will have fixed this for 1.0.5 @TomAugspurger |
OK thanks.
…On Tue, Jun 16, 2020 at 4:05 PM alimcmaster1 ***@***.***> wrote:
#34626 <#34626> and this are
duplicates. There's discussion over there, so closing this.
@simonjayhawkins <https://github.com/simonjayhawkins> it is a regression
in 1.0.4, but I don't think a fix has been implemented yet. I'm not sure
that we should delay the 1.0.5 release for this.
#34632 <#34632> - will have
fixed this for 1.0.5 @TomAugspurger <https://github.com/TomAugspurger>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#34519 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAKAOITFUVPUW2TVM5J6MXTRW7NCTANCNFSM4NQD6GPQ>
.
|
[yes ] I have checked that this issue has not already been reported.
[ yes ] I have confirmed this bug exists on the latest version of pandas.
[ yes] (optional) I have confirmed this bug exists on the master branch of pandas.
Checked against pandas 1.1.0.dev0+1732.g2428cdda3
Problem description
read_csv in pandas1.0.4 has stopped working with s3fs.
On pandas1.0.3
prints the correct output, whilst using pandas1.0.4 it raises the following exception
Output of
pd.show_versions()
using pandas 1.0.3
pandas : 1.0.3
numpy : 1.18.4
pytz : 2020.1
dateutil : 2.8.1
pip : 9.0.1
setuptools : 39.0.1
Cython : None
pytest : 5.4.0
hypothesis : None
sphinx : 1.6.7
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : 0.999999999
pymysql : None
psycopg2 : None
jinja2 : 2.10
IPython : None
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
gcsfs : None
lxml.etree : None
matplotlib : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pytest : 5.4.0
pyxlsb : None
s3fs : 0.4.2
scipy : None
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : None
numba : None
using pandas 1.0.4
pandas : 1.0.4
numpy : 1.18.4
pytz : 2020.1
dateutil : 2.8.1
pip : 9.0.1
setuptools : 39.0.1
Cython : None
pytest : 5.4.0
hypothesis : None
sphinx : 1.6.7
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : 0.999999999
pymysql : None
psycopg2 : None
jinja2 : 2.10
IPython : None
pandas_datareader: None
bs4 : None
bottleneck : None
fastparquet : None
gcsfs : None
lxml.etree : None
matplotlib : None
numexpr : None
odfpy : None
openpyxl : None
pandas_gbq : None
pyarrow : None
pytables : None
pytest : 5.4.0
pyxlsb : None
s3fs : 0.4.2
scipy : None
sqlalchemy : None
tables : None
tabulate : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : None
numba : None
The text was updated successfully, but these errors were encountered: