Q. The info() and describe() are said to be inspection functions. What do they do?
Answer =
In Pandas
describe() is used to view some basic statistical details like percentile, mean, std etc. of a data frame or a series of numeric values.
info() Print a concise summary of a DataFrame. This method prints information about a DataFrame including the index dtype and columns, non-null values and memory usage.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )