Skip to content
Snippets Groups Projects
Commit 75592cc0 authored by Bert Palm's avatar Bert Palm 🎇
Browse files

Merge branch 'feature_todios' into 'develop'

added method to_dios

See merge request !5
parents 97f52a70 de84f99c
No related branches found
No related tags found
1 merge request!5added method to_dios
......@@ -778,6 +778,13 @@ class DictOfSeries(_DiosBase):
""" Alias, see ``notna()``. """
return self.notna(drop_empty=drop_empty)
def to_dios(self):
"""
A dummy to allow unconditional to_dios calls
on pd.DataFrame, pd.Series and dios.DictOfSeries
"""
return self
# ----------------------------------------------------------------------
# Rendering Methods
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment