Skip to content

data_reader.py

Phil edited this page May 17, 2019 · 2 revisions

Overview

tk

Dependencies

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

Configuration Settings

tk

path = "D:/training_data/raw_data/taxi_training_data"
FILE_I_START = 1
FILE_I_END = 2

Running The Script

tk

Clone this wiki locally