Skip to content

Instantly share code, notes, and snippets.

@gumdropsteve
Last active October 1, 2020 06:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gumdropsteve/0753d704c3a4e5da1bdea64dcfb4c1f5 to your computer and use it in GitHub Desktop.
Save gumdropsteve/0753d704c3a4e5da1bdea64dcfb4c1f5 to your computer and use it in GitHub Desktop.
import pandas as pd
df = pd.read_csv('https://raw.githubusercontent.com/gumdropsteve/datasets/master/yellow_cab_ymd_averages.csv', usecols=['ds', 'avg_trip_distance'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment