How to import dataset from local machine ! Google Colab ? step-by-step method in Hindi

How to import dataset from local machine ! Google Colab ? step-by-step method in Hindi

Simple steps Explained for import dataset from local machine Steps: 1. Upload the dataset in the google colab 2. Copy path of dataset 3. Execute these two lines into google colab notebook import pandas as pd df=pd.read_csv('/content/sample_data/mnist_test.csv') df.head() You can Subscribe this channel.