Skip to content

Commit 02fc76c

Browse files
committed
Update wordlist, fix typos
1 parent 4099864 commit 02fc76c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

doc/source/spelling_wordlist.txt

+12
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Reindexing
66
reindexing
77
ga
88
fe
9+
astype
10+
hexbin
11+
unparseable
12+
paramstyle
13+
ec
14+
Featuretools
15+
Hexbin
916
reindexed
1017
automagic
1118
closedness
@@ -74,6 +81,11 @@ Groupby
7481
Unioning
7582
csv
7683
Upcase
84+
Unserialized
85+
rdk
86+
ri
87+
cr
88+
multivalue
7789
resampling
7890
Upcase
7991
Lowcase

doc/source/whatsnew/v0.23.1.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Fixed Regressions
1818
**Comparing Series with datetime.date**
1919

2020
We've reverted a 0.23.0 change to comparing a :class:`Series` holding datetimes and a ``datetime.date`` object (:issue:`21152`).
21-
In pandas 0.22 and earlier, comparing a Series holding datetimes and ``datetime.date`` objects would coerce the ``datetime.date`` to a datetime before comapring.
21+
In pandas 0.22 and earlier, comparing a Series holding datetimes and ``datetime.date`` objects would coerce the ``datetime.date`` to a datetime before comparing.
2222
This was inconsistent with Python, NumPy, and :class:`DatetimeIndex`, which never consider a datetime and ``datetime.date`` equal.
2323

2424
In 0.23.0, we unified operations between DatetimeIndex and Series, and in the process changed comparisons between a Series of datetimes and ``datetime.date`` without warning.

doc/source/whatsnew/v0.24.0.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Removal of prior version deprecations/changes
6464
Performance Improvements
6565
~~~~~~~~~~~~~~~~~~~~~~~~
6666

67-
- Improved performance of :func:`Series.describe` in case of numeric dtpyes (:issue:`21274`)
67+
- Improved performance of :func:`Series.describe` in case of numeric dtypes (:issue:`21274`)
6868
-
6969

7070
.. _whatsnew_0240.docs:

0 commit comments

Comments
 (0)