diff --git a/README.md b/README.md index e83499f..35113d9 100644 --- a/README.md +++ b/README.md @@ -3224,7 +3224,7 @@ Name: a, dtype: int64 +--------------+-------------+-------------+---------------+ ``` * **Methods ffill(), interpolate(), fillna() and dropna() accept `'inplace=True'`.** -* **Agg/transform() pass Series to functions that raise Type/Value/AttrError on single item.** +* **Agg() and transform() pass a Series to a function if it raises Type/Val/AttrError on a scalar.** * **Last result has a multi-index. Use `'[key_1, key_2]'` to get its values.** ### DataFrame diff --git a/index.html b/index.html index 68761a2..933e8d9 100644 --- a/index.html +++ b/index.html @@ -55,7 +55,7 @@
- +
@@ -2628,7 +2628,7 @@ Name: a, dtype: int64

DataFrame

Table with labeled rows and columns.

>>> df = pd.DataFrame([[1, 2], [3, 4]], index=['a', 'b'], columns=['x', 'y']); df
@@ -2924,7 +2924,7 @@ $ deactivate                # Deactivates the active