Skip to content

Commit

Permalink
removed some lines
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Mar 4, 2024
1 parent 82638cd commit 8cd3550
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/samples/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@
warnings.simplefilter(action="ignore", category=FutureWarning)

# %%
feed = rq.feeds.YahooFeed("JPM", "IBM", "F", start_date="2010-01-01")
feed = rq.feeds.YahooFeed("IBM", start_date="2020-01-01")
ohlcv = rq.feeds.feedutil.get_symbol_ohlcv(feed, "IBM")

# %%
pd.DataFrame(ohlcv).set_index("Date")

# %%

0 comments on commit 8cd3550

Please sign in to comment.