Skip to content

Instantly share code, notes, and snippets.

@josemariagarcia95
Created April 30, 2018 19:58
Show Gist options
  • Save josemariagarcia95/fd38099cff2384bfa317365f15f9d050 to your computer and use it in GitHub Desktop.
Save josemariagarcia95/fd38099cff2384bfa317365f15f9d050 to your computer and use it in GitHub Desktop.
Pandas Numpy framework
import pandas as pd
import numpy as np
df_movies = pd.read_csv("datos/movies.csv", sep=',')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment