?本文使用的數(shù)據(jù)集下載鏈接:?https://download.csdn.net/download/shangjg03/88478086文章來源:http://www.zghlxwxcb.cn/news/detail-682647.html
1.準(zhǔn)備數(shù)據(jù)集?
該數(shù)據(jù)集包含有關(guān)英格蘭和威爾士自1995年起到2023年的房地產(chǎn)價格的數(shù)據(jù),超過2800萬條記錄,未壓縮形式的數(shù)據(jù)集大小超過4GB,在ClickHouse中需要約306MB。文章來源地址http://www.zghlxwxcb.cn/news/detail-682647.html
2.clickhouse中建表
CREATE?TABLE?uk_price_paid
(
????price?UInt32,
????date?Date,
????postcode1?LowCardinality(String),
????postcode2?LowCardinality(String),
????type?Enum8('terraced'?=?1,?'semi-detached'?=?2,?'detached'?=?3,?'flat'?=?4,?'other'?=?0),
????is_new?UInt8,
????duration?Enum8('freehold'?=?1,?'leasehold'?=?2,?'unknown'?=?0),
???
到了這里,關(guān)于clickhouse系列3:clickhouse分析英國房產(chǎn)價格數(shù)據(jù)的文章就介紹完了。如果您還想了解更多內(nèi)容,請在右上角搜索TOY模板網(wǎng)以前的文章或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!