Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import pandas as pd
import seaborn as sns
import matplotlib.pyplot as plt
df= pd.read_csv('/content/Car details v3.csv')
df.head()
df.tail(7)
# --- Dimensions ---