Skip to content

Commit 434964d

Browse files
committed
removing unrelated changes from current branch
1 parent 4eb66ab commit 434964d

File tree

9 files changed

+2437
-14
lines changed

9 files changed

+2437
-14
lines changed

pandas/core/groupby/generic.py.isorted

+2,422
Large diffs are not rendered by default.

pandas/core/indexes/datetimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ def date_range(
838838
839839
Returns
840840
-------
841-
rng : DatetimeIndex
841+
DatetimeIndex
842842
843843
See Also
844844
--------

pandas/core/indexes/multi.py

+8-7
Original file line numberDiff line numberDiff line change
@@ -1604,7 +1604,7 @@ def get_level_values(self, level):
16041604
16051605
Returns
16061606
-------
1607-
values : Index
1607+
Index
16081608
Values is a level of this MultiIndex converted to
16091609
a single :class:`Index` (or subclass thereof).
16101610
@@ -1678,7 +1678,7 @@ def to_frame(
16781678
16791679
Returns
16801680
-------
1681-
DataFrame : a DataFrame containing the original MultiIndex data.
1681+
DataFrame
16821682
16831683
See Also
16841684
--------
@@ -2744,7 +2744,7 @@ def get_loc(self, key):
27442744
27452745
Returns
27462746
-------
2747-
loc : int, slice object or boolean mask
2747+
int, slice object or boolean mask
27482748
If the key is past the lexsort depth, the return may be a
27492749
boolean mask array, otherwise it is always a slice or int.
27502750
@@ -2862,10 +2862,11 @@ def get_loc_level(self, key, level: IndexLabel = 0, drop_level: bool = True):
28622862
28632863
Returns
28642864
-------
2865-
loc : A 2-tuple where the elements are:
2866-
Element 0: int, slice object or boolean array
2867-
Element 1: The resulting sliced multiindex/index. If the key
2868-
contains all levels, this will be ``None``.
2865+
tuple
2866+
A 2-tuple where the elements :
2867+
Element 0: int, slice object or boolean array.
2868+
Element 1: The resulting sliced multiindex/index. If the key
2869+
contains all levels, this will be ``None``.
28692870
28702871
See Also
28712872
--------

pandas/core/resample.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def transform(self, arg, *args, **kwargs):
374374
375375
Returns
376376
-------
377-
transformed : Series
377+
Series
378378
379379
Examples
380380
--------

pandas/core/reshape/merge.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ def merge_asof(
428428
429429
Returns
430430
-------
431-
merged : DataFrame
431+
DataFrame
432432
433433
See Also
434434
--------

pandas/core/strings/accessor.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1601,7 +1601,7 @@ def pad(
16011601
16021602
Returns
16031603
-------
1604-
filled : Series/Index of objects.
1604+
Series/Index of objects.
16051605
"""
16061606

16071607
@Appender(_shared_docs["str_pad"] % {"side": "left and right", "method": "center"})

pandas/io/json/_table_schema.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def build_table_schema(
249249
250250
Returns
251251
-------
252-
schema : dict
252+
dict
253253
254254
Notes
255255
-----

pandas/io/pickle.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def read_pickle(
141141
142142
Returns
143143
-------
144-
unpickled : same type as object stored in file
144+
same type as object stored in file
145145
146146
See Also
147147
--------

pandas/io/pytables.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ def read_hdf(
370370
371371
Returns
372372
-------
373-
item : object
373+
object
374374
The selected object. Return type depends on the object stored.
375375
376376
See Also

0 commit comments

Comments
 (0)