반응형
1. 라이브러리 정의
This module offers a generic date/time string parser which is able to parse most known formats to represent a date and/or time.
해당 모듈은 일반적인 날짜/시간 포멧으로 파싱이 가능한 날짜/시간 스트링 파서를 제공합니다.
2. 라이브러리 Functinos
parser.parse(parserinfo=None, **kwargs)[source]
Parse a string in one of the supported formats, using the parserinfo parameters.
Parameters:
|
Parameters:Returns:Raises:
|
Returns a datetime.datetime object or, if the fuzzy_with_tokens option is True, returns a tuple, the first element being a datetime.datetime object, the second a tuple containing the fuzzy tokens. |
|
3. 참고 링크
https://dateutil.readthedocs.io/en/stable/parser.html
반응형
'언어 > Python' 카테고리의 다른 글
[Python] try, except, raise 문 (0) | 2022.06.17 |
---|---|
[Python] Library - pprint (0) | 2022.01.13 |
[ Pandas ] columns 가 multi header 일때 (0) | 2021.07.19 |
[Python] MongoDB 파이썬으로 read( ) 하기 (0) | 2021.03.25 |
[Pandas] dataframe의 row를 shuffle하는법 (0) | 2021.03.22 |