tirank.LoadData.view_dataframe
- tirank.LoadData.view_dataframe(df, nrow=10, ncol=8)[source]
Prints a top-left subset of a DataFrame for quick viewing.
- Parameters:
df (pd.DataFrame) – The DataFrame to view.
nrow (int, optional) – The number of rows to show. Defaults to 10.
ncol (int, optional) – The number of columns to show. Defaults to 8.
- Returns:
None