We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 026ecc7 commit 56081c9Copy full SHA for 56081c9
doc/source/whatsnew/v0.23.0.txt
@@ -415,7 +415,7 @@ I/O
415
- Bug in :func:`read_sas` where a file with 0 variables gave an ``AttributeError`` incorrectly. Now it gives an ``EmptyDataError`` (:issue:`18184`)
416
- Bug in :func:`DataFrame.to_latex()` where pairs of braces meant to serve as invisible placeholders were escaped (:issue:`18667`)
417
- Bug in :func:`read_json` where large numeric values were causing an ``OverflowError`` (:issue:`18842`)
418
-- Bug in :func:`DataFrame.to_parquet` where an attempt to write to S3 path fails with ``ValueError`` (:issue:`19134`)
+- Bug in :func:`DataFrame.to_parquet` exception is thrown if write destination is S3 (:issue:`19134`)
419
-
420
421
Plotting
0 commit comments