Repository URL to install this package:
|
Version:
0.21.1 ▾
|
pandas
/
tslib.py
|
|---|
# flake8: noqa
import warnings
warnings.warn("The pandas.tslib module is deprecated and will be "
"removed in a future version.", FutureWarning, stacklevel=2)
from pandas._libs.tslib import (Timestamp, Timedelta,
NaT, NaTType, OutOfBoundsDatetime)