Download and install Anaconda, then launch the built-in Jupyter Notebook from the Anaconda Navigator.

Once the data is loaded into a Data Frame, you can inspect it. You can also use attributes like pd.shape to see the dimensions (number of rows and columns), or methods like pd.describe() to get basic statistics about the numerical columns.

ML_Practise_0.png

ML_Practise_1.png

REAL-WORLD PROJECT:-

SCENARIO & APPROACH: