Tuesday 5 September 2023

Python built-in functions to work with series data

Following table summarizes the Python built-in functions that can be used with series data.

 

Functions

Description

dict

Get the dictionary from series data

dir

Get all the available attributes and methods available in series object

len

Get number of elements in a series

list

Get the list from series data

max

Get the maximum value in the series

min

Get the minimum value in the series

sorted

Sort the values of series

type

Tells whether given variable is a series object or not.

 

Previous                                                 Next                                                 Home

No comments:

Post a Comment