geovizir.dplyr
#
Module Contents#
Functions#
|
Print a pandas DataFrame by columns. |
- geovizir.dplyr.glimpse(df: pandas.DataFrame, max_width: int = 76)[source]#
Print a pandas DataFrame by columns.
Print the dimensions, column names, dtypes and first few values of a pandas DataFrame by columns.
- Parameters:
df (DataFrame) – The pandas DataFrame to print.
max_width (int, optional) – The maximum width of the output, by default 76.