Skip to content

Commit

Permalink
Added CountVisitor link to DataFrame.html
Browse files Browse the repository at this point in the history
  • Loading branch information
hosseinmoein committed Jul 30, 2024
1 parent cb5b2d0 commit 0e6b0fa
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/HTML/DataFrame.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,6 +553,14 @@ <H2 ID="2"><font color="blue">API Reference with code samples <font size="+3">&#
<td title="Calculates covariance">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/CovVisitor.html">CovVisitor</a>{}</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Counts the number of data points in the given column">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/CountVisitor.html">CountVisitor</a>{}</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Cumulatively counts the number of non-nan data points in the given column">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/CountVisitor.html">CumCountVisitor</a>{}</td>
</tr>

<tr class="item" onmouseover="this.style.backgroundColor='#ffff66';" onmouseout="this.style.backgroundColor='#d4e3e5';">
<td title="Calculates cumulative maxes">struct <a href="https://htmlpreview.github.io/?https://github.com/hosseinmoein/DataFrame/blob/master/docs/HTML/CumMaxVisitor.html">CumMaxVisitor</a>{}</td>
</tr>
Expand Down

0 comments on commit 0e6b0fa

Please sign in to comment.