A multi-level, or hierarchical, index object for pandas objects.| pandas.pydata.org
headerint or list of ints, default 'infer'Row number(s) to use as the column names, and the start of the| pandas.pydata.org
Bases: _Weakrefable| arrow.apache.org
argint, float, str, datetime, list, tuple, 1-d array, Series, DataFrame/dict-likeThe object to convert to a datetime. If a DataFrame is provided, the| pandas.pydata.org
Two-dimensional, size-mutable, potentially heterogeneous tabular data.| pandas.pydata.org
Source code: Lib/codecs.py This module defines base classes for standard Python codecs (encoders and decoders) and provides access to the internal Python codec registry, which manages the codec and...| Python documentation
Source code: Lib/datetime.py The datetime module supplies classes for manipulating dates and times. While date and time arithmetic is supported, the focus of the implementation is on efficient attr...| Python documentation