Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The method for obtaining the median of certain columns in a dataset is:

  1. Identify the columns for which you want to find the median.
  2. Sort the values in each of these columns in ascending or descending order.
  3. If there are an odd number of values, the median is the middle value in the sorted list.
  4. If there are an even number of values, the median is the average of the two middle values in the sorted list.
  5. Repeat the process for each column.