-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
TO_CSV Compression with dict arguement released in .25.0, but my Pandas .25.3 doesn't reflect source? #29328
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
Comments
It looks like that 0.25.0 version mentioned in 0d0daa8 might be wrong. Shouldn't this be 0.26.0 @drew-heenan @WillAyd ? |
Weird. Working on posting updated docs for 0.25.3 at the moment so will check after that. But yes feature is part of 0.25 |
that hash above is for 1.0 |
Whoops yea sorry. This is a 1.0.0 (confused myself before) from #26023 |
Should read as 1.0.0 on master. @ahackit interested in submitting a PR to fix that doc? |
Can do.
Will complete this weekend.
… On Nov 1, 2019, at 5:42 PM, William Ayd ***@***.***> wrote:
Should read as 1.0.0 on master. @ahackit interested in submitting a PR to fix that doc?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
Docstring for TO_CSV from my repo
Docstring for TO_CSV from pandas
Problem description
Possibly a misunderstaning of documenentation, but based on how it reads I assumed it was released.
TO_CSV has a new compression functionality to accept dictionary with METHOD type and Archive Name, in source repo doc string for TO_CSV says functionality was added to .25.0, but my docstring for TO_CSV doesn't reflect that as shown above.
I'm using a fresh install of Python + Pandas
Expected Output
Output of
pd.show_versions()
INSTALLED VERSIONS
commit : None
python : 3.8.0.final.0
python-bits : 64
OS : Windows
OS-release : 10
machine : AMD64
processor : Intel64 Family 6 Model 142 Stepping 9, GenuineIntel
byteorder : little
LC_ALL : None
LANG : en_US.UTF-8
LOCALE : English_United States.1252
pandas : 0.25.3
numpy : 1.17.3
pytz : 2019.3
dateutil : 2.8.0
pip : 19.2.3
setuptools : 41.2.0
Cython : None
pytest : None
hypothesis : None
sphinx : None
blosc : None
feather : None
xlsxwriter : None
lxml.etree : None
html5lib : None
pymysql : None
psycopg2 : None
jinja2 : None
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
s3fs : None
scipy : None
sqlalchemy : None
tables : None
xarray : None
xlrd : None
xlwt : None
xlsxwriter : None
The text was updated successfully, but these errors were encountered: