demo + utils venv

This commit is contained in:
d3m1g0d
2019-02-03 13:40:10 +01:00
parent 5fa112490b
commit cfa9c8ea23
5994 changed files with 1353819 additions and 0 deletions
@@ -0,0 +1,5 @@
# -*- coding: utf-8 -*-
# flake8: noqa
from .tslibs import (
iNaT, NaT, Timestamp, Timedelta, OutOfBoundsDatetime, Period)
@@ -0,0 +1,9 @@
# -*- coding: utf-8 -*-
# flake8: noqa
from .conversion import normalize_date, localize_pydatetime, tz_convert_single
from .nattype import NaT, iNaT, is_null_datetimelike
from .np_datetime import OutOfBoundsDatetime
from .period import Period, IncompatibleFrequency
from .timestamps import Timestamp
from .timedeltas import delta_to_nanoseconds, ints_to_pytimedelta, Timedelta