import pandas as pd
import matplotlib.pyplot as plt
import seaborn as sns
url = "https://gist.githubusercontent.com/seankross/a412dfbd88b3db70b74b/raw/5f23f993cd87c283ce766e7ac6b329ee7cc2e1d1/mtcars.csv"
cars = pd.read_csv(url)
cars.head(3)
null
Paper
Testing
x | y |
---|---|
a | b |
x wrote zhao2021