We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4768051 commit d84e97bCopy full SHA for d84e97b
pandas/core/indexing.py
@@ -604,12 +604,12 @@ def at(self) -> _AtIndexer:
604
Raises
605
------
606
KeyError
607
- * If getting a value and 'label' does not exist in a DataFrame or
608
- Series.
+ If getting a value and 'label' does not exist in a DataFrame or Series.
+
609
ValueError
610
- * If row/column label pair is not a tuple or if any label from
611
- the pair is not a scalar for DataFrame.
612
- * If label is list-like (*excluding* NamedTuple) for Series.
+ If row/column label pair is not a tuple or if any label
+ from the pair is not a scalar for DataFrame.
+ If label is list-like (*excluding* NamedTuple) for Series.
613
614
See Also
615
--------
0 commit comments