010

load remote _ with **

load remote data with pandas

import pandas as pd
cars_url = 'waylonwalker.com/cars.csv'
cars = pd.read_csv(cars_url)

Connections

Related tags and posts connected to this entry.