mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-10-04 17:49:25 +00:00
fix bad char
This commit is contained in:
@@ -43,7 +43,7 @@ enum RowIndexLookup {
|
|||||||
|
|
||||||
// Frame struct definition and associated implementations
|
// Frame struct definition and associated implementations
|
||||||
|
|
||||||
/// A data frame – a Matrix with string-identified columns and a typed row index.
|
/// A data frame - a Matrix with string-identified columns and a typed row index.
|
||||||
///
|
///
|
||||||
/// `Frame` extends the concept of a `Matrix` by adding named columns
|
/// `Frame` extends the concept of a `Matrix` by adding named columns
|
||||||
/// and an index for rows, which can be integers, dates, or a default range.
|
/// and an index for rows, which can be integers, dates, or a default range.
|
||||||
|
Reference in New Issue
Block a user