Podcast: Combining Python And SQL To Build A PyData Warehouse

Podcast: Combining Python And SQL To Build A PyData Warehouse

Sept 5, 2019Robert Hodges on The Python Podcast with Tobias Macey The ecosystem of tools and libraries in Python for data manipulation and analytics is truly impressive, and continues to grow. There are, however, gaps in their utility that can…

Managing ClickHouse Datasets with ad-cli

Managing ClickHouse Datasets with ad-cli

July 1, 2019Large datasets are critical for anyone trying out or testing ClickHouse. ClickHouse is so fast that you typically need at least 100M rows to discern differences when tuning queries. Also, killer features like materialized views are much more…

ClickHouse and Python: Jupyter Notebooks

ClickHouse and Python: Jupyter Notebooks

Jupyter Notebooks are an indispensable tool for sharing code between users in Python data science. For those unfamiliar with them, notebooks are documents that contain runnable code snippets mixed with documentation. They can invoke Python libraries for numerical processing, machine…