Kizspy | Question: 27
(Choose 1 answer)
RUBVERT LOW LOM
Given a pandas series, series_data, which of the following will create a histogram of series_data and align the
bin edges with the horizontal tick marks?
A. Count, bin_edges = np.histogram(series_data)
Series_data.plot(kind='hist', xticks count, bin_edges)
B. Count, bin_edges = np.histogram(series_data)
Series_data.plot(kind='hist', xticks = bin_edges)
C. Count, bin_edges = np.histogram(series_data)
Series_data.plot(kind='hist',)
D. Count, bin_edges = np.histogram(series_data)
Series_data.plot(kind='hist', xticks = coun)