1.

Using _________ on categorical data will produce similar output to a Series or DataFrame of type string.(a) .desc()(b) .describe()(c) .rank()(d) none of the mentionedThis question was addressed to me during an internship interview.Question is from Time Deltas in chapter Data Analysis with Python of Data Science

Answer»

The correct answer is (b) .DESCRIBE()

The explanation: CATEGORICAL DATA has a categories and a ordered PROPERTY.



Discussion

No Comment Found

Related InterviewSolutions