Skip to content

Commit

Permalink
Updated file path
Browse files Browse the repository at this point in the history
  • Loading branch information
Saad-Mufti committed Nov 21, 2019
1 parent cc07979 commit 3739ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Energy Plants.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from scipy.spatial.distance import pdist
import geopy.distance

dataset = pd.read_csv('C:/Users/Saad Mufti/OneDrive/QC Focus/EnergyAccessDataset.csv', encoding='ANSI')
dataset = pd.read_csv('C:/Users/Saad Mufti/Documents/GitHub/Energy-Plant-Locations-Quantum-Optimization/EnergyAccessDataset.csv', encoding='ANSI')
dataset = dataset.set_index('Sr_ no_')
dataset = dataset.drop_duplicates(subset='GPS')
#TODO: Use bigger dataset instead so can get trues and falses. Then apply algo
Expand Down

0 comments on commit 3739ad5

Please sign in to comment.