mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-24 09:18:40 +08:00
A new shade of Black (#11362)
This commit is contained in:
@@ -106,11 +106,13 @@ class ClusterGrid(Grid):
|
||||
dendrogram_col: _DendrogramPlotter | None
|
||||
def __init__(
|
||||
self,
|
||||
data: _ListLikeU
|
||||
| DataFrame
|
||||
| dict[Incomplete, Incomplete]
|
||||
| Iterable[_ListLikeU | tuple[Hashable, _ListLikeU] | dict[Incomplete, Incomplete]]
|
||||
| None,
|
||||
data: (
|
||||
_ListLikeU
|
||||
| DataFrame
|
||||
| dict[Incomplete, Incomplete]
|
||||
| Iterable[_ListLikeU | tuple[Hashable, _ListLikeU] | dict[Incomplete, Incomplete]]
|
||||
| None
|
||||
),
|
||||
pivot_kws: Mapping[str, Incomplete] | None = None,
|
||||
z_score: int | None = None,
|
||||
standard_scale: int | None = None,
|
||||
@@ -166,11 +168,13 @@ class ClusterGrid(Grid):
|
||||
) -> Self: ...
|
||||
|
||||
def clustermap(
|
||||
data: _ListLikeU
|
||||
| DataFrame
|
||||
| dict[Incomplete, Incomplete]
|
||||
| Iterable[_ListLikeU | tuple[Hashable, _ListLikeU] | dict[Incomplete, Incomplete]]
|
||||
| None,
|
||||
data: (
|
||||
_ListLikeU
|
||||
| DataFrame
|
||||
| dict[Incomplete, Incomplete]
|
||||
| Iterable[_ListLikeU | tuple[Hashable, _ListLikeU] | dict[Incomplete, Incomplete]]
|
||||
| None
|
||||
),
|
||||
*,
|
||||
pivot_kws: dict[str, Incomplete] | None = None,
|
||||
method: str = "average",
|
||||
|
||||
Reference in New Issue
Block a user