Pandas Stocks



examples/pandas/read_csv_stocks.py
import pandas
prices = pandas.read_csv('stock_prices.csv')
print(prices)