From 72ae909c4a94040489e3ad3bfc517061408d418e Mon Sep 17 00:00:00 2001 From: Rick Zamora Date: Thu, 24 Aug 2023 14:05:22 -0500 Subject: [PATCH] remove unnecessary header --- docs/source/dataframe-hive.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/source/dataframe-hive.rst b/docs/source/dataframe-hive.rst index 6b7934de793..1441030c26c 100644 --- a/docs/source/dataframe-hive.rst +++ b/docs/source/dataframe-hive.rst @@ -5,10 +5,6 @@ Using Hive Partitioning with Dask .. currentmodule:: dask.dataframe - -Hive Partitioning Basics ------------------------- - It is sometimes useful to write your dataset with a hive-like directory scheme. For example, if your dataframe contains ``'year'`` and ``'semester'`` columns, a hive-partitioned directory scheme might look something like the following::