User Tools

Site Tools


get_first_element_of_series_if_not_empty

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
get_first_element_of_series_if_not_empty [2021/01/17 02:01] – [Issue] rajuget_first_element_of_series_if_not_empty [2021/01/17 02:04] (current) – [Solution] raju
Line 58: Line 58:
 next(iter(df.loc[mask]['C']), None) next(iter(df.loc[mask]['C']), None)
 </code> </code>
 +or next(iter(series), default) in general.
 +
 With the above example With the above example
 <code> <code>
get_first_element_of_series_if_not_empty.1610848898.txt.gz · Last modified: 2021/01/17 02:01 by raju