(Nov-21-2023, 12:57 PM)snippsat Wrote: Use Code tags.
When you have uploaded a file in Colab,then you do this to read it in Pandas.
import pandas as pd df = pd.read_csv('data.csv') df
Thank you so much for the solution. will learn next time how to post code tags