Skip to content

Commit c25baff

Browse files
committed
Merge branch 'hotfix'
2 parents c5d21f7 + 4ff2e25 commit c25baff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structure/dataframe.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
//! * `push(&mut self, name: &str, series: Series)`: push head & Series pair
140140
//! * `drop(&mut self, col_header: &str)`: drop specific column by header
141141
//! * `row(&self, i: usize) -> DataFrame` : Extract $i$-th row as new DataFrame
142-
//! * `filter_by<F: Fn(Scalar) -> bool>(&self, column: &str, f: F) -> anyhow::Result<DataFrame>
142+
//! * `filter_by<F: Fn(Scalar) -> bool>(&self, column: &str, f: F) -> anyhow::Result<DataFrame>`
143143
//! : Filter DataFrame by specific column
144144
//! * `mask(&self, mask: &Series) -> anyhow::Result<DataFrame>` : Mask DataFrame by Series
145145
//! * `select_rows(&self, indices: &[usize]) -> DataFrame` : Select rows by indices

0 commit comments

Comments
 (0)