File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -256,8 +256,8 @@ Here one thing we should keep in mind that both the series object should have sa
256
256
257
257
| ** Functions** | ** Description** |
258
258
| -------------------------- | -------------------------------------------------- - |
259
- | `< series> .head(n)` | return the first n elements of the series |
260
- | `< series> .tail(n)` | return the last n elements of the series |
259
+ | `< series> .head(n)` | return the first n elements of the series |
260
+ | `< series> .tail(n)` | return the last n elements of the series |
261
261
262
262
```python
263
263
import pandas as pd
@@ -282,6 +282,7 @@ dtype: int64
282
282
If you dont provide any value to n the by default it give results for `n=5 ` .
283
283
284
284
# ## Few extra functions
285
+
285
286
| ** Function** | ** Description** |
286
287
| ---------------------------------------- | ------------------------------------------------------------------------ |
287
288
| `< series_object> .sort_values()` | Return the Series object in ascending order based on its values. |
You can’t perform that action at this time.
0 commit comments