mirror of
https://github.com/Magnus167/rustframe.git
synced 2025-08-20 04:00:01 +00:00
Add documentation for the DataFrame module and include it in the library
This commit is contained in:
parent
49f7558225
commit
b80d5ab381
2
src/dataframe/mod.rs
Normal file
2
src/dataframe/mod.rs
Normal file
@ -0,0 +1,2 @@
|
||||
//! This module provides the DataFrame structure for handling tabular data with mixed types.
|
||||
pub mod df;
|
@ -1,5 +1,8 @@
|
||||
#![doc = include_str!("../README.md")]
|
||||
|
||||
/// Documentation for the [`crate::dataframe`] module.
|
||||
pub mod dataframe;
|
||||
|
||||
/// Documentation for the [`crate::matrix`] module.
|
||||
pub mod matrix;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user