Skip to content

Commit

Permalink
dont dup columne
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Sep 23, 2018
1 parent 9e6a5e2 commit 271c191
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyEX/stocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ def peersDF(symbol):
df = pd.DataFrame(peers(symbol), columns=['symbol'])
_toDatetime(df)
_reindex(df, 'symbol')
df['symbol'] = df.index
df['peer'] = df.index
return df


Expand Down

0 comments on commit 271c191

Please sign in to comment.