How to get last element of Pandas Series
Use .iloc[-1] to get the last element of a pandas Series, for example:
example.py
my_dataframe['MyColumn'].iloc[-1]If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow