利用pivot降维DataFrame
Notes of AI for Trading, Project 1, Stock Data
Raw Data
with open('prices.csv', 'r') as file:
prices = file.read()
print(prices)
ABC,2017-09-05,163.09,164.24,160.21,162.63,29417590.0,162.49,29414672.0
ABC,2017-09-06,162.85,162.46,15...