Skip to content

Commit

Permalink
Update 05 Wrangle Data.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Oct 25, 2023
1 parent c7f36f2 commit 474de66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4 class='python'>DataFrame Objects</h4>
<img class="python docs-image" src="https://cdn.quantconnect.com/i/tu/getfundamental-dataframe-python.png" alt="Historical PE ratio of US Equities">
<p class="python">To select the historical data of a single Equity in the preceding DataFrame, index it with the Equity <code>Symbol</code>. Each history slice may not have data for all of your Equity subscriptions. To avoid issues, check if it contains data for your Equity before you index it with the Equity <code>Symbol</code>.</p>
<div class="python section-example-container">
<pre class="python">history[symbols[1]]</pre>
<pre class="python">all_one_attribute_df[symbols[1]]</pre>
</div>
<img class="python docs-image" src="https://cdn.quantconnect.com/i/tu/getfundamental-dataframe-slice-python.png" alt="Historical PE ratio of a single symbol">

Expand Down

0 comments on commit 474de66

Please sign in to comment.