.describe () Python
import pandas as pd
pd.DataFrame("File_name").describe()
Akash Kumar
import pandas as pd
pd.DataFrame("File_name").describe()
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Its language constructs and object-oriented approach aim to help programmers write clear, logical code for small- and large-scale projects.