시간
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
이 페이지에서는 시간 표준 개념 데이터 세트를 설명합니다. 이
전체 XML 파일도 검토할 수 있습니다.
기본 정보
제공업체
가져온 네임스페이스
가져온 네임스페이스가 없습니다.
주제
정의된 주제가 없습니다.
개념
개념: time_point
time_point [XML] |
특정 시점 |
날짜 |
지정된 세부사항을 포함하는 특정 시점입니다. |
|
지역 숙박 시설 없음. |
개념: 연도
연도[XML] |
연도 날짜 |
time_point |
연도별로 표시되는 날짜입니다. 연도 개념은 일반적으로
연도를 포함하는 차원을 정의합니다. 대상
예를 들어 국가별 연간 인구 조각은
다음과 같습니다.
<slices>
<slice id="country_slice">
<dimension concept="country"/>
<dimension concept="time:year"/>
<metric concept="population"/>
<table ref="country_slice_table"/>
</slice>
</slices>
이 슬라이스에 대한 테이블 정의는 다음과 같이 정의됩니다.
<tables>
...
<table id="country_slice_table">
<column id="country" type="text"/>
<column id="year" type="date" format="yyyy"/>
<column id="population" type="integer"/>
<data>
<file format="csv" encoding="utf-8">country_slice.csv</file>
</data>
</table>
...
</tables>
이 테이블의 CSV 파일에 포함된 데이터는 다음과 같습니다.
country, year, population
AF, 1960, 9616353
AF, 1961, 9799379
AF, 1962, 9989846
AF, 1963, 10188299
...
|
|
지역 숙박 시설 없음. |
개념: 분기
분기[XML] |
분기일 |
time_point |
분기별 세부사항이 포함된 날짜입니다. 연도 개념의 예 보기
참조하세요. |
|
지역 숙박 시설 없음. |
개념: 월
월[XML] |
월 일 |
time_point |
월 단위로 구분되는 날짜입니다. 연도 개념의 예 보기
참조하세요. |
|
지역 숙박 시설 없음. |
개념: 주
개념: 일
일[XML] |
날짜 |
time_point |
일 단위로 세분화되는 날짜입니다. 연도 개념의 예 보기
참조하세요. |
|
지역 숙박 시설 없음. |
개념: 세부사항
세부사항[XML] |
세부사항 |
문자열 |
granularity_table |
시간 세분화, 즉 특정 시점의 불확실성
특정 시간 간격 내에서 아무 곳에나 있습니다. |
로컬 속성이 없습니다. |
지역 숙박 시설 없음. |
슬라이스
정의된 슬라이스가 없습니다.
테이블
테이블: sales_table
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-12(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-09-12(UTC)"],[[["This page introduces the Google date and time dataset, focusing on the \"time\" canonical concept."],["The dataset defines various time granularities like year, quarter, month, week, and day, all extending the core \"time_point\" concept."],["Each time granularity concept can be used as a dimension in data slices, allowing for analysis across different time periods."],["A comprehensive XML file and a CSV file for granularities are provided for detailed dataset structure and values."],["The dataset is designed to standardize the representation of time within Google Public Data and can be leveraged for time-based data analysis."]]],["This document details the \"time\" canonical concept dataset from Google, available in XML format. It defines the core concept of `time_point` and specifies time granularities: `year`, `quarter`, `month`, `week`, and `day`. Each time concept extends `time_point` and has a granularity attribute (YEARLY, QUARTERLY, MONTHLY, WEEKLY, DAILY). It provides an example of how to define a slice with the year concept and references the granularity table, which defines the uncertainty of a point in time. The dataset is provided by Google.\n"]]