Q. What does info() and describe( ) do ?
Answer =
In Pandas,
The describe() is used to view some basic statistical details.
The info() function is used to print a summary of a DataFrame. This method show information about a DataFrame.
Answer =
In Pandas,
The describe() is used to view some basic statistical details.
The info() function is used to print a summary of a DataFrame. This method show information about a DataFrame.
Post a Comment
You can help us by Clicking on ads. ^_^
Please do not send spam comment : )