Skip to content

Commit

Permalink
Update 04 Universes.php
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekMelchin authored Dec 27, 2024
1 parent f36525f commit 1f7fd92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<div class="python section-example-container">
<pre class="python"># Select the asset with the greatest value each day.
daily_winner = history.groupby('time').apply(lambda x: x.nlargest(1, 'value')).reset_index(level=1, drop=True).value.</pre>
daily_winner = history.groupby('time').apply(lambda x: x.nlargest(1, 'value')).reset_index(level=1, drop=True).value</pre>
</div>

<div class="python section-example-container">
Expand Down

0 comments on commit 1f7fd92

Please sign in to comment.