forked from Sentdex/pygta5
-
Notifications
You must be signed in to change notification settings - Fork 0
data_reader.py
Phil edited this page May 17, 2019
·
2 revisions
tk
This script requires the below imports in order to run. You'll have to install pandas and numpy, should you not already have them in your environment.
import numpy as np
import pandas as pd
from collections import Counter
tk
path = "D:/training_data/raw_data/taxi_training_data"
FILE_I_START = 1
FILE_I_END = 2
tk