Tycho2.nan_frame¶
- Tycho2.nan_frame(index=None)[source]¶
This simple helper function returns a dataframe with a single NaN filled row.
The index of the row will either be all 0 or will be the input value
- Returns
The nan filled dataframe
- Parameters
index (Optional[str]) –
- Return type
pandas.core.frame.DataFrame