Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Axect/Peroxide
/ test_dtypes
Function
test_dtypes
tests/dataframe/dataframe.rs:96–99 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
94
95
#[test]
96
fn test_dtypes() {
97
let df = sample_df();
98
assert_eq!(df.dtypes(), vec![I32, F64, Char]);
99
}
100
101
#[test]
102
fn test_is_empty() {
Callers
nothing calls this directly
Calls
1
sample_df
Function · 0.85
Tested by
no test coverage detected