The median is the middle value when the numbers are put in order. If there's an odd number of values, the median is just the middle one. If there's an even number, it's the average of the two middle ones. For example, in a set of sales numbers: [1000, 1200, 1300, 1500], the median is 1250.
The median is good at handling extreme values, so it's helpful when there are outliers. But it might not show the whole picture, especially if the data is spread out unevenly.