how to import a csv code example
Example 1: import csv using python
import csv using python
credits: https://zetcode.com/python/csv/
Example 2: import csv
import pandas as pddf = pd.read_csv("/content/melb_housing.csv")df.columnsIndex(['Suburb', 'Address', 'Rooms', 'Type', 'Price', 'Method', 'SellerG', 'Date', 'Postcode', 'Regionname', 'Propertycount', 'Distance', 'CouncilArea'], dtype='object')