We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5d21f7 + 4ff2e25 commit c25baffCopy full SHA for c25baff
src/structure/dataframe.rs
@@ -139,7 +139,7 @@
139
//! * `push(&mut self, name: &str, series: Series)`: push head & Series pair
140
//! * `drop(&mut self, col_header: &str)`: drop specific column by header
141
//! * `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>
+//! * `filter_by<F: Fn(Scalar) -> bool>(&self, column: &str, f: F) -> anyhow::Result<DataFrame>`
143
//! : Filter DataFrame by specific column
144
//! * `mask(&self, mask: &Series) -> anyhow::Result<DataFrame>` : Mask DataFrame by Series
145
//! * `select_rows(&self, indices: &[usize]) -> DataFrame` : Select rows by indices
0 commit comments