:py:mod:`geovizir.dplyr` ======================== .. py:module:: geovizir.dplyr Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: geovizir.dplyr.glimpse .. py:function:: glimpse(df: pandas.DataFrame, max_width: int = 76) Print a pandas DataFrame by columns. Print the dimensions, column names, dtypes and first few values of a pandas DataFrame by columns. :param df: The pandas DataFrame to print. :type df: DataFrame :param max_width: The maximum width of the output, by default 76. :type max_width: int, optional