You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/user_guide/style.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -677,7 +677,7 @@
677
677
"cell_type": "markdown",
678
678
"metadata": {},
679
679
"source": [
680
-
"Notice that you're able share the styles even though they're data aware. The styles are re-evaluated on the new DataFrame they've been `use`d upon."
680
+
"Notice that you're able to share the styles even though they're data aware. The styles are re-evaluated on the new DataFrame they've been `use`d upon."
Copy file name to clipboardExpand all lines: doc/source/whatsnew/v0.25.1.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ including other versions of pandas.
9
9
I/O and LZMA
10
10
~~~~~~~~~~~~
11
11
12
-
Some users may unknowingly have an incomplete Python installation lacking the `lzma` module from the standard library. In this case, `import pandas` failed due to an `ImportError` (:issue:`27575`).
12
+
Some users may unknowingly have an incomplete Python installation lacking the `lzma` module from the standard library. In this case, `import pandas` failed due to an `ImportError` (:issue:`27575`).
13
13
Pandas will now warn, rather than raising an `ImportError` if the `lzma` module is not present. Any subsequent attempt to use `lzma` methods will raise a `RuntimeError`.
14
14
A possible fix for the lack of the `lzma` module is to ensure you have the necessary libraries and then re-install Python.
15
15
For example, on MacOS installing Python with `pyenv` may lead to an incomplete Python installation due to unmet system dependencies at compilation time (like `xz`). Compilation will succeed, but Python might fail at run time. The issue can be solved by installing the necessary dependencies and then re-installing Python.
0 commit comments