This video lecture demonstrates how to get a record with the highest value in a particular field using Python Pandas.
It also demonstrates how to get top n records based on a field using two methods.
1. Sort the records and get the top n and
2. Apply nlargest method.
It also demonstrates how to get botton n records based on a field using nsmallest method.
It uses Python Pandas Library's df.nlargest and df.nsmallest methods.
#python #pythonprogramming #pythonpandas #dataanalysis #datascience #dataanalytics