MCPcopy Create free account
hub / github.com/Axect/Peroxide / to_string

Method to_string

src/structure/dataframe.rs:1173–1175  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1171 // for now and revisit when bumping the major version.
1172 #[allow(clippy::inherent_to_string_shadow_display)]
1173 pub fn to_string(self) -> String {
1174 dtype_match!(self.dtype, self.unwrap(), to_string)
1175 }
1176}
1177
1178impl Series {

Callers 15

with_headerMethod · 0.80
getMethod · 0.80
spreadMethod · 0.80
head_printMethod · 0.80
tail_printMethod · 0.80
write_csvMethod · 0.80
summaryMethod · 0.80
to_stringFunction · 0.80
newMethod · 0.80
set_headerMethod · 0.80
pushMethod · 0.80
renameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected